Monti Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monti 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/329529.svg" alt="Monti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329529.svg" alt="Monti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329529.svg" alt="Monti icon" :width="24" :height="24" />
CSS background
.icon-monti {
background-image: url('https://proicons.com/icon/329529.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse id="b" class="f" cx="24" cy="24" rx="17.7794" ry="19.5"/><path id="c" class="f" d="m7.0786,29.9845c7.4142-4.3339,12.5902-2.942,17.0591.2586"/><path id="d" class="f" d="m41.3961,28.0274c-6.6119-2.9286-12.0598-.8929-17.2584,2.2158-4.6902,2.8047-9.4118,5.2963-14.0536,5.8935"/><path id="e" class="f" d="m32.4581,26.8315c2.3097-19.3919-18.77-20.7628-16.96.4276"/></svg>
Copied!