circle icon
circle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- circle
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-circle
The same icon in other sets
circleAkar IconscircleBootstrap IconscircleBoxIcons v2 Solidcircle-filledCarboncircleFramework7 IconscircleFont Awesome 6 RegularcircleFont Awesome 6 SolidcircleFeather Iconscircle-12-filledFluent UI System IconscircleHuge IconscircleHumbleiconscircleIconoircircleJam IconscircleLine AwesomecircleMaterial Line IconscircleLucidecircleMaterial SymbolscircleMaterial Design Iconscircle-16OcticonscirclePhosphorcirclePixelarticonscircleRadix Iconscircle-fillRemix IconcircleSimple Icons
Related icons in BoxIcons v2
Use the circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12c.001 5.515 4.487 10.001 10 10.001c5.514 0 10-4.486 10.001-10.001S17.515 2 12 2m0 18.001c-4.41 0-7.999-3.589-8-8.001c0-4.411 3.589-8 8-8c4.412 0 8.001 3.589 8.001 8c-.001 4.412-3.59 8.001-8.001 8.001"/></svg>
React
import type { SVGProps } from "react";
export function BxCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12c.001 5.515 4.487 10.001 10 10.001c5.514 0 10-4.486 10.001-10.001S17.515 2 12 2m0 18.001c-4.41 0-7.999-3.589-8-8.001c0-4.411 3.589-8 8-8c4.412 0 8.001 3.589 8.001 8c-.001 4.412-3.59 8.001-8.001 8.001"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.486 2 2 6.486 2 12c.001 5.515 4.487 10.001 10 10.001c5.514 0 10-4.486 10.001-10.001S17.515 2 12 2m0 18.001c-4.41 0-7.999-3.589-8-8.001c0-4.411 3.589-8 8-8c4.412 0 8.001 3.589 8.001 8c-.001 4.412-3.59 8.001-8.001 8.001"/></svg> </template>
CSS
.icon-circle {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.486%202%202%206.486%202%2012c.001%205.515%204.487%2010.001%2010%2010.001c5.514%200%2010-4.486%2010.001-10.001S17.515%202%2012%202m0%2018.001c-4.41%200-7.999-3.589-8-8.001c0-4.411%203.589-8%208-8c4.412%200%208.001%203.589%208.001%208c-.001%204.412-3.59%208.001-8.001%208.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.486%202%202%206.486%202%2012c.001%205.515%204.487%2010.001%2010%2010.001c5.514%200%2010-4.486%2010.001-10.001S17.515%202%2012%202m0%2018.001c-4.41%200-7.999-3.589-8-8.001c0-4.411%203.589-8%208-8c4.412%200%208.001%203.589%208.001%208c-.001%204.412-3.59%208.001-8.001%208.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/circle.svg?color=%231a73e8&size=48