Swanemu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Swanemu 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/348080.svg" alt="Swanemu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348080.svg" alt="Swanemu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348080.svg" alt="Swanemu icon" :width="24" :height="24" />
CSS background
.icon-swanemu {
background-image: url('https://proicons.com/icon/348080.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><polyline class="c" points="24.9235 21.5375 23.0673 27.5 21.211 21.5375 19.3548 27.5 17.4985 21.5375"/><path class="c" d="M10.3695,26.5139c.5519.7185,1.2439.9861,2.2067.9861h1.3324c1.24,0,2.2452-1.0052,2.2452-2.2452v-.0097c0-1.24-1.0052-2.2452-2.2452-2.2452h-1.4698c-1.2413,0-2.2476-1.0063-2.2476-2.2476h0c0-1.244,1.0084-2.2524,2.2524-2.2524h1.3252c.9628,0,1.6548.2676,2.2067.9861"/><path class="c" d="M30.9017,25.25c0,1.2426-1.0074,2.25-2.25,2.25h0c-1.2426,0-2.25-1.0074-2.25-2.25v-1.4625c0-1.2426,1.0074-2.25,2.25-2.25h0c1.2426,0,2.25,1.0074,2.25,2.25"/><line class="c" x1="30.9017" y1="27.5" x2="30.9017" y2="21.5375"/><path class="c" d="M37.8087,27.5v-3.7125c0-1.2426-1.0074-2.25-2.25-2.25h0c-1.2426,0-2.25,1.0074-2.25,2.25"/><line class="c" x1="33.3087" y1="27.5" x2="33.3087" y2="21.5375"/></svg>
Copied!