Nofasel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nofasel 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/330259.svg" alt="Nofasel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330259.svg" alt="Nofasel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330259.svg" alt="Nofasel icon" :width="24" :height="24" />
CSS background
.icon-nofasel {
background-image: url('https://proicons.com/icon/330259.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><g id="b"><polyline id="c" class="g" points="5.5 38.4142 5.5 9.5858 24.5988 38.4142 24.5988 9.5858"/></g><g id="d"><line id="e" class="g" x1="28.0858" y1="24" x2="37.455" y2="24"/><polyline id="f" class="g" points="28.0858 38.4142 28.0858 9.5858 42.5 9.5858"/></g></svg>
Copied!