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

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

Use the sitecore logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12s12-5.37 12-12S18.63 0 12 0m0 3.266A8.714 8.714 0 0 1 20.734 12c0 4.815-3.92 8.734-8.734 8.734A8.73 8.73 0 0 1 3.266 12A8.73 8.73 0 0 1 12 3.266m6.701 3.847l-2.878 1.839c.87 1.379.991 2.879.314 4.403c-.774 1.838-2.613 3.41-4.694 4.16a7.3 7.3 0 0 0 2.662-.87c2.032-1.137 3.194-3.073 3.29-5.468v-.218h2.83c-.168-1.427-.725-2.734-1.524-3.846m-.87 4.282c-.17 2.42-1.428 4.476-3.508 5.613a8.1 8.1 0 0 1-3.92.992a9.2 9.2 0 0 1-3.194-.58c1.259.774 2.662 1.21 4.113 1.21h.025c2.613 0 4.984-1.38 6.314-3.727l.121-.193l1.621 1.04A8.2 8.2 0 0 0 20.3 12c0-.194-.025-.387-.025-.605zm.072 3.943c-1.427 2.323-3.846 3.726-6.556 3.726c-2.637 0-5.105-1.306-6.847-3.532c1.33 2.807 4.185 4.766 7.5 4.766a8.27 8.27 0 0 0 7.185-4.161z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSitecore(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="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12s12-5.37 12-12S18.63 0 12 0m0 3.266A8.714 8.714 0 0 1 20.734 12c0 4.815-3.92 8.734-8.734 8.734A8.73 8.73 0 0 1 3.266 12A8.73 8.73 0 0 1 12 3.266m6.701 3.847l-2.878 1.839c.87 1.379.991 2.879.314 4.403c-.774 1.838-2.613 3.41-4.694 4.16a7.3 7.3 0 0 0 2.662-.87c2.032-1.137 3.194-3.073 3.29-5.468v-.218h2.83c-.168-1.427-.725-2.734-1.524-3.846m-.87 4.282c-.17 2.42-1.428 4.476-3.508 5.613a8.1 8.1 0 0 1-3.92.992a9.2 9.2 0 0 1-3.194-.58c1.259.774 2.662 1.21 4.113 1.21h.025c2.613 0 4.984-1.38 6.314-3.727l.121-.193l1.621 1.04A8.2 8.2 0 0 0 20.3 12c0-.194-.025-.387-.025-.605zm.072 3.943c-1.427 2.323-3.846 3.726-6.556 3.726c-2.637 0-5.105-1.306-6.847-3.532c1.33 2.807 4.185 4.766 7.5 4.766a8.27 8.27 0 0 0 7.185-4.161z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.37 0 0 5.37 0 12s5.37 12 12 12s12-5.37 12-12S18.63 0 12 0m0 3.266A8.714 8.714 0 0 1 20.734 12c0 4.815-3.92 8.734-8.734 8.734A8.73 8.73 0 0 1 3.266 12A8.73 8.73 0 0 1 12 3.266m6.701 3.847l-2.878 1.839c.87 1.379.991 2.879.314 4.403c-.774 1.838-2.613 3.41-4.694 4.16a7.3 7.3 0 0 0 2.662-.87c2.032-1.137 3.194-3.073 3.29-5.468v-.218h2.83c-.168-1.427-.725-2.734-1.524-3.846m-.87 4.282c-.17 2.42-1.428 4.476-3.508 5.613a8.1 8.1 0 0 1-3.92.992a9.2 9.2 0 0 1-3.194-.58c1.259.774 2.662 1.21 4.113 1.21h.025c2.613 0 4.984-1.38 6.314-3.727l.121-.193l1.621 1.04A8.2 8.2 0 0 0 20.3 12c0-.194-.025-.387-.025-.605zm.072 3.943c-1.427 2.323-3.846 3.726-6.556 3.726c-2.637 0-5.105-1.306-6.847-3.532c1.33 2.807 4.185 4.766 7.5 4.766a8.27 8.27 0 0 0 7.185-4.161z"/></svg>
</template>

CSS

.icon-sitecore {
  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%22M12%200C5.37%200%200%205.37%200%2012s5.37%2012%2012%2012s12-5.37%2012-12S18.63%200%2012%200m0%203.266A8.714%208.714%200%200%201%2020.734%2012c0%204.815-3.92%208.734-8.734%208.734A8.73%208.73%200%200%201%203.266%2012A8.73%208.73%200%200%201%2012%203.266m6.701%203.847l-2.878%201.839c.87%201.379.991%202.879.314%204.403c-.774%201.838-2.613%203.41-4.694%204.16a7.3%207.3%200%200%200%202.662-.87c2.032-1.137%203.194-3.073%203.29-5.468v-.218h2.83c-.168-1.427-.725-2.734-1.524-3.846m-.87%204.282c-.17%202.42-1.428%204.476-3.508%205.613a8.1%208.1%200%200%201-3.92.992a9.2%209.2%200%200%201-3.194-.58c1.259.774%202.662%201.21%204.113%201.21h.025c2.613%200%204.984-1.38%206.314-3.727l.121-.193l1.621%201.04A8.2%208.2%200%200%200%2020.3%2012c0-.194-.025-.387-.025-.605zm.072%203.943c-1.427%202.323-3.846%203.726-6.556%203.726c-2.637%200-5.105-1.306-6.847-3.532c1.33%202.807%204.185%204.766%207.5%204.766a8.27%208.27%200%200%200%207.185-4.161z%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%22M12%200C5.37%200%200%205.37%200%2012s5.37%2012%2012%2012s12-5.37%2012-12S18.63%200%2012%200m0%203.266A8.714%208.714%200%200%201%2020.734%2012c0%204.815-3.92%208.734-8.734%208.734A8.73%208.73%200%200%201%203.266%2012A8.73%208.73%200%200%201%2012%203.266m6.701%203.847l-2.878%201.839c.87%201.379.991%202.879.314%204.403c-.774%201.838-2.613%203.41-4.694%204.16a7.3%207.3%200%200%200%202.662-.87c2.032-1.137%203.194-3.073%203.29-5.468v-.218h2.83c-.168-1.427-.725-2.734-1.524-3.846m-.87%204.282c-.17%202.42-1.428%204.476-3.508%205.613a8.1%208.1%200%200%201-3.92.992a9.2%209.2%200%200%201-3.194-.58c1.259.774%202.662%201.21%204.113%201.21h.025c2.613%200%204.984-1.38%206.314-3.727l.121-.193l1.621%201.04A8.2%208.2%200%200%200%2020.3%2012c0-.194-.025-.387-.025-.605zm.072%203.943c-1.427%202.323-3.846%203.726-6.556%203.726c-2.637%200-5.105-1.306-6.847-3.532c1.33%202.807%204.185%204.766%207.5%204.766a8.27%208.27%200%200%200%207.185-4.161z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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