Off In Circle Icon
From the Lucide icon set · all 18 off in circle icons
Circle with a slash through it indicating off or disabled state.
Best matches
License Information
You may use, modify, and distribute this icon for private or commercial purposes. Keep the applicable copyright and ISC permission notices in redistributed copies.
View ISC licenseCommon searches
Related terms
Broad associations
Use This Icon
<img src="https://cdn.best-icons.com/svg/lucide/circle-off.svg" width="24" height="24" alt="Off in Circle icon">export function CircleOffIcon() {
return <img src="https://cdn.best-icons.com/svg/lucide/circle-off.svg" width={24} height={24} alt="Off in Circle icon" />;
}<template>
<img src="https://cdn.best-icons.com/svg/lucide/circle-off.svg" width="24" height="24" alt="Off in Circle icon" />
</template>.icon-circle-off {
-webkit-mask: url("https://cdn.best-icons.com/svg/lucide/circle-off.svg") center / contain no-repeat;
mask: url("https://cdn.best-icons.com/svg/lucide/circle-off.svg") center / contain no-repeat;
background-color: currentColor;
}import { CircleOff } from "lucide-react";Plain SVG source and data URI
Copy the original vector markup for inline use, or a base64 data URI for a self-contained embed.
Attribution: Credit the original creator and lucide under ISC; follow the exact notice on this icon page. Suggested backlink: Powered by Best Icons.