Minimus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minimus 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/343897.svg" alt="Minimus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343897.svg" alt="Minimus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343897.svg" alt="Minimus icon" :width="24" :height="24" />
CSS background
.icon-minimus {
background-image: url('https://proicons.com/icon/343897.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><path class="b" d="M24,17.5077l-12.75-7.3612c-1.3923-.8038-3.1077-.8038-4.5,0h0c-1.3921.8038-2.2497,2.289-2.25,3.8965v19.914c.0007,2.4855,2.0162,4.4998,4.5017,4.4991.7893-.0002,1.5647-.208,2.2483-.6026l12.75-7.3612"/><path class="b" d="M41.25,10.1467c1.3921.8038,2.2497,2.289,2.25,3.8965v19.914c-.0007,2.4855-2.0162,4.4998-4.5017,4.4991-.7893-.0002-1.5647-.208-2.2483-.6026l-17.246-9.957c-2.152-1.2437-2.8883-3.9964-1.6446-6.1484.3946-.6828.9618-1.25,1.6446-1.6446l17.246-9.957c1.3923-.8038,3.1077-.8038,4.5,0Z"/></svg>
Copied!