sketch circle icon
sketch-circle-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- sketch-circle-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- sketch-circle, sketch-circle-fill
Related icons in Ant Design Icons
Use the sketch circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6m-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8l88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3l-84.5-166.3z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignSketchCircleFilled(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="m582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6m-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8l88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3l-84.5-166.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m582.3 625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7 36L512 684.5l114.4-225.2zM512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64m286.7 380.2L515.8 762.3c-1 1.1-2.4 1.7-3.8 1.7s-2.8-.6-3.8-1.7L225.3 444.2a5.14 5.14 0 0 1-.2-6.6L365.6 262c1-1.2 2.4-1.9 4-1.9h284.6c1.6 0 3 .7 4 1.9l140.5 175.6a4.9 4.9 0 0 1 0 6.6m-190.5-20.9L512 326.1l-96.2 97.2zM420.3 301.1l-23.1 89.8l88.8-89.8zm183.4 0H538l88.8 89.8zm-222.4 7.1l-92.1 115.1h62.5zm-87.5 151.1l147.9 166.3l-84.5-166.3z"/></svg> </template>
CSS
.icon-sketch-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%22m582.3%20625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7%2036L512%20684.5l114.4-225.2zM512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m286.7%20380.2L515.8%20762.3c-1%201.1-2.4%201.7-3.8%201.7s-2.8-.6-3.8-1.7L225.3%20444.2a5.14%205.14%200%200%201-.2-6.6L365.6%20262c1-1.2%202.4-1.9%204-1.9h284.6c1.6%200%203%20.7%204%201.9l140.5%20175.6a4.9%204.9%200%200%201%200%206.6m-190.5-20.9L512%20326.1l-96.2%2097.2zM420.3%20301.1l-23.1%2089.8l88.8-89.8zm183.4%200H538l88.8%2089.8zm-222.4%207.1l-92.1%20115.1h62.5zm-87.5%20151.1l147.9%20166.3l-84.5-166.3z%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%22m582.3%20625.6l147.9-166.3h-63.4zm90-202.3h62.5l-92.1-115.1zm-274.7%2036L512%20684.5l114.4-225.2zM512%2064C264.6%2064%2064%20264.6%2064%20512s200.6%20448%20448%20448s448-200.6%20448-448S759.4%2064%20512%2064m286.7%20380.2L515.8%20762.3c-1%201.1-2.4%201.7-3.8%201.7s-2.8-.6-3.8-1.7L225.3%20444.2a5.14%205.14%200%200%201-.2-6.6L365.6%20262c1-1.2%202.4-1.9%204-1.9h284.6c1.6%200%203%20.7%204%201.9l140.5%20175.6a4.9%204.9%200%200%201%200%206.6m-190.5-20.9L512%20326.1l-96.2%2097.2zM420.3%20301.1l-23.1%2089.8l88.8-89.8zm183.4%200H538l88.8%2089.8zm-222.4%207.1l-92.1%20115.1h62.5zm-87.5%20151.1l147.9%20166.3l-84.5-166.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/sketch-circle-filled.svg?color=%231a73e8&size=48