Noti Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noti 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/330343.svg" alt="Noti icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330343.svg" alt="Noti icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330343.svg" alt="Noti icon" :width="24" :height="24" />
CSS background
.icon-noti {
background-image: url('https://proicons.com/icon/330343.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;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M30.6564,25.7692c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75Z"/><path class="b" d="M29.9989,28.2133v8.2867M17.5581,24.8191v9.9183c0,.9207.7464,1.6671,1.6671,1.6671h.5002M15.8081,27.5695h3.5007M21.3251,20.3787v-5.5282c0-1.8499-1.5006-3.3505-3.3505-3.3505h0c-1.8504,0-3.3505,1.5001-3.3505,3.3505h0M14.6241,20.3787v-8.8787"/><path class="b" d="M29.9196,11.5h0c1.9088,0,3.4562,1.5474,3.4562,3.4562v2.2466c0,1.9088-1.5474,3.4562-3.4562,3.4562h0c-1.9088,0-3.4562-1.5474-3.4562-3.4562v-2.2466c0-1.9088,1.5474-3.4562,3.4562-3.4562Z"/><path class="b" d="M9.5,5.5h29c2.2091,0,4,1.7909,4,4v29c0,2.2091-1.7909,4-4,4H9.5c-2.2091,0-4-1.7909-4-4V9.5c0-2.2091,1.7909-4,4-4Z"/></svg>
Copied!