norton logo
norton from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- norton
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the norton logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.978 12c0 6.617-5.373 12-11.978 12S.022 18.617.022 12S5.395 0 12 0c1.826 0 3.557.41 5.107 1.146l-1.99 2.567A8.8 8.8 0 0 0 12 3.145c-4.657 0-8.484 3.627-8.815 8.21a10 10 0 0 0-.023.645c0 4.883 3.964 8.855 8.838 8.855s8.838-3.972 8.838-8.855c0-.652-.07-1.29-.205-1.902l2.309-2.979A11.95 11.95 0 0 1 23.978 12m-2.442-7.253L19.518 7.35l-7.082 9.14l-5.778-5.175L8.75 8.97l3.27 2.928l5.36-6.918l1.924-2.484a12 12 0 0 1 2.231 2.25"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsNorton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.978 12c0 6.617-5.373 12-11.978 12S.022 18.617.022 12S5.395 0 12 0c1.826 0 3.557.41 5.107 1.146l-1.99 2.567A8.8 8.8 0 0 0 12 3.145c-4.657 0-8.484 3.627-8.815 8.21a10 10 0 0 0-.023.645c0 4.883 3.964 8.855 8.838 8.855s8.838-3.972 8.838-8.855c0-.652-.07-1.29-.205-1.902l2.309-2.979A11.95 11.95 0 0 1 23.978 12m-2.442-7.253L19.518 7.35l-7.082 9.14l-5.778-5.175L8.75 8.97l3.27 2.928l5.36-6.918l1.924-2.484a12 12 0 0 1 2.231 2.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.978 12c0 6.617-5.373 12-11.978 12S.022 18.617.022 12S5.395 0 12 0c1.826 0 3.557.41 5.107 1.146l-1.99 2.567A8.8 8.8 0 0 0 12 3.145c-4.657 0-8.484 3.627-8.815 8.21a10 10 0 0 0-.023.645c0 4.883 3.964 8.855 8.838 8.855s8.838-3.972 8.838-8.855c0-.652-.07-1.29-.205-1.902l2.309-2.979A11.95 11.95 0 0 1 23.978 12m-2.442-7.253L19.518 7.35l-7.082 9.14l-5.778-5.175L8.75 8.97l3.27 2.928l5.36-6.918l1.924-2.484a12 12 0 0 1 2.231 2.25"/></svg> </template>
CSS
.icon-norton {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.978%2012c0%206.617-5.373%2012-11.978%2012S.022%2018.617.022%2012S5.395%200%2012%200c1.826%200%203.557.41%205.107%201.146l-1.99%202.567A8.8%208.8%200%200%200%2012%203.145c-4.657%200-8.484%203.627-8.815%208.21a10%2010%200%200%200-.023.645c0%204.883%203.964%208.855%208.838%208.855s8.838-3.972%208.838-8.855c0-.652-.07-1.29-.205-1.902l2.309-2.979A11.95%2011.95%200%200%201%2023.978%2012m-2.442-7.253L19.518%207.35l-7.082%209.14l-5.778-5.175L8.75%208.97l3.27%202.928l5.36-6.918l1.924-2.484a12%2012%200%200%201%202.231%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.978%2012c0%206.617-5.373%2012-11.978%2012S.022%2018.617.022%2012S5.395%200%2012%200c1.826%200%203.557.41%205.107%201.146l-1.99%202.567A8.8%208.8%200%200%200%2012%203.145c-4.657%200-8.484%203.627-8.815%208.21a10%2010%200%200%200-.023.645c0%204.883%203.964%208.855%208.838%208.855s8.838-3.972%208.838-8.855c0-.652-.07-1.29-.205-1.902l2.309-2.979A11.95%2011.95%200%200%201%2023.978%2012m-2.442-7.253L19.518%207.35l-7.082%209.14l-5.778-5.175L8.75%208.97l3.27%202.928l5.36-6.918l1.924-2.484a12%2012%200%200%201%202.231%202.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/norton.svg?color=%231a73e8&size=48