S Notz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The S Notz 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/332310.svg" alt="S Notz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332310.svg" alt="S Notz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332310.svg" alt="S Notz icon" :width="24" :height="24" />
CSS background
.icon-s-notz {
background-image: url('https://proicons.com/icon/332310.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="M39,5H9c-2.2091,0-4,1.7909-4,4v30c0,2.2091,1.7909,4,4,4h23.56v-10.44h10.44V9c0-2.2091-1.7909-4-4-4Z"/><line class="b" x1="32.56" y1="43" x2="43" y2="32.56"/><line class="b" x1="10.5" y1="14" x2="37.5" y2="14"/><line class="b" x1="10.5" y1="24" x2="37.5" y2="24"/><line class="b" x1="10.5" y1="34" x2="26.56" y2="34"/></svg>
Copied!