Minna No Fx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minna No Fx 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/329349.svg" alt="Minna No Fx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329349.svg" alt="Minna No Fx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329349.svg" alt="Minna No Fx icon" :width="24" :height="24" />
CSS background
.icon-minna-no-fx {
background-image: url('https://proicons.com/icon/329349.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="d" cx="8" cy="21.5" r="2.5"/><path class="d" d="m17.489 13.773a3.5 3 0 01.062831.56589 3.5 3 0 01-3.5 3 3.5 3 0 01-3.5-3 3.5 3 0 013.5-3 3.5 3 0 011.6294.3449"/><ellipse class="d" cx="20.075" cy="10" rx="4.75" ry="4.5"/><ellipse class="d" cx="36" cy="12.5" rx="6.5" ry="6"/><line class="d" x1="25.582" x2="35.445" y1="27.333" y2="42.5"/><line class="d" x1="35.445" x2="25.582" y1="27.333" y2="42.5"/><line class="d" x1="12.555" x2="17.393" y1="34.917" y2="34.917"/><path class="d" d="m19.986 27.332h-7.444v15.166"/></svg>
Copied!