Norton 360 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Norton 360 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/344855.svg" alt="Norton 360 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344855.svg" alt="Norton 360 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344855.svg" alt="Norton 360 icon" :width="24" :height="24" />
CSS background
.icon-norton-360 {
background-image: url('https://proicons.com/icon/344855.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m28.6916,9.6858c-1.4788-.4895-3.0513-.7498-4.6968-.7498-8.3209,0-15.0589,6.7484-15.0589,15.0693,0,8.3105,6.738,15.0589,15.0589,15.0589s15.0589-6.7484,15.0589-15.0589c0-.9789-.0937-1.9266-.2708-2.8535l4.8738-5.8632c1.1872,2.666,1.8433,5.6132,1.8433,8.7166,0,11.8721-9.6331,21.4948-21.5052,21.4948S2.5,35.8773,2.5,24.0052C2.5,12.1227,12.1227,2.5,23.9948,2.5c3.1138,0,6.0819.6665,8.7583,1.8641l-4.0615,5.3216Z"/><path class="c" d="m37.0289,6.8969l-13.2095,16.7933-5.6102-5.6102-3.9658,4.1109,10.0446,10.0264,16.6589-21.4455.0022.0074v-.0104c-1.1351-1.4476-2.4577-2.7493-3.9261-3.8636l.006-.0083Z"/></svg>
Copied!