7now Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 7now 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/335804.svg" alt="7now icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335804.svg" alt="7now icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335804.svg" alt="7now icon" :width="24" :height="24" />
CSS background
.icon-7now {
background-image: url('https://proicons.com/icon/335804.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.4,32c-.4,3.8-.5,7.7-.2,11.5h10.9c.2-3.9,.2-7.8,.4-11.5"/><path class="b" d="M31.2,22.5c1.2-3.5,3.7-6.5,7-8.2V4.5c-6.4,3.1-14.3,8.3-17.7,18"/><path class="b" d="M12.9,4.5V13.4h13.1c3.1-3.9,8.1-6.6,12.3-8.9H12.9Z"/><polyline class="b" points="15.4 30.1 15.4 24.5 19.1 30.1 19.1 24.5"/><polyline class="b" points="32.2 24.5 30.8 30.1 29.4 24.5 28 30.1 26.6 24.5"/><path class="b" d="M21.4,28.2c0,1,.8,1.9,1.8,1.9s1.9-.8,1.9-1.9v-1.9c0-1-.8-1.9-1.9-1.9s-1.8,.8-1.8,1.9v1.9Z"/></svg>
Copied!