symantec from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
symantec
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M30.505 0v.984h.979V0zm0 .984h-.984v.985h.984zm0 .985v.984h.979v-.984zm-.984 0h-1.975v.984h-.979v1.968h-.984v.985h-1.975v.968a14.1 14.1 0 0 0-8.943-3.181C6.848 3.693.514 10.026.514 17.849C.514 25.661 6.847 32 14.665 32s14.151-6.339 14.151-14.151c0-3.417-1.203-6.543-3.213-8.989h.959v-.985h.989V5.907h.979v-.985h.991v-.984h-.991v-.984h.991zm-3.937 2.952v-.984h-.991v.984zM14.667 8.203a9.63 9.63 0 0 1 5.375 1.641h-.369v.984h-.984c-2.568 3.213-3.219 4.625-4.24 7.219c-1.161-2.349-2.552-3.968-4.953-5.041l-.025-.011c-.433-.109-.657-.167-.953.256c-.308.432-.125.817.239 1.276l.781.937c.729.859 1.464 1.719 2.011 2.713c.547.979 1.172 2.359 1.656 3.427c.303.656.543 1.193.683 1.453c.292.541 1 .781 1.271.781c1.317-.156 1.443-.776 1.656-1.844l.079-.349c.448-2.099 1.027-4.271 3.765-6.88v-.979h.984v-.984h.985v-.396a9.6 9.6 0 0 1 1.681 5.443c0 5.317-4.323 9.635-9.64 9.635S5.07 23.167 5.07 17.849c0-5.323 4.281-9.641 9.599-9.641z"/></svg>

React

import type { SVGProps } from "react";

