Milki Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Milki 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/343843.svg" alt="Milki icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343843.svg" alt="Milki icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343843.svg" alt="Milki icon" :width="24" :height="24" />
CSS background
.icon-milki {
background-image: url('https://proicons.com/icon/343843.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M13.958,19.3419l1.2822-.5891c.6085-.2796,1.2155-.5727,1.7569-.9668s1.0155-.8823,1.3822-1.4426"/><path class="b" d="M34.042,19.3419l-1.2822-.5891c-.6085-.2796-1.2155-.5727-1.7569-.9668s-1.0155-.8823-1.3822-1.4426"/><path class="b" d="M20.053,30.9569l1.3265.3312c.8121.2028,1.6394.3707,2.4764.3679.837-.0028,1.6652-.1581,2.4852-.326.5362-.1098,1.072-.2215,1.6074-.3349"/><circle class="b" cx="16.478" cy="23.1149" r="1.4"/><circle class="b" cx="31.831" cy="23.1149" r="1.4"/></svg>
Copied!