ci-circle-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
ci-circle-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fill-opacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m-63.5 522.8c49.3 0 82.8-29.4 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.5C345.4 720 286 651.4 286 537.4v-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-3.9-46.1-37.5-77.6-87-77.6c-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2M738 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"/><path fill="currentColor" d="M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8m-281.4 49.6c49.5 0 83.1 31.5 87 77.6c.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4c0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6c88 0 152.3-55.1 152.3-132.5c0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3c-4.2 43-37.7 72.4-87 72.4c-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignCiCircleTwotone(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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fillOpacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m-63.5 522.8c49.3 0 82.8-29.4 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.5C345.4 720 286 651.4 286 537.4v-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-3.9-46.1-37.5-77.6-87-77.6c-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2M738 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"/><path fill="currentColor" d="M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8m-281.4 49.6c49.5 0 83.1 31.5 87 77.6c.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4c0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6c88 0 152.3-55.1 152.3-132.5c0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3c-4.2 43-37.7 72.4-87 72.4c-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8"/></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 64m0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372"/><path fill="currentColor" fill-opacity=".15" d="M512 140c-205.4 0-372 166.6-372 372s166.6 372 372 372s372-166.6 372-372s-166.6-372-372-372m-63.5 522.8c49.3 0 82.8-29.4 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.5C345.4 720 286 651.4 286 537.4v-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-3.9-46.1-37.5-77.6-87-77.6c-61.1 0-95.6 45.4-95.7 126.8v49.3c0 80.3 34.5 125.2 95.6 125.2M738 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"/><path fill="currentColor" d="M730 311.9h-50.4c-4.4 0-8 3.6-8 8v384.2c0 4.4 3.6 8 8 8H730c4.4 0 8-3.6 8-8V319.9c0-4.4-3.6-8-8-8m-281.4 49.6c49.5 0 83.1 31.5 87 77.6c.4 4.2 3.8 7.4 8 7.4h52.6c2.4 0 4.4-2 4.4-4.4c0-81.2-64-138.1-152.3-138.1C345.4 304 286 373.5 286 488.4v49c0 114 59.4 182.6 162.3 182.6c88 0 152.3-55.1 152.3-132.5c0-2.4-2-4.4-4.4-4.4h-52.7c-4.2 0-7.6 3.2-8 7.3c-4.2 43-37.7 72.4-87 72.4c-61.1 0-95.6-44.9-95.6-125.2v-49.3c.1-81.4 34.6-126.8 95.7-126.8"/></svg>
</template>

CSS

.icon-ci-circle-twotone {
  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%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M512%20140c-205.4%200-372%20166.6-372%20372s166.6%20372%20372%20372s372-166.6%20372-372s-166.6-372-372-372m-63.5%20522.8c49.3%200%2082.8-29.4%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.5C345.4%20720%20286%20651.4%20286%20537.4v-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-3.9-46.1-37.5-77.6-87-77.6c-61.1%200-95.6%2045.4-95.7%20126.8v49.3c0%2080.3%2034.5%20125.2%2095.6%20125.2M738%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M730%20311.9h-50.4c-4.4%200-8%203.6-8%208v384.2c0%204.4%203.6%208%208%208H730c4.4%200%208-3.6%208-8V319.9c0-4.4-3.6-8-8-8m-281.4%2049.6c49.5%200%2083.1%2031.5%2087%2077.6c.4%204.2%203.8%207.4%208%207.4h52.6c2.4%200%204.4-2%204.4-4.4c0-81.2-64-138.1-152.3-138.1C345.4%20304%20286%20373.5%20286%20488.4v49c0%20114%2059.4%20182.6%20162.3%20182.6c88%200%20152.3-55.1%20152.3-132.5c0-2.4-2-4.4-4.4-4.4h-52.7c-4.2%200-7.6%203.2-8%207.3c-4.2%2043-37.7%2072.4-87%2072.4c-61.1%200-95.6-44.9-95.6-125.2v-49.3c.1-81.4%2034.6-126.8%2095.7-126.8%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%2064m0%20820c-205.4%200-372-166.6-372-372s166.6-372%20372-372s372%20166.6%20372%20372s-166.6%20372-372%20372%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M512%20140c-205.4%200-372%20166.6-372%20372s166.6%20372%20372%20372s372-166.6%20372-372s-166.6-372-372-372m-63.5%20522.8c49.3%200%2082.8-29.4%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.5C345.4%20720%20286%20651.4%20286%20537.4v-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-3.9-46.1-37.5-77.6-87-77.6c-61.1%200-95.6%2045.4-95.7%20126.8v49.3c0%2080.3%2034.5%20125.2%2095.6%20125.2M738%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M730%20311.9h-50.4c-4.4%200-8%203.6-8%208v384.2c0%204.4%203.6%208%208%208H730c4.4%200%208-3.6%208-8V319.9c0-4.4-3.6-8-8-8m-281.4%2049.6c49.5%200%2083.1%2031.5%2087%2077.6c.4%204.2%203.8%207.4%208%207.4h52.6c2.4%200%204.4-2%204.4-4.4c0-81.2-64-138.1-152.3-138.1C345.4%20304%20286%20373.5%20286%20488.4v49c0%20114%2059.4%20182.6%20162.3%20182.6c88%200%20152.3-55.1%20152.3-132.5c0-2.4-2-4.4-4.4-4.4h-52.7c-4.2%200-7.6%203.2-8%207.3c-4.2%2043-37.7%2072.4-87%2072.4c-61.1%200-95.6-44.9-95.6-125.2v-49.3c.1-81.4%2034.6-126.8%2095.7-126.8%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-twotone.svg?color=%231a73e8&size=48