Notistar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Notistar 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/344944.svg" alt="Notistar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344944.svg" alt="Notistar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344944.svg" alt="Notistar icon" :width="24" :height="24" />
CSS background
.icon-notistar {
background-image: url('https://proicons.com/icon/344944.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>.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="n" cx="35.6794" cy="37.4429" r="2.8106"/><circle id="c" class="n" cx="10.8841" cy="9.4105" r="1.2491"/><path id="d" class="n" d="m9.0094,26.2674h29.9802c1.3788,0,2.4983,1.1194,2.4983,2.4983v11.237c0,1.3783-1.119,2.4973-2.4973,2.4973H9.0104c-1.3788,0-2.4983-1.1194-2.4983-2.4983v-11.237c0-1.3783,1.119-2.4973,2.4973-2.4973Z"/><path id="e" class="n" d="m9.0094,5.5h29.9802c1.3788,0,2.4983,1.1194,2.4983,2.4983v11.237c0,1.3783-1.119,2.4973-2.4973,2.4973H9.0104c-1.3788,0-2.4983-1.1194-2.4983-2.4983V7.9973c0-1.3783,1.119-2.4973,2.4973-2.4973Z"/><circle id="f" class="n" cx="10.9224" cy="30.4978" r="1.2491"/><circle id="g" class="n" cx="35.6794" cy="16.3775" r="2.8106"/><path id="h" class="n" d="m15.447,9.4105h10.4504"/><path id="i" class="n" d="m31.7062,9.4105h6.7838"/><path id="j" class="n" d="m31.7062,30.4978h6.7838"/><path id="k" class="n" d="m15.3303,30.4978h10.6255"/><path id="l" class="n" d="m9.6733,37.6021h10.6255"/><path id="m" class="n" d="m9.6733,16.3775h10.6255"/></svg>
Copied!