Notiguy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notiguy 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/344911.svg" alt="Notiguy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344911.svg" alt="Notiguy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344911.svg" alt="Notiguy icon" :width="24" :height="24" />
CSS background
.icon-notiguy {
background-image: url('https://proicons.com/icon/344911.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><g id="d"><polyline id="e" class="o" points="35.3011 26.0094 32.9652 29.603 30.6294 26.0094"/><line id="f" class="o" x1="32.9652" y1="33.1965" x2="32.9652" y2="29.603"/></g><path id="g" class="o" d="M21.8486,26.0674v4.723c0,1.3367,1.0694,2.4061,2.317,2.4061s2.4061-1.0694,2.4061-2.4061v-4.723"/><path id="h" class="o" d="M17.3948,28.4351c0-1.3476-1.0781-2.4257-2.4256-2.4257h0c-1.3476,0-2.4257,1.0781-2.4257,2.4257v2.4257c0,1.3476,1.0781,2.3358,2.4257,2.3358h0c1.3476,0,2.4256-1.0781,2.4256-2.3358h-2.4256"/><line id="i" class="o" x1="37.5" y1="14.8035" x2="37.5" y2="22.583"/><g id="j"><line id="k" class="o" x1="29.1395" y1="14.8035" x2="34.188" y2="14.8035"/><line id="l" class="o" x1="31.6638" y1="22.5705" x2="31.6638" y2="14.8035"/></g><path id="m" class="o" d="M22.7286,22.5705h0c-1.4563,0-2.5243-1.165-2.5243-2.5243v-2.6214c0-1.4563,1.165-2.6214,2.5243-2.6214h0c1.4563,0,2.6214,1.1651,2.6214,2.6214v2.5243c0,1.4563-1.165,2.6214-2.6214,2.6214Z"/><polyline id="n" class="o" points="10.5 22.5125 10.5 14.8035 15.6072 22.5125 15.6072 14.8035"/></g><rect class="o" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!