canonical from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
canonical
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the canonical logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.427 0v24h15.146V0Zm9.994 10.25a1.57 1.57 0 0 1 1.567 1.568a1.57 1.57 0 0 1-1.567 1.568a1.57 1.57 0 0 1-1.568-1.568a1.57 1.57 0 0 1 1.568-1.568m-2.157.16q.183 0 .369.015a2.27 2.27 0 0 0-.476 1.271a3.83 3.83 0 0 0-3.08 1.647a2.24 2.24 0 0 0-1.308-.335a5.16 5.16 0 0 1 4.495-2.599zm4.242 2.296a5.14 5.14 0 0 1 .74 3.905a5.14 5.14 0 0 1-.997 2.113a2.25 2.25 0 0 0-.75-1.167a3.84 3.84 0 0 0 .125-3.818a2.26 2.26 0 0 0 .882-1.033m-8.616.982a1.57 1.57 0 0 1 1.568 1.568a1.57 1.57 0 0 1-1.568 1.568a1.57 1.57 0 0 1-1.567-1.568a1.57 1.57 0 0 1 1.567-1.568m.933 3.618a3.82 3.82 0 0 0 2.604 1.986q.191.04.385.063c.01.476.17.932.459 1.31a5 5 0 0 1-1.114-.114a5.1 5.1 0 0 1-3.675-3.08a2.26 2.26 0 0 0 1.34-.165zm5.244.427a1.57 1.57 0 0 1 1.568 1.568a1.57 1.57 0 0 1-1.568 1.568A1.57 1.57 0 0 1 12.5 19.3a1.57 1.57 0 0 1 1.568-1.568z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCanonical(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="M4.427 0v24h15.146V0Zm9.994 10.25a1.57 1.57 0 0 1 1.567 1.568a1.57 1.57 0 0 1-1.567 1.568a1.57 1.57 0 0 1-1.568-1.568a1.57 1.57 0 0 1 1.568-1.568m-2.157.16q.183 0 .369.015a2.27 2.27 0 0 0-.476 1.271a3.83 3.83 0 0 0-3.08 1.647a2.24 2.24 0 0 0-1.308-.335a5.16 5.16 0 0 1 4.495-2.599zm4.242 2.296a5.14 5.14 0 0 1 .74 3.905a5.14 5.14 0 0 1-.997 2.113a2.25 2.25 0 0 0-.75-1.167a3.84 3.84 0 0 0 .125-3.818a2.26 2.26 0 0 0 .882-1.033m-8.616.982a1.57 1.57 0 0 1 1.568 1.568a1.57 1.57 0 0 1-1.568 1.568a1.57 1.57 0 0 1-1.567-1.568a1.57 1.57 0 0 1 1.567-1.568m.933 3.618a3.82 3.82 0 0 0 2.604 1.986q.191.04.385.063c.01.476.17.932.459 1.31a5 5 0 0 1-1.114-.114a5.1 5.1 0 0 1-3.675-3.08a2.26 2.26 0 0 0 1.34-.165zm5.244.427a1.57 1.57 0 0 1 1.568 1.568a1.57 1.57 0 0 1-1.568 1.568A1.57 1.57 0 0 1 12.5 19.3a1.57 1.57 0 0 1 1.568-1.568z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.427 0v24h15.146V0Zm9.994 10.25a1.57 1.57 0 0 1 1.567 1.568a1.57 1.57 0 0 1-1.567 1.568a1.57 1.57 0 0 1-1.568-1.568a1.57 1.57 0 0 1 1.568-1.568m-2.157.16q.183 0 .369.015a2.27 2.27 0 0 0-.476 1.271a3.83 3.83 0 0 0-3.08 1.647a2.24 2.24 0 0 0-1.308-.335a5.16 5.16 0 0 1 4.495-2.599zm4.242 2.296a5.14 5.14 0 0 1 .74 3.905a5.14 5.14 0 0 1-.997 2.113a2.25 2.25 0 0 0-.75-1.167a3.84 3.84 0 0 0 .125-3.818a2.26 2.26 0 0 0 .882-1.033m-8.616.982a1.57 1.57 0 0 1 1.568 1.568a1.57 1.57 0 0 1-1.568 1.568a1.57 1.57 0 0 1-1.567-1.568a1.57 1.57 0 0 1 1.567-1.568m.933 3.618a3.82 3.82 0 0 0 2.604 1.986q.191.04.385.063c.01.476.17.932.459 1.31a5 5 0 0 1-1.114-.114a5.1 5.1 0 0 1-3.675-3.08a2.26 2.26 0 0 0 1.34-.165zm5.244.427a1.57 1.57 0 0 1 1.568 1.568a1.57 1.57 0 0 1-1.568 1.568A1.57 1.57 0 0 1 12.5 19.3a1.57 1.57 0 0 1 1.568-1.568z"/></svg>
</template>

CSS

.icon-canonical {
  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%22M4.427%200v24h15.146V0Zm9.994%2010.25a1.57%201.57%200%200%201%201.567%201.568a1.57%201.57%200%200%201-1.567%201.568a1.57%201.57%200%200%201-1.568-1.568a1.57%201.57%200%200%201%201.568-1.568m-2.157.16q.183%200%20.369.015a2.27%202.27%200%200%200-.476%201.271a3.83%203.83%200%200%200-3.08%201.647a2.24%202.24%200%200%200-1.308-.335a5.16%205.16%200%200%201%204.495-2.599zm4.242%202.296a5.14%205.14%200%200%201%20.74%203.905a5.14%205.14%200%200%201-.997%202.113a2.25%202.25%200%200%200-.75-1.167a3.84%203.84%200%200%200%20.125-3.818a2.26%202.26%200%200%200%20.882-1.033m-8.616.982a1.57%201.57%200%200%201%201.568%201.568a1.57%201.57%200%200%201-1.568%201.568a1.57%201.57%200%200%201-1.567-1.568a1.57%201.57%200%200%201%201.567-1.568m.933%203.618a3.82%203.82%200%200%200%202.604%201.986q.191.04.385.063c.01.476.17.932.459%201.31a5%205%200%200%201-1.114-.114a5.1%205.1%200%200%201-3.675-3.08a2.26%202.26%200%200%200%201.34-.165zm5.244.427a1.57%201.57%200%200%201%201.568%201.568a1.57%201.57%200%200%201-1.568%201.568A1.57%201.57%200%200%201%2012.5%2019.3a1.57%201.57%200%200%201%201.568-1.568z%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%22M4.427%200v24h15.146V0Zm9.994%2010.25a1.57%201.57%200%200%201%201.567%201.568a1.57%201.57%200%200%201-1.567%201.568a1.57%201.57%200%200%201-1.568-1.568a1.57%201.57%200%200%201%201.568-1.568m-2.157.16q.183%200%20.369.015a2.27%202.27%200%200%200-.476%201.271a3.83%203.83%200%200%200-3.08%201.647a2.24%202.24%200%200%200-1.308-.335a5.16%205.16%200%200%201%204.495-2.599zm4.242%202.296a5.14%205.14%200%200%201%20.74%203.905a5.14%205.14%200%200%201-.997%202.113a2.25%202.25%200%200%200-.75-1.167a3.84%203.84%200%200%200%20.125-3.818a2.26%202.26%200%200%200%20.882-1.033m-8.616.982a1.57%201.57%200%200%201%201.568%201.568a1.57%201.57%200%200%201-1.568%201.568a1.57%201.57%200%200%201-1.567-1.568a1.57%201.57%200%200%201%201.567-1.568m.933%203.618a3.82%203.82%200%200%200%202.604%201.986q.191.04.385.063c.01.476.17.932.459%201.31a5%205%200%200%201-1.114-.114a5.1%205.1%200%200%201-3.675-3.08a2.26%202.26%200%200%200%201.34-.165zm5.244.427a1.57%201.57%200%200%201%201.568%201.568a1.57%201.57%200%200%201-1.568%201.568A1.57%201.57%200%200%201%2012.5%2019.3a1.57%201.57%200%200%201%201.568-1.568z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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