Safewa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Safewa 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/332326.svg" alt="Safewa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332326.svg" alt="Safewa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332326.svg" alt="Safewa icon" :width="24" :height="24" />
CSS background
.icon-safewa {
background-image: url('https://proicons.com/icon/332326.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="M36.5,42.5h2c2.216,0,4-1.784,4-4v-2"/><path class="b" d="M5.5,36.5v2c0,2.216,1.784,4,4,4h2"/><path class="b" d="M42.5,11.5v-2c0-2.216-1.784-4-4-4h-2"/><path class="b" d="M11.5,5.5h-2c-2.216,0-4,1.784-4,4v2"/><path class="b" d="M34.926,33.691V11.69l-4.1622-4.1905-7.2839,9.4283-10.406,4.1905,1.0406,7.3334,2.6013,6.8096-1.5608,3.6667,6.2433,1.5715.4457-1.0476,13.082-5.7613v.0004Z"/></svg>
Copied!