export function CibSymantec(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.505 0v.984h.979V0zm0 .984h-.984v.985h.984zm0 .985v.984h.979v-.984zm-.984 0h-1.975v.984h-.979v1.968h-.984v.985h-1.975v.968a14.1 14.1 0 0 0-8.943-3.181C6.848 3.693.514 10.026.514 17.849C.514 25.661 6.847 32 14.665 32s14.151-6.339 14.151-14.151c0-3.417-1.203-6.543-3.213-8.989h.959v-.985h.989V5.907h.979v-.985h.991v-.984h-.991v-.984h.991zm-3.937 2.952v-.984h-.991v.984zM14.667 8.203a9.63 9.63 0 0 1 5.375 1.641h-.369v.984h-.984c-2.568 3.213-3.219 4.625-4.24 7.219c-1.161-2.349-2.552-3.968-4.953-5.041l-.025-.011c-.433-.109-.657-.167-.953.256c-.308.432-.125.817.239 1.276l.781.937c.729.859 1.464 1.719 2.011 2.713c.547.979 1.172 2.359 1.656 3.427c.303.656.543 1.193.683 1.453c.292.541 1 .781 1.271.781c1.317-.156 1.443-.776 1.656-1.844l.079-.349c.448-2.099 1.027-4.271 3.765-6.88v-.979h.984v-.984h.985v-.396a9.6 9.6 0 0 1 1.681 5.443c0 5.317-4.323 9.635-9.64 9.635S5.07 23.167 5.07 17.849c0-5.323 4.281-9.641 9.599-9.641z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30.505 0v.984h.979V0zm0 .984h-.984v.985h.984zm0 .985v.984h.979v-.984zm-.984 0h-1.975v.984h-.979v1.968h-.984v.985h-1.975v.968a14.1 14.1 0 0 0-8.943-3.181C6.848 3.693.514 10.026.514 17.849C.514 25.661 6.847 32 14.665 32s14.151-6.339 14.151-14.151c0-3.417-1.203-6.543-3.213-8.989h.959v-.985h.989V5.907h.979v-.985h.991v-.984h-.991v-.984h.991zm-3.937 2.952v-.984h-.991v.984zM14.667 8.203a9.63 9.63 0 0 1 5.375 1.641h-.369v.984h-.984c-2.568 3.213-3.219 4.625-4.24 7.219c-1.161-2.349-2.552-3.968-4.953-5.041l-.025-.011c-.433-.109-.657-.167-.953.256c-.308.432-.125.817.239 1.276l.781.937c.729.859 1.464 1.719 2.011 2.713c.547.979 1.172 2.359 1.656 3.427c.303.656.543 1.193.683 1.453c.292.541 1 .781 1.271.781c1.317-.156 1.443-.776 1.656-1.844l.079-.349c.448-2.099 1.027-4.271 3.765-6.88v-.979h.984v-.984h.985v-.396a9.6 9.6 0 0 1 1.681 5.443c0 5.317-4.323 9.635-9.64 9.635S5.07 23.167 5.07 17.849c0-5.323 4.281-9.641 9.599-9.641z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.505%200v.984h.979V0zm0%20.984h-.984v.985h.984zm0%20.985v.984h.979v-.984zm-.984%200h-1.975v.984h-.979v1.968h-.984v.985h-1.975v.968a14.1%2014.1%200%200%200-8.943-3.181C6.848%203.693.514%2010.026.514%2017.849C.514%2025.661%206.847%2032%2014.665%2032s14.151-6.339%2014.151-14.151c0-3.417-1.203-6.543-3.213-8.989h.959v-.985h.989V5.907h.979v-.985h.991v-.984h-.991v-.984h.991zm-3.937%202.952v-.984h-.991v.984zM14.667%208.203a9.63%209.63%200%200%201%205.375%201.641h-.369v.984h-.984c-2.568%203.213-3.219%204.625-4.24%207.219c-1.161-2.349-2.552-3.968-4.953-5.041l-.025-.011c-.433-.109-.657-.167-.953.256c-.308.432-.125.817.239%201.276l.781.937c.729.859%201.464%201.719%202.011%202.713c.547.979%201.172%202.359%201.656%203.427c.303.656.543%201.193.683%201.453c.292.541%201%20.781%201.271.781c1.317-.156%201.443-.776%201.656-1.844l.079-.349c.448-2.099%201.027-4.271%203.765-6.88v-.979h.984v-.984h.985v-.396a9.6%209.6%200%200%201%201.681%205.443c0%205.317-4.323%209.635-9.64%209.635S5.07%2023.167%205.07%2017.849c0-5.323%204.281-9.641%209.599-9.641z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.505%200v.984h.979V0zm0%20.984h-.984v.985h.984zm0%20.985v.984h.979v-.984zm-.984%200h-1.975v.984h-.979v1.968h-.984v.985h-1.975v.968a14.1%2014.1%200%200%200-8.943-3.181C6.848%203.693.514%2010.026.514%2017.849C.514%2025.661%206.847%2032%2014.665%2032s14.151-6.339%2014.151-14.151c0-3.417-1.203-6.543-3.213-8.989h.959v-.985h.989V5.907h.979v-.985h.991v-.984h-.991v-.984h.991zm-3.937%202.952v-.984h-.991v.984zM14.667%208.203a9.63%209.63%200%200%201%205.375%201.641h-.369v.984h-.984c-2.568%203.213-3.219%204.625-4.24%207.219c-1.161-2.349-2.552-3.968-4.953-5.041l-.025-.011c-.433-.109-.657-.167-.953.256c-.308.432-.125.817.239%201.276l.781.937c.729.859%201.464%201.719%202.011%202.713c.547.979%201.172%202.359%201.656%203.427c.303.656.543%201.193.683%201.453c.292.541%201%20.781%201.271.781c1.317-.156%201.443-.776%201.656-1.844l.079-.349c.448-2.099%201.027-4.271%203.765-6.88v-.979h.984v-.984h.985v-.396a9.6%209.6%200%200%201%201.681%205.443c0%205.317-4.323%209.635-9.64%209.635S5.07%2023.167%205.07%2017.849c0-5.323%204.281-9.641%209.599-9.641z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/symantec.svg?color=%231a73e8&size=48