Minlon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Minlon 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/329345.svg" alt="Minlon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329345.svg" alt="Minlon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329345.svg" alt="Minlon icon" :width="24" :height="24" />
CSS background
.icon-minlon {
background-image: url('https://proicons.com/icon/329345.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="b" 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><path class="f" d="M13.55984071,20.5423975c-.97374433-1.26226221-2.28955575-2.27753456-4.34961041-2.25239992-3.15292173,0-5.7102303,2.55730909-5.7102303,5.71023082,0,3.15401399,2.55730857,5.71023082,5.7102303,5.71023082,2.55949467-.12895835,4.18786634-1.12128267,5.91787511-3.42176734l2.75183888-3.78241339c2.18245524-2.78790244,3.42613849-4.06546473,6.41403623-4.21628091,3.15401608,0,5.71023082,2.55730909,5.71023082,5.71023082,0,3.15401399-2.55621474,5.71023082-5.71023082,5.71023082-1.91470189-.01967122-3.10155601-.77265781-4.40643955-2.07754135"/><path class="f" d="M39.09249591,29.71045923h-5.94629176v-11.35270359h5.94629176-.2688477c3.13434277,0,5.67635179,2.54091676,5.67635179,5.67635179s-2.54200902,5.67635179-5.67635179,5.67635179h.2688477Z"/></svg>
Copied!