📄 lucide/icons/circle-dashed

File: circle-dashed.md | Updated: 11/15/2025

Source: https://lucide.dev/icons/circle-dashed

Skip to content

Return to top

circle-dashed

pending • dot • progress • issue • draft • code • coding • version control

development shapes

Created:

v0.242.0

Last changed:

v0.326.0

Contributors:

danielbayley jguddas

VanillaReactVueSveltePreactSolidAngularIcon font

js

import { createIcons, icons } from 'lucide';

createIcons({ icons });

document.body.append('<i data-lucide="circle-dashed"></i>');  

tsx

import { CircleDashed } from 'lucide-react';

const App = () => {
  return (
    <CircleDashed />
  );
};

export default App;

vue

<script setup>
import { CircleDashed } from 'lucide-vue-next';
</script>

<template>
  <CircleDashed />
</template>

svelte

<script>
import { CircleDashed } from 'lucide-svelte';
</script>

<CircleDashed />

tsx

import { CircleDashed } from 'lucide-preact';

const App = () => {
  return (
    <CircleDashed />
  );
};

export default App;

tsx

import { CircleDashed } from 'lucide-solid';

const App = () => {
  return (
    <CircleDashed />
  );
};

export default App;

tsx

// app.module.ts
import { LucideAngularModule, CircleDashed } from 'lucide-angular';

@NgModule({
  imports: [\
    LucideAngularModule.pick({ CircleDashed })\
  ],
})

// app.component.html
<lucide-icon name="circle-dashed"></lucide-icon>

html

<div class="icon-circle-dashed"></div>

See this icon in action

CircleCancel

Bug

Feature

Circle

Documents Readme Circle 12

112

8

11

2

More icons like this

circle-dot-dashed

message-circle-dashed

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-dot

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

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

notepad-text-dashed

panel-bottom-dashed

panel-left-dashed

panel-left-right-dashed

panel-right-dashed

panel-top-bottom-dashed

panel-top-dashed

rectangle-circle

scissors-line-dashed

square-bottom-dashed-scissors