Nortonclean Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nortonclean 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/344859.svg" alt="Nortonclean icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344859.svg" alt="Nortonclean icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344859.svg" alt="Nortonclean icon" :width="24" :height="24" />
CSS background
.icon-nortonclean {
background-image: url('https://proicons.com/icon/344859.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.74,29.66A6.71,6.71,0,0,0,29.05,23H27.49V8.11a3.57,3.57,0,0,0-2.75-3.53A3.5,3.5,0,0,0,20.51,8V23H19a6.71,6.71,0,0,0-6.69,6.69L8.74,40.9a2,2,0,0,0,1.91,2.6h26.7a2,2,0,0,0,1.91-2.6Z"/><line class="a" x1="12.26" y1="29.66" x2="35.74" y2="29.66"/><line class="a" x1="24" y1="39.59" x2="24" y2="29.66"/><line class="a" x1="30.15" y1="29.66" x2="31.97" y2="39.59"/><line class="a" x1="17.85" y1="29.66" x2="16.03" y2="39.59"/></svg>
Copied!