Modanisa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Modanisa 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/329448.svg" alt="Modanisa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329448.svg" alt="Modanisa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329448.svg" alt="Modanisa icon" :width="24" :height="24" />
CSS background
.icon-modanisa {
background-image: url('https://proicons.com/icon/329448.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><path class="b" d="m16.0259,20.697h-3.4621l-2.5638,3.303,2.5638,3.303h3.4621l-2.4481,2.4481.5227,4.1484,4.1484.5227,2.4481-2.4481v3.4621s3.303,2.5638,3.303,2.5638l3.303-2.5638v-3.4621l2.4481,2.4481,4.1484-.5227.5227-4.1484-2.4481-2.4481h3.4621l2.5638-3.303-2.5638-3.303h-3.4621l2.4481-2.4481-.5227-4.1484-4.1484-.5227-2.4481,2.4481v-3.4621s-3.303-2.5638-3.303-2.5638l-3.303,2.5638v3.4725l-2.4481-2.4585-4.1484.5227-.5227,4.1484,2.4481,2.4481Z"/><path class="b" d="m39.2031,39.203l-2.6546.0874-.6035,2.5865-2.6205-.4322-1.0965,2.4191-2.4858-.9351-1.5474,2.1586-2.2556-1.4022-1.9387,1.8153-1.9387-1.8153-2.2556,1.4022-1.5474-2.1586-2.4858.9351-1.0965-2.4191-2.6205.4322-.6035-2.5865-2.6546-.0874-.0874-2.6546-2.5865-.6035.4322-2.6205-2.4191-1.0965.9351-2.4858-2.1586-1.5474,1.4022-2.2556-1.8153-1.9387,1.8153-1.9387-1.4022-2.2556,2.1586-1.5474-.9351-2.4858,2.4191-1.0965-.4322-2.6205,2.5865-.6035.0874-2.6546,2.6546-.0874.6035-2.5865,2.6205.4322,1.0965-2.4191,2.4858.9351,1.5474-2.1586,2.2556,1.4022,1.9387-1.8153,1.9387,1.8153,2.2556-1.4022,1.5474,2.1586,2.4858-.9351,1.0965,2.4191,2.6205-.4322.6035,2.5865,2.6546.0874.0874,2.6546,2.5865.6035-.4322,2.6205,2.4191,1.0965-.9351,2.4858,2.1586,1.5474-1.4022,2.2556,1.8153,1.9387-1.8153,1.9387,1.4022,2.2556-2.1586,1.5474.9351,2.4858-2.4191,1.0965.4322,2.6205-2.5865.6035-.0874,2.6546Z"/></svg>
Copied!