Mi Claro Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Claro 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/329169.svg" alt="Mi Claro icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329169.svg" alt="Mi Claro icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329169.svg" alt="Mi Claro icon" :width="24" :height="24" />
CSS background
.icon-mi-claro {
background-image: url('https://proicons.com/icon/329169.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="M23.0506,27.1491c-6.2247,0-11.357,5.1354-11.357,11.364.0002,2.2019,1.784,3.9868,3.9845,3.987h14.745c2.2005-.0002,3.9843-1.7851,3.9845-3.987,0-6.2287-5.1321-11.364-11.357-11.364Z"/><path class="b" d="M23.0506,10.3911v-4.8912"/><path class="b" d="M31.4136,18.7561h4.8928"/><path class="b" d="M28.9616,12.8441l5.3535-5.3535"/><circle class="b" cx="23.0506" cy="18.7561" r="4.89"/></svg>
Copied!