Norton Lifelock Identity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Norton Lifelock Identity 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/330298.svg" alt="Norton Lifelock Identity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330298.svg" alt="Norton Lifelock Identity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330298.svg" alt="Norton Lifelock Identity icon" :width="24" :height="24" />
CSS background
.icon-norton-lifelock-identity {
background-image: url('https://proicons.com/icon/330298.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.25,28.875h3.25v14.625h4.875v-9.75h3.25v9.75h4.875v-14.625h3.25V12.625H14.25v16.25Z"/><path class="b" d="M18.459,9.9286c0-2.9981,2.4624-5.4286,5.5-5.4286h0c3.0376,0,5.5,2.4305,5.5,5.4286h0"/><path class="b" d="M24,17.355c-1.1046,0-2,.8954-2,2,.0005.7898.4658,1.5053,1.1875,1.8262v2.9629h1.625v-2.9629c.7217-.3209,1.187-1.0364,1.1875-1.8262,0-1.1046-.8954-2-2-2Z"/></svg>
Copied!