square circle icon
square-circle from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- square-circle
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
square-01square-activitysquare-arrow-data-transfer-diagonalsquare-arrow-data-transfer-horizontalsquare-arrow-data-transfer-verticalsquare-arrow-diagonal-01square-arrow-diagonal-02square-arrow-down-01square-arrow-down-02square-arrow-down-03square-arrow-down-doublesquare-arrow-down-leftsquare-arrow-down-rightsquare-arrow-expand-01square-arrow-expand-02square-arrow-horizontalsquare-arrow-left-01square-arrow-left-02square-arrow-left-03square-arrow-left-doublesquare-arrow-left-rightsquare-arrow-move-down-leftsquare-arrow-move-down-rightsquare-arrow-move-left-down
Use the square circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10Z"/><path stroke-linecap="round" d="M7.293 11.208c.664-.035 1.208 0 1.468.612c.3.704 1.14 2.94 1.32 3.42c.208.553.54.84 1.544.756"/><path stroke-linecap="round" d="M11.912 11.208c-1.08-.06-2.014 1.655-2.448 2.412c-.54.84-1.424 2.4-2.46 2.376"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 11h-3s2.005-1.32 2.224-1.47c.22-.151.776-.476.776-1.202C17.5 7.603 16.775 7 16.007 7c-.767 0-1.507.535-1.507 1.336"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSquareCircle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10Z"/><path strokeLinecap="round" d="M7.293 11.208c.664-.035 1.208 0 1.468.612c.3.704 1.14 2.94 1.32 3.42c.208.553.54.84 1.544.756"/><path strokeLinecap="round" d="M11.912 11.208c-1.08-.06-2.014 1.655-2.448 2.412c-.54.84-1.424 2.4-2.46 2.376"/><path strokeLinecap="round" strokeLinejoin="round" d="M17.5 11h-3s2.005-1.32 2.224-1.47c.22-.151.776-.476.776-1.202C17.5 7.603 16.775 7 16.007 7c-.767 0-1.507.535-1.507 1.336"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2S2 6.477 2 12s4.477 10 10 10Z"/><path stroke-linecap="round" d="M7.293 11.208c.664-.035 1.208 0 1.468.612c.3.704 1.14 2.94 1.32 3.42c.208.553.54.84 1.544.756"/><path stroke-linecap="round" d="M11.912 11.208c-1.08-.06-2.014 1.655-2.448 2.412c-.54.84-1.424 2.4-2.46 2.376"/><path stroke-linecap="round" stroke-linejoin="round" d="M17.5 11h-3s2.005-1.32 2.224-1.47c.22-.151.776-.476.776-1.202C17.5 7.603 16.775 7 16.007 7c-.767 0-1.507.535-1.507 1.336"/></g></svg> </template>
CSS
.icon-square-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.293%2011.208c.664-.035%201.208%200%201.468.612c.3.704%201.14%202.94%201.32%203.42c.208.553.54.84%201.544.756%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.912%2011.208c-1.08-.06-2.014%201.655-2.448%202.412c-.54.84-1.424%202.4-2.46%202.376%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2011h-3s2.005-1.32%202.224-1.47c.22-.151.776-.476.776-1.202C17.5%207.603%2016.775%207%2016.007%207c-.767%200-1.507.535-1.507%201.336%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2022c5.523%200%2010-4.477%2010-10S17.523%202%2012%202S2%206.477%202%2012s4.477%2010%2010%2010Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.293%2011.208c.664-.035%201.208%200%201.468.612c.3.704%201.14%202.94%201.32%203.42c.208.553.54.84%201.544.756%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.912%2011.208c-1.08-.06-2.014%201.655-2.448%202.412c-.54.84-1.424%202.4-2.46%202.376%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.5%2011h-3s2.005-1.32%202.224-1.47c.22-.151.776-.476.776-1.202C17.5%207.603%2016.775%207%2016.007%207c-.767%200-1.507.535-1.507%201.336%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/square-circle.svg?color=%231a73e8&size=48