File: circle-dot-dashed.md | Updated: 11/15/2025
Return to top
pending • dot • progress • issue • draft • code • coding • version control
VanillaReactVueSveltePreactSolidAngularIcon font
js
import { createIcons, icons } from 'lucide';
createIcons({ icons });
document.body.append('<i data-lucide="circle-dot-dashed"></i>');
tsx
import { CircleDotDashed } from 'lucide-react';
const App = () => {
return (
<CircleDotDashed />
);
};
export default App;
vue
<script setup>
import { CircleDotDashed } from 'lucide-vue-next';
</script>
<template>
<CircleDotDashed />
</template>
svelte
<script>
import { CircleDotDashed } from 'lucide-svelte';
</script>
<CircleDotDashed />
tsx
import { CircleDotDashed } from 'lucide-preact';
const App = () => {
return (
<CircleDotDashed />
);
};
export default App;
tsx
import { CircleDotDashed } from 'lucide-solid';
const App = () => {
return (
<CircleDotDashed />
);
};
export default App;
tsx
// app.module.ts
import { LucideAngularModule, CircleDotDashed } from 'lucide-angular';
@NgModule({
imports: [\
LucideAngularModule.pick({ CircleDotDashed })\
],
})
// app.component.html
<lucide-icon name="circle-dot-dashed"></lucide-icon>
html
<div class="icon-circle-dot-dashed"></div>
CircleCancel
Bug
Feature
Circle
Documents Readme Circle 12
112
8
11
2
circle-dashed
circle-dot
message-circle-dashed
arrow-down-to-dot
arrow-up-from-dot
bell-dot
book-dashed
circle-alert
circle-arrow-down
circle-arrow-left
circle-arrow-out-down-left
circle-arrow-out-down-right
circle-arrow-out-up-left
circle-arrow-out-up-right
circle-arrow-right
circle-arrow-up
circle-check-big
circle-check
circle-chevron-down
circle-chevron-left
circle-chevron-right
circle-chevron-up
circle-divide
circle-dollar-sign
circle-ellipsis
circle-equal
circle-fading-arrow-up
circle-fading-plus
circle-gauge
circle-minus
circle-off
circle-parking-off
circle-parking
circle-pause
circle-percent
circle-play
circle-plus
circle-pound-sterling
circle-power
circle-question-mark
circle-slash-2
circle-slash
circle-small
circle-star
circle-stop
circle-user-round
circle-user
circle-x
circle
dot
folder-dot
folder-open-dot
loader-circle
message-circle-code
message-circle-heart
message-circle-more
message-circle-off
message-circle-plus
message-circle-question-mark
message-circle-reply
message-circle-warning
message-circle-x
message-circle
message-square-dashed
message-square-dot
monitor-dot
notepad-text-dashed
panel-bottom-dashed