Nothing X Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nothing X 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/330342.svg" alt="Nothing X icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330342.svg" alt="Nothing X icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330342.svg" alt="Nothing X icon" :width="24" :height="24" />
CSS background
.icon-nothing-x {
background-image: url('https://proicons.com/icon/330342.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="h" d="m40.1549,28.8318L19.1682,7.8451c-3.1268-3.1268-8.1963-3.1268-11.3231,0h0c-3.1268,3.1268-3.1268,8.1963,0,11.3231l20.9867,20.9867c3.1268,3.1268,8.1963,3.1268,11.3231,0h0c3.1268-3.1268,3.1268-8.1963,0-11.3231Z"/></g><g id="e"><path id="f" class="h" d="m35.3231,24l4.8318-4.8318c3.1268-3.1268,3.1268-8.1963,0-11.3231h0c-3.1268-3.1268-8.1963-3.1268-11.3231,0l-4.8472,4.8472"/><path id="g" class="h" d="m12.6769,24l-4.8318,4.8318c-3.1268,3.1268-3.1268,8.1963,0,11.3231h0c3.1268,3.1268,8.1963,3.1268,11.3231,0l4.8164-4.8164"/></g><circle class="h" cx="34.3451" cy="34.494" r="4"/></svg>
Copied!