Midas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Midas 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/329253.svg" alt="Midas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329253.svg" alt="Midas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329253.svg" alt="Midas icon" :width="24" :height="24" />
CSS background
.icon-midas {
background-image: url('https://proicons.com/icon/329253.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="m25.3649,30.9911c.4343-.2071.7897-.4653.7897-.5738s-1.3608-2.898-3.0241-6.1988c-3.2213-6.3929-3.8073-7.2116-5.3718-7.5052-.8831-.1657-2.5339.2653-2.7028.7056-.133.3465,5.7648,12.1126,6.4156,12.7993,1.0566,1.1145,2.5538,1.4117,3.8935.7728Z"/><path class="b" d="m35.7103,30.9911c.4343-.2071.7897-.4653.7897-.5738s-1.3608-2.898-3.0241-6.1988c-3.2213-6.3929-3.8073-7.2116-5.3718-7.5052-.8831-.1657-2.5339.2653-2.7028.7056-.133.3465,5.7648,12.1126,6.4156,12.7993,1.0566,1.1145,2.5538,1.4117,3.8935.7728Z"/><ellipse class="b" cx="13.5693" cy="29.2257" rx="2.0693" ry="2.0913"/></svg>
Copied!