ci circle icon
ci-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- ci-circle-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- ci-circle-fill
2 other variants in Ant Design Icons
Use the ci circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1c0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4c-4-46.1-37.6-77.6-87-77.6c-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1c49.3 0 82.8-29.5 87-72.4c.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4c0 77.4-64.3 132.5-152.3 132.5M738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCiCircleFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1c0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4c-4-46.1-37.6-77.6-87-77.6c-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1c49.3 0 82.8-29.5 87-72.4c.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4c0 77.4-64.3 132.5-152.3 132.5M738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m-63.6 656c-103 0-162.4-68.6-162.4-182.6v-49C286 373.5 345.4 304 448.3 304c88.3 0 152.3 56.9 152.3 138.1c0 2.4-2 4.4-4.4 4.4h-52.6c-4.2 0-7.6-3.2-8-7.4c-4-46.1-37.6-77.6-87-77.6c-61.1 0-95.6 45.4-95.6 126.9v49.3c0 80.3 34.5 125.1 95.6 125.1c49.3 0 82.8-29.5 87-72.4c.4-4.1 3.8-7.3 8-7.3h52.7c2.4 0 4.4 2 4.4 4.4c0 77.4-64.3 132.5-152.3 132.5M738 704.1c0 4.4-3.6 8-8 8h-50.4c-4.4 0-8-3.6-8-8V319.9c0-4.4 3.6-8 8-8H730c4.4 0 8 3.6 8 8z"/></svg> </template>
CSS
.icon-ci-circle-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m-63.6%20656c-103%200-162.4-68.6-162.4-182.6v-49C286%20373.5%20345.4%20304%20448.3%20304c88.3%200%20152.3%2056.9%20152.3%20138.1c0%202.4-2%204.4-4.4%204.4h-52.6c-4.2%200-7.6-3.2-8-7.4c-4-46.1-37.6-77.6-87-77.6c-61.1%200-95.6%2045.4-95.6%20126.9v49.3c0%2080.3%2034.5%20125.1%2095.6%20125.1c49.3%200%2082.8-29.5%2087-72.4c.4-4.1%203.8-7.3%208-7.3h52.7c2.4%200%204.4%202%204.4%204.4c0%2077.4-64.3%20132.5-152.3%20132.5M738%20704.1c0%204.4-3.6%208-8%208h-50.4c-4.4%200-8-3.6-8-8V319.9c0-4.4%203.6-8%208-8H730c4.4%200%208%203.6%208%208z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m-63.6%20656c-103%200-162.4-68.6-162.4-182.6v-49C286%20373.5%20345.4%20304%20448.3%20304c88.3%200%20152.3%2056.9%20152.3%20138.1c0%202.4-2%204.4-4.4%204.4h-52.6c-4.2%200-7.6-3.2-8-7.4c-4-46.1-37.6-77.6-87-77.6c-61.1%200-95.6%2045.4-95.6%20126.9v49.3c0%2080.3%2034.5%20125.1%2095.6%20125.1c49.3%200%2082.8-29.5%2087-72.4c.4-4.1%203.8-7.3%208-7.3h52.7c2.4%200%204.4%202%204.4%204.4c0%2077.4-64.3%20132.5-152.3%20132.5M738%20704.1c0%204.4-3.6%208-8%208h-50.4c-4.4%200-8-3.6-8-8V319.9c0-4.4%203.6-8%208-8H730c4.4%200%208%203.6%208%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/ci-circle-filled.svg?color=%231a73e8&size=48