Mycicero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mycicero icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/329827.svg" alt="Mycicero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329827.svg" alt="Mycicero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329827.svg" alt="Mycicero icon" :width="24" :height="24" />
CSS background
.icon-mycicero {
background-image: url('https://proicons.com/icon/329827.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m30.8707,16.6205c2.8957.0826,4.1201,2.3967,5.2818,4.7229.6538,1.3092,1.9277,4.3394,3.8625,4.3057,1.0232-.0178,2.1622-.2438,2.3654-2.6509.3028.918.3001.9302.527,1.4512.5056-.3149.8291-1.1509,1.2436-2.4533.2727,1.2085.505,3.6483.2156,5.2019-.6089,3.2689-3.7134,4.177-5.6391,4.1101-2.6983-.0938-5.8518-.905-11.6395-4.0262-.8057-.4345-2.6168-1.3562-3.078-3.11-.4303,1.8-2.2815,2.7395-3.098,3.1799-5.7877,3.1213-8.9392,3.9324-11.6375,4.0262-1.9257.067-5.0322-.8411-5.6411-4.1101-.2894-1.5537-.0571-3.9935.2156-5.2019.4145,1.3023.738,2.1384,1.2436,2.4533.2268-.521.2242-.5332.527-1.4512.2032,2.407,1.3442,2.6331,2.3674,2.6509,1.9349.0337,3.2067-2.9965,3.8605-4.3057,1.1992-2.4012,2.465-4.7885,5.5672-4.7229,3.5308.0747,6.0471,2.6321,6.5793,5.5652.5042-2.9627,3.0321-5.5598,6.5913-5.6351.0969-.002.192-.0027.2854,0Z"/></svg>
Copied!