symantec logo
symantec from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- symantec
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the symantec logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.877 0v.738h.738V0zm0 .738h-.738v.739h.738zm0 .739v.738h.738v-.738zm-.738 0h-1.477v.738h-.738V3.69h-.738v.74h-1.479v.725A10.57 10.57 0 0 0 11 2.77C5.136 2.77.385 7.52.385 13.385C.385 19.248 5.136 24 11 24s10.615-4.752 10.615-10.615c0-2.56-.904-4.906-2.412-6.739h.72v-.738h.74V4.43h.737v-.74h.739v-.738H21.4v-.738h.739v-.738zM19.186 3.69v-.738h-.74v.738zM11 6.154a7.2 7.2 0 0 1 4.033 1.23h-.28v.739h-.737c-1.927 2.409-2.414 3.466-3.182 5.414c-.871-1.763-1.911-2.978-3.711-3.783l-.02-.006c-.327-.083-.493-.125-.718.19c-.23.322-.092.613.183.955a35 35 0 0 0 .586.703c.547.646 1.095 1.289 1.508 2.035c.408.738.877 1.772 1.242 2.574c.223.49.406.894.51 1.088c.22.406.752.584.955.584c.985-.117 1.08-.582 1.242-1.379l.057-.264c.336-1.574.771-3.203 2.824-5.158v-.736h.738V9.6h.74v-.295a7.2 7.2 0 0 1 1.26 4.08c0 3.99-3.24 7.23-7.23 7.23s-7.2-3.24-7.2-7.23s3.21-7.23 7.2-7.23z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSymantec(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="M22.877 0v.738h.738V0zm0 .738h-.738v.739h.738zm0 .739v.738h.738v-.738zm-.738 0h-1.477v.738h-.738V3.69h-.738v.74h-1.479v.725A10.57 10.57 0 0 0 11 2.77C5.136 2.77.385 7.52.385 13.385C.385 19.248 5.136 24 11 24s10.615-4.752 10.615-10.615c0-2.56-.904-4.906-2.412-6.739h.72v-.738h.74V4.43h.737v-.74h.739v-.738H21.4v-.738h.739v-.738zM19.186 3.69v-.738h-.74v.738zM11 6.154a7.2 7.2 0 0 1 4.033 1.23h-.28v.739h-.737c-1.927 2.409-2.414 3.466-3.182 5.414c-.871-1.763-1.911-2.978-3.711-3.783l-.02-.006c-.327-.083-.493-.125-.718.19c-.23.322-.092.613.183.955a35 35 0 0 0 .586.703c.547.646 1.095 1.289 1.508 2.035c.408.738.877 1.772 1.242 2.574c.223.49.406.894.51 1.088c.22.406.752.584.955.584c.985-.117 1.08-.582 1.242-1.379l.057-.264c.336-1.574.771-3.203 2.824-5.158v-.736h.738V9.6h.74v-.295a7.2 7.2 0 0 1 1.26 4.08c0 3.99-3.24 7.23-7.23 7.23s-7.2-3.24-7.2-7.23s3.21-7.23 7.2-7.23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.877 0v.738h.738V0zm0 .738h-.738v.739h.738zm0 .739v.738h.738v-.738zm-.738 0h-1.477v.738h-.738V3.69h-.738v.74h-1.479v.725A10.57 10.57 0 0 0 11 2.77C5.136 2.77.385 7.52.385 13.385C.385 19.248 5.136 24 11 24s10.615-4.752 10.615-10.615c0-2.56-.904-4.906-2.412-6.739h.72v-.738h.74V4.43h.737v-.74h.739v-.738H21.4v-.738h.739v-.738zM19.186 3.69v-.738h-.74v.738zM11 6.154a7.2 7.2 0 0 1 4.033 1.23h-.28v.739h-.737c-1.927 2.409-2.414 3.466-3.182 5.414c-.871-1.763-1.911-2.978-3.711-3.783l-.02-.006c-.327-.083-.493-.125-.718.19c-.23.322-.092.613.183.955a35 35 0 0 0 .586.703c.547.646 1.095 1.289 1.508 2.035c.408.738.877 1.772 1.242 2.574c.223.49.406.894.51 1.088c.22.406.752.584.955.584c.985-.117 1.08-.582 1.242-1.379l.057-.264c.336-1.574.771-3.203 2.824-5.158v-.736h.738V9.6h.74v-.295a7.2 7.2 0 0 1 1.26 4.08c0 3.99-3.24 7.23-7.23 7.23s-7.2-3.24-7.2-7.23s3.21-7.23 7.2-7.23z"/></svg> </template>
CSS
.icon-symantec {
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%22M22.877%200v.738h.738V0zm0%20.738h-.738v.739h.738zm0%20.739v.738h.738v-.738zm-.738%200h-1.477v.738h-.738V3.69h-.738v.74h-1.479v.725A10.57%2010.57%200%200%200%2011%202.77C5.136%202.77.385%207.52.385%2013.385C.385%2019.248%205.136%2024%2011%2024s10.615-4.752%2010.615-10.615c0-2.56-.904-4.906-2.412-6.739h.72v-.738h.74V4.43h.737v-.74h.739v-.738H21.4v-.738h.739v-.738zM19.186%203.69v-.738h-.74v.738zM11%206.154a7.2%207.2%200%200%201%204.033%201.23h-.28v.739h-.737c-1.927%202.409-2.414%203.466-3.182%205.414c-.871-1.763-1.911-2.978-3.711-3.783l-.02-.006c-.327-.083-.493-.125-.718.19c-.23.322-.092.613.183.955a35%2035%200%200%200%20.586.703c.547.646%201.095%201.289%201.508%202.035c.408.738.877%201.772%201.242%202.574c.223.49.406.894.51%201.088c.22.406.752.584.955.584c.985-.117%201.08-.582%201.242-1.379l.057-.264c.336-1.574.771-3.203%202.824-5.158v-.736h.738V9.6h.74v-.295a7.2%207.2%200%200%201%201.26%204.08c0%203.99-3.24%207.23-7.23%207.23s-7.2-3.24-7.2-7.23s3.21-7.23%207.2-7.23z%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%22M22.877%200v.738h.738V0zm0%20.738h-.738v.739h.738zm0%20.739v.738h.738v-.738zm-.738%200h-1.477v.738h-.738V3.69h-.738v.74h-1.479v.725A10.57%2010.57%200%200%200%2011%202.77C5.136%202.77.385%207.52.385%2013.385C.385%2019.248%205.136%2024%2011%2024s10.615-4.752%2010.615-10.615c0-2.56-.904-4.906-2.412-6.739h.72v-.738h.74V4.43h.737v-.74h.739v-.738H21.4v-.738h.739v-.738zM19.186%203.69v-.738h-.74v.738zM11%206.154a7.2%207.2%200%200%201%204.033%201.23h-.28v.739h-.737c-1.927%202.409-2.414%203.466-3.182%205.414c-.871-1.763-1.911-2.978-3.711-3.783l-.02-.006c-.327-.083-.493-.125-.718.19c-.23.322-.092.613.183.955a35%2035%200%200%200%20.586.703c.547.646%201.095%201.289%201.508%202.035c.408.738.877%201.772%201.242%202.574c.223.49.406.894.51%201.088c.22.406.752.584.955.584c.985-.117%201.08-.582%201.242-1.379l.057-.264c.336-1.574.771-3.203%202.824-5.158v-.736h.738V9.6h.74v-.295a7.2%207.2%200%200%201%201.26%204.08c0%203.99-3.24%207.23-7.23%207.23s-7.2-3.24-7.2-7.23s3.21-7.23%207.2-7.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/symantec.svg?color=%231a73e8&size=48