ant circle icon
ant-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- ant-circle
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Use the ant circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m0-4.688c3.703 0 6.937-4.007 6.937-8.297c0-.703-.093-1.265-.351-1.734c.398.094.773.188 1.148.305c.914.234 1.172.61 1.055 1.406l-.961 6.305c-.14.726.328 1.195.961 1.195c.61 0 .914-.398 1.008-1.055l1.054-6.82c.282-1.523-.351-2.367-2.039-2.789l-5.789-1.36v-.14c.586-.281.938-.82 1.102-1.43l3.914-.562c1.64-.235 2.367-1.149 2.367-2.742v-4.547c0-.633-.351-1.008-1.008-1.008c-.609 0-.96.375-.96 1.008v4.125c0 .937-.516 1.242-1.36 1.383l-2.883.398a1.85 1.85 0 0 0-.773-1.008v-.14c2.273-.422 3.375-1.758 3.375-3.774a6.7 6.7 0 0 0-1.664-4.406l.117-.094c1.289-.937 1.5-2.297.656-3.726l-.773-1.29c-.258-.445-.54-.632-.961-.632c-.54 0-.914.375-.914.89a1 1 0 0 0 .164.61l.703 1.078c.398.61.539 1.195.047 1.617a3 3 0 0 0-.352.305c-1.148-.75-2.555-1.172-3.82-1.172c-1.336 0-2.742.422-3.773 1.172a5 5 0 0 1-.352-.328c-.398-.352-.398-.915.023-1.594l.703-1.078c.141-.235.188-.375.188-.61c0-.515-.399-.89-.938-.89c-.398 0-.68.187-.914.633l-.82 1.289c-.82 1.43-.68 2.953.68 3.726l.093.07a6.74 6.74 0 0 0-1.687 4.43c0 2.016 1.102 3.352 3.352 3.774v.14a1.92 1.92 0 0 0-.75 1.008l-2.883-.398c-.867-.141-1.36-.446-1.36-1.383v-4.125c0-.633-.351-1.008-.984-1.008s-1.008.375-1.008 1.008v4.547c0 1.593.75 2.507 2.39 2.742l3.891.562c.165.61.54 1.149 1.102 1.43v.14l-5.789 1.36c-1.664.422-2.297 1.266-2.04 2.789l1.056 6.82c.117.657.398 1.055 1.03 1.055c.61 0 1.079-.469.938-1.195l-.96-6.305c-.118-.797.14-1.172 1.054-1.406c.398-.117.773-.211 1.148-.305c-.234.469-.351 1.031-.351 1.734c0 4.29 3.234 8.297 6.96 8.297"/></svg>
React
import type { SVGProps } from "react";
export function F7AntCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m0-4.688c3.703 0 6.937-4.007 6.937-8.297c0-.703-.093-1.265-.351-1.734c.398.094.773.188 1.148.305c.914.234 1.172.61 1.055 1.406l-.961 6.305c-.14.726.328 1.195.961 1.195c.61 0 .914-.398 1.008-1.055l1.054-6.82c.282-1.523-.351-2.367-2.039-2.789l-5.789-1.36v-.14c.586-.281.938-.82 1.102-1.43l3.914-.562c1.64-.235 2.367-1.149 2.367-2.742v-4.547c0-.633-.351-1.008-1.008-1.008c-.609 0-.96.375-.96 1.008v4.125c0 .937-.516 1.242-1.36 1.383l-2.883.398a1.85 1.85 0 0 0-.773-1.008v-.14c2.273-.422 3.375-1.758 3.375-3.774a6.7 6.7 0 0 0-1.664-4.406l.117-.094c1.289-.937 1.5-2.297.656-3.726l-.773-1.29c-.258-.445-.54-.632-.961-.632c-.54 0-.914.375-.914.89a1 1 0 0 0 .164.61l.703 1.078c.398.61.539 1.195.047 1.617a3 3 0 0 0-.352.305c-1.148-.75-2.555-1.172-3.82-1.172c-1.336 0-2.742.422-3.773 1.172a5 5 0 0 1-.352-.328c-.398-.352-.398-.915.023-1.594l.703-1.078c.141-.235.188-.375.188-.61c0-.515-.399-.89-.938-.89c-.398 0-.68.187-.914.633l-.82 1.289c-.82 1.43-.68 2.953.68 3.726l.093.07a6.74 6.74 0 0 0-1.687 4.43c0 2.016 1.102 3.352 3.352 3.774v.14a1.92 1.92 0 0 0-.75 1.008l-2.883-.398c-.867-.141-1.36-.446-1.36-1.383v-4.125c0-.633-.351-1.008-.984-1.008s-1.008.375-1.008 1.008v4.547c0 1.593.75 2.507 2.39 2.742l3.891.562c.165.61.54 1.149 1.102 1.43v.14l-5.789 1.36c-1.664.422-2.297 1.266-2.04 2.789l1.056 6.82c.117.657.398 1.055 1.03 1.055c.61 0 1.079-.469.938-1.195l-.96-6.305c-.118-.797.14-1.172 1.054-1.406c.398-.117.773-.211 1.148-.305c-.234.469-.351 1.031-.351 1.734c0 4.29 3.234 8.297 6.96 8.297"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 51.906c13.055 0 23.906-10.828 23.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899 4.094 4.095 14.945 4.095 28c0 13.078 10.828 23.906 23.906 23.906m0-3.984C16.937 47.922 8.1 39.062 8.1 28c0-11.04 8.813-19.922 19.876-19.922c11.039 0 19.921 8.883 19.945 19.922c.023 11.063-8.883 19.922-19.922 19.922m0-4.688c3.703 0 6.937-4.007 6.937-8.297c0-.703-.093-1.265-.351-1.734c.398.094.773.188 1.148.305c.914.234 1.172.61 1.055 1.406l-.961 6.305c-.14.726.328 1.195.961 1.195c.61 0 .914-.398 1.008-1.055l1.054-6.82c.282-1.523-.351-2.367-2.039-2.789l-5.789-1.36v-.14c.586-.281.938-.82 1.102-1.43l3.914-.562c1.64-.235 2.367-1.149 2.367-2.742v-4.547c0-.633-.351-1.008-1.008-1.008c-.609 0-.96.375-.96 1.008v4.125c0 .937-.516 1.242-1.36 1.383l-2.883.398a1.85 1.85 0 0 0-.773-1.008v-.14c2.273-.422 3.375-1.758 3.375-3.774a6.7 6.7 0 0 0-1.664-4.406l.117-.094c1.289-.937 1.5-2.297.656-3.726l-.773-1.29c-.258-.445-.54-.632-.961-.632c-.54 0-.914.375-.914.89a1 1 0 0 0 .164.61l.703 1.078c.398.61.539 1.195.047 1.617a3 3 0 0 0-.352.305c-1.148-.75-2.555-1.172-3.82-1.172c-1.336 0-2.742.422-3.773 1.172a5 5 0 0 1-.352-.328c-.398-.352-.398-.915.023-1.594l.703-1.078c.141-.235.188-.375.188-.61c0-.515-.399-.89-.938-.89c-.398 0-.68.187-.914.633l-.82 1.289c-.82 1.43-.68 2.953.68 3.726l.093.07a6.74 6.74 0 0 0-1.687 4.43c0 2.016 1.102 3.352 3.352 3.774v.14a1.92 1.92 0 0 0-.75 1.008l-2.883-.398c-.867-.141-1.36-.446-1.36-1.383v-4.125c0-.633-.351-1.008-.984-1.008s-1.008.375-1.008 1.008v4.547c0 1.593.75 2.507 2.39 2.742l3.891.562c.165.61.54 1.149 1.102 1.43v.14l-5.789 1.36c-1.664.422-2.297 1.266-2.04 2.789l1.056 6.82c.117.657.398 1.055 1.03 1.055c.61 0 1.079-.469.938-1.195l-.96-6.305c-.118-.797.14-1.172 1.054-1.406c.398-.117.773-.211 1.148-.305c-.234.469-.351 1.031-.351 1.734c0 4.29 3.234 8.297 6.96 8.297"/></svg> </template>
CSS
.icon-ant-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2051.906c13.055%200%2023.906-10.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922m0-4.688c3.703%200%206.937-4.007%206.937-8.297c0-.703-.093-1.265-.351-1.734c.398.094.773.188%201.148.305c.914.234%201.172.61%201.055%201.406l-.961%206.305c-.14.726.328%201.195.961%201.195c.61%200%20.914-.398%201.008-1.055l1.054-6.82c.282-1.523-.351-2.367-2.039-2.789l-5.789-1.36v-.14c.586-.281.938-.82%201.102-1.43l3.914-.562c1.64-.235%202.367-1.149%202.367-2.742v-4.547c0-.633-.351-1.008-1.008-1.008c-.609%200-.96.375-.96%201.008v4.125c0%20.937-.516%201.242-1.36%201.383l-2.883.398a1.85%201.85%200%200%200-.773-1.008v-.14c2.273-.422%203.375-1.758%203.375-3.774a6.7%206.7%200%200%200-1.664-4.406l.117-.094c1.289-.937%201.5-2.297.656-3.726l-.773-1.29c-.258-.445-.54-.632-.961-.632c-.54%200-.914.375-.914.89a1%201%200%200%200%20.164.61l.703%201.078c.398.61.539%201.195.047%201.617a3%203%200%200%200-.352.305c-1.148-.75-2.555-1.172-3.82-1.172c-1.336%200-2.742.422-3.773%201.172a5%205%200%200%201-.352-.328c-.398-.352-.398-.915.023-1.594l.703-1.078c.141-.235.188-.375.188-.61c0-.515-.399-.89-.938-.89c-.398%200-.68.187-.914.633l-.82%201.289c-.82%201.43-.68%202.953.68%203.726l.093.07a6.74%206.74%200%200%200-1.687%204.43c0%202.016%201.102%203.352%203.352%203.774v.14a1.92%201.92%200%200%200-.75%201.008l-2.883-.398c-.867-.141-1.36-.446-1.36-1.383v-4.125c0-.633-.351-1.008-.984-1.008s-1.008.375-1.008%201.008v4.547c0%201.593.75%202.507%202.39%202.742l3.891.562c.165.61.54%201.149%201.102%201.43v.14l-5.789%201.36c-1.664.422-2.297%201.266-2.04%202.789l1.056%206.82c.117.657.398%201.055%201.03%201.055c.61%200%201.079-.469.938-1.195l-.96-6.305c-.118-.797.14-1.172%201.054-1.406c.398-.117.773-.211%201.148-.305c-.234.469-.351%201.031-.351%201.734c0%204.29%203.234%208.297%206.96%208.297%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2051.906c13.055%200%2023.906-10.828%2023.906-23.906c0-13.055-10.875-23.906-23.93-23.906C14.899%204.094%204.095%2014.945%204.095%2028c0%2013.078%2010.828%2023.906%2023.906%2023.906m0-3.984C16.937%2047.922%208.1%2039.062%208.1%2028c0-11.04%208.813-19.922%2019.876-19.922c11.039%200%2019.921%208.883%2019.945%2019.922c.023%2011.063-8.883%2019.922-19.922%2019.922m0-4.688c3.703%200%206.937-4.007%206.937-8.297c0-.703-.093-1.265-.351-1.734c.398.094.773.188%201.148.305c.914.234%201.172.61%201.055%201.406l-.961%206.305c-.14.726.328%201.195.961%201.195c.61%200%20.914-.398%201.008-1.055l1.054-6.82c.282-1.523-.351-2.367-2.039-2.789l-5.789-1.36v-.14c.586-.281.938-.82%201.102-1.43l3.914-.562c1.64-.235%202.367-1.149%202.367-2.742v-4.547c0-.633-.351-1.008-1.008-1.008c-.609%200-.96.375-.96%201.008v4.125c0%20.937-.516%201.242-1.36%201.383l-2.883.398a1.85%201.85%200%200%200-.773-1.008v-.14c2.273-.422%203.375-1.758%203.375-3.774a6.7%206.7%200%200%200-1.664-4.406l.117-.094c1.289-.937%201.5-2.297.656-3.726l-.773-1.29c-.258-.445-.54-.632-.961-.632c-.54%200-.914.375-.914.89a1%201%200%200%200%20.164.61l.703%201.078c.398.61.539%201.195.047%201.617a3%203%200%200%200-.352.305c-1.148-.75-2.555-1.172-3.82-1.172c-1.336%200-2.742.422-3.773%201.172a5%205%200%200%201-.352-.328c-.398-.352-.398-.915.023-1.594l.703-1.078c.141-.235.188-.375.188-.61c0-.515-.399-.89-.938-.89c-.398%200-.68.187-.914.633l-.82%201.289c-.82%201.43-.68%202.953.68%203.726l.093.07a6.74%206.74%200%200%200-1.687%204.43c0%202.016%201.102%203.352%203.352%203.774v.14a1.92%201.92%200%200%200-.75%201.008l-2.883-.398c-.867-.141-1.36-.446-1.36-1.383v-4.125c0-.633-.351-1.008-.984-1.008s-1.008.375-1.008%201.008v4.547c0%201.593.75%202.507%202.39%202.742l3.891.562c.165.61.54%201.149%201.102%201.43v.14l-5.789%201.36c-1.664.422-2.297%201.266-2.04%202.789l1.056%206.82c.117.657.398%201.055%201.03%201.055c.61%200%201.079-.469.938-1.195l-.96-6.305c-.118-.797.14-1.172%201.054-1.406c.398-.117.773-.211%201.148-.305c-.234.469-.351%201.031-.351%201.734c0%204.29%203.234%208.297%206.96%208.297%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/ant-circle.svg?color=%231a73e8&size=48