Nothing System Service Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nothing System Service 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/330338.svg" alt="Nothing System Service icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330338.svg" alt="Nothing System Service icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330338.svg" alt="Nothing System Service icon" :width="24" :height="24" />
CSS background
.icon-nothing-system-service {
background-image: url('https://proicons.com/icon/330338.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>.c{fill:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="16" cy="18" r=".75"/><circle class="c" cx="14" cy="21" r=".75"/><circle class="c" cx="18" cy="18" r=".75"/><circle class="c" cx="20" cy="18" r=".75"/><circle class="c" cx="16" cy="30" r=".75"/><circle class="c" cx="18" cy="30" r=".75"/><circle class="c" cx="20" cy="30" r=".75"/><circle class="c" cx="26" cy="30" r=".75"/><circle class="c" cx="28" cy="30" r=".75"/><circle class="c" cx="30" cy="30" r=".75"/><circle class="c" cx="32" cy="30" r=".75"/><circle class="c" cx="22" cy="21" r=".75"/><circle class="c" cx="26" cy="21" r=".75"/><circle class="c" cx="14" cy="24" r=".75"/><circle class="c" cx="22" cy="24" r=".75"/><circle class="c" cx="14" cy="27" r=".75"/><circle class="c" cx="22" cy="27" r=".75"/><circle class="c" cx="34" cy="27" r=".75"/><circle class="c" cx="28" cy="24" r=".75"/><circle class="c" cx="30" cy="24" r=".75"/><circle class="c" cx="32" cy="24" r=".75"/><circle class="c" cx="28" cy="18" r=".75"/><circle class="c" cx="30" cy="18" r=".75"/><circle class="c" cx="32" cy="18" r=".75"/><circle class="c" cx="34" cy="18" r=".75"/><path class="d" d="m39.23,26c.0871-.6632.1339-1.3311.14-2-.0061-.6689-.0529-1.3368-.14-2l4.33-3.39c.4049-.3092.5125-.8734.25-1.31l-4.1-7.11c-.2457-.4413-.782-.6301-1.25-.44l-5.11,2.06c-1.0633-.8115-2.2261-1.4836-3.46-2l-.77-5.43c-.0702-.497-.4981-.8649-1-.86h-8.22c-.5019-.0049-.9298.363-1,.86l-.77,5.43c-1.2355.5131-2.3987,1.1855-3.46,2l-5.13-2.06c-.468-.1901-1.0043-.0013-1.25.44l-4.1,7.11c-.2625.4366-.1549,1.0008.25,1.31l4.32,3.39c-.0868.6633-.1335,1.3311-.14,2,.0061.6689.0529,1.3368.14,2l-4.32,3.39c-.4049.3092-.5125.8734-.25,1.31l4.1,7.11c.2457.4413.782.6301,1.25.44l5.11-2.06c1.0633.8115,2.2261,1.4836,3.46,2l.77,5.43c.0702.497.4981.8649,1,.86h8.2c.5019.0049.9298-.363,1-.86l.77-5.43c1.2355-.5131,2.3987-1.1855,3.46-2l5.11,2.06c.468.1901,1.0043.0013,1.25-.44l4.1-7.11c.2625-.4366.1549-1.0008-.25-1.31l-4.29-3.39Z"/></svg>
Copied!