Nothing Icons Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nothing Icons 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/330334.svg" alt="Nothing Icons icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330334.svg" alt="Nothing Icons icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330334.svg" alt="Nothing Icons icon" :width="24" :height="24" />
CSS background
.icon-nothing-icons {
background-image: url('https://proicons.com/icon/330334.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><polygon class="b" points="27.3938 12.3824 27.3938 22.1741 20.6063 17.2782 13.8189 12.3824 13.8189 24 4.5 24 13.8189 30.7217 20.6063 35.6176 20.6063 25.8259 27.3938 30.7217 34.1812 35.6176 34.1812 17.2782 27.3938 12.3824"/><polyline class="b" points="34.1812 17.2782 43.5 24 34.1812 24"/></svg>
Copied!