Minion Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minion Alt 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/343900.svg" alt="Minion Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343900.svg" alt="Minion Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343900.svg" alt="Minion Alt icon" :width="24" :height="24" />
CSS background
.icon-minion-alt {
background-image: url('https://proicons.com/icon/343900.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="24" cy="14.9776" r="4.8444"/><path class="e" d="M34.6161,31.6223c0,5.8631-4.753,7.5412-10.6161,7.5412s-10.6161-1.6781-10.6161-7.5412V14.9776c0-5.8631,4.753-10.0896,10.6161-10.0896s10.6161,4.2266,10.6161,10.0896v16.6447Z"/><line class="e" x1="19.1004" y1="15.9003" x2="13.3839" y2="16.0012"/><line class="e" x1="19.2108" y1="13.6651" x2="13.4374" y2="13.9184"/><path class="e" d="M20.0628,22.9799c2.1874-.4049,5.9473-.4371,7.9182-.0548"/><path class="e" d="M19.269,38.6791c.394.7263.5225,1.3894.5636,1.781.0221.2103.1959.3667.4073.3667h2.4052c.1743,0,.3297-.1101.3874-.2746l.4886-1.3926"/><path class="e" d="M20.24,40.8269c-.5271.5773-.7186,1.3918-.7882,1.9073-.0394.2922.1368.5713.422.6459.6007.1572,1.6719.2832,2.5067-.4622l.658-.2778s-.3101-1.3408-.2501-1.8402"/><path class="e" d="M24,27.0084c-3.4912,0-7.5563-.5557-7.5563-.5557,0,0,1.0411,9.2478-1.512,9.8442"/><line class="e" x1="17.2041" y1="28.0028" x2="13.3839" y2="24.9613"/><line class="e" x1="13.5819" y1="33.5483" x2="16.3116" y2="34.2422"/><path class="e" d="M24,29.7648c-1.3416,0-2.9867-.2851-2.9867-.2851,0,1.9302-.4533,4.65,2.9867,4.65"/><path class="e" d="M12.5834,39.753c-.234-1.412.5849-2.494.5849-2.494"/><path class="e" d="M14.385,40.2751c-1.2722-1.4477-1.2717-3.2974-1.2167-3.0162"/><path class="e" d="M15.581,38.7527c-1.667-.4994-2.4127-1.4938-2.4127-1.4938,0,0-1.1991-3.7142.2157-8.9783"/><line class="e" x1="29.0659" y1="15.9003" x2="34.6161" y2="16.0012"/><line class="e" x1="28.9554" y1="13.6651" x2="34.5626" y2="13.9184"/><path class="e" d="M28.731,38.6791c-.394.7263-.5225,1.3894-.5636,1.781-.0221.2103-.1959.3667-.4073.3667h-2.4052c-.1743,0-.3297-.1101-.3874-.2746l-.4886-1.3926"/><path class="e" d="M27.76,40.8269c.5271.5773.7186,1.3918.7882,1.9073.0394.2922-.1368.5713-.422.6459-.6007.1572-1.6719.2832-2.5067-.4622l-.658-.2778s.3101-1.3408.2501-1.8402"/><path class="e" d="M24,27.0084c3.4912,0,7.5563-.5557,7.5563-.5557,0,0-1.0411,9.2478,1.512,9.8442"/><line class="e" x1="30.7959" y1="28.0028" x2="34.6161" y2="24.9613"/><line class="e" x1="34.4181" y1="33.5483" x2="31.6884" y2="34.2422"/><path class="e" d="M24,29.7648c1.3416,0,2.9867-.2851,2.9867-.2851,0,1.9302.4533,4.65-2.9867,4.65"/><path class="e" d="M35.4166,39.753c.234-1.412-.5849-2.494-.5849-2.494"/><path class="e" d="M33.615,40.2751c1.2722-1.4477,1.2717-3.2974,1.2167-3.0162"/><path class="e" d="M32.419,38.7527c1.667-.4994,2.4127-1.4938,2.4127-1.4938,0,0,1.1991-3.7142-.2157-8.9783"/><line class="e" x1="19.407" y1="14.0043" x2="28.5931" y2="14.0043"/><path class="e" d="M25.5841,14.0064c.0792.1881.1188.3861.1188.594,0,.9405-.7623,1.7029-1.7029,1.7029s-1.7029-.7623-1.7029-1.7029c0-.2079.0396-.4059.1188-.594"/><path class="e" d="M24,4.888c2.8915-.731,6.8313-.5367,8.706,1.5175"/><path class="e" d="M24,4.888c-2.8915-.731-6.8313-.5367-8.706,1.5175"/></svg>
Copied!