elementary logo

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

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

The same logo in other sets

Use the elementary logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0a12 12 0 1 0 0 24a12 12 0 0 0 0-24m0 1a11 11 0 0 1 10.59 8.01a19.1 19.1 0 0 1-4.66 6.08c-.94.81-1.96 1.53-3.08 2.04c-1.13.5-2.37.8-3.6.72a6.2 6.2 0 0 1-2.66-.76a20 20 0 0 0 5.68-4.58a10 10 0 0 0 2.31-4.17c.18-.79.2-1.6.04-2.4a4.4 4.4 0 0 0-1.08-2.11a4.33 4.33 0 0 0-2-1.19a5.25 5.25 0 0 0-2.33-.08A7.8 7.8 0 0 0 7.2 4.85a9.77 9.77 0 0 0-2.94 7.49a7.88 7.88 0 0 0 1.95 4.59a18 18 0 0 1-3.56.85A11 11 0 0 1 12 1m.07 2.22c.77 0 1.55.24 2.17.7c.55.42.97 1.02 1.2 1.68c.23.65.3 1.37.21 2.06a7.85 7.85 0 0 1-1.7 3.76a16.2 16.2 0 0 1-6.37 4.96c-.48-.42-.9-.92-1.2-1.48a6.6 6.6 0 0 1-.75-3.87c.12-1.32.58-2.6 1.2-3.79a7.9 7.9 0 0 1 3.02-3.42c.68-.37 1.45-.6 2.22-.6m10.83 7.3A11 11 0 0 1 3.52 19a20 20 0 0 0 3.63-1.2c.51.4 1.08.71 1.67.94a8 8 0 0 0 5.44-.04a13.3 13.3 0 0 0 4.64-2.95a20 20 0 0 0 4-5.22z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsElementary(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 0a12 12 0 1 0 0 24a12 12 0 0 0 0-24m0 1a11 11 0 0 1 10.59 8.01a19.1 19.1 0 0 1-4.66 6.08c-.94.81-1.96 1.53-3.08 2.04c-1.13.5-2.37.8-3.6.72a6.2 6.2 0 0 1-2.66-.76a20 20 0 0 0 5.68-4.58a10 10 0 0 0 2.31-4.17c.18-.79.2-1.6.04-2.4a4.4 4.4 0 0 0-1.08-2.11a4.33 4.33 0 0 0-2-1.19a5.25 5.25 0 0 0-2.33-.08A7.8 7.8 0 0 0 7.2 4.85a9.77 9.77 0 0 0-2.94 7.49a7.88 7.88 0 0 0 1.95 4.59a18 18 0 0 1-3.56.85A11 11 0 0 1 12 1m.07 2.22c.77 0 1.55.24 2.17.7c.55.42.97 1.02 1.2 1.68c.23.65.3 1.37.21 2.06a7.85 7.85 0 0 1-1.7 3.76a16.2 16.2 0 0 1-6.37 4.96c-.48-.42-.9-.92-1.2-1.48a6.6 6.6 0 0 1-.75-3.87c.12-1.32.58-2.6 1.2-3.79a7.9 7.9 0 0 1 3.02-3.42c.68-.37 1.45-.6 2.22-.6m10.83 7.3A11 11 0 0 1 3.52 19a20 20 0 0 0 3.63-1.2c.51.4 1.08.71 1.67.94a8 8 0 0 0 5.44-.04a13.3 13.3 0 0 0 4.64-2.95a20 20 0 0 0 4-5.22z"/></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 0a12 12 0 1 0 0 24a12 12 0 0 0 0-24m0 1a11 11 0 0 1 10.59 8.01a19.1 19.1 0 0 1-4.66 6.08c-.94.81-1.96 1.53-3.08 2.04c-1.13.5-2.37.8-3.6.72a6.2 6.2 0 0 1-2.66-.76a20 20 0 0 0 5.68-4.58a10 10 0 0 0 2.31-4.17c.18-.79.2-1.6.04-2.4a4.4 4.4 0 0 0-1.08-2.11a4.33 4.33 0 0 0-2-1.19a5.25 5.25 0 0 0-2.33-.08A7.8 7.8 0 0 0 7.2 4.85a9.77 9.77 0 0 0-2.94 7.49a7.88 7.88 0 0 0 1.95 4.59a18 18 0 0 1-3.56.85A11 11 0 0 1 12 1m.07 2.22c.77 0 1.55.24 2.17.7c.55.42.97 1.02 1.2 1.68c.23.65.3 1.37.21 2.06a7.85 7.85 0 0 1-1.7 3.76a16.2 16.2 0 0 1-6.37 4.96c-.48-.42-.9-.92-1.2-1.48a6.6 6.6 0 0 1-.75-3.87c.12-1.32.58-2.6 1.2-3.79a7.9 7.9 0 0 1 3.02-3.42c.68-.37 1.45-.6 2.22-.6m10.83 7.3A11 11 0 0 1 3.52 19a20 20 0 0 0 3.63-1.2c.51.4 1.08.71 1.67.94a8 8 0 0 0 5.44-.04a13.3 13.3 0 0 0 4.64-2.95a20 20 0 0 0 4-5.22z"/></svg>
</template>

CSS

.icon-elementary {
  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%200a12%2012%200%201%200%200%2024a12%2012%200%200%200%200-24m0%201a11%2011%200%200%201%2010.59%208.01a19.1%2019.1%200%200%201-4.66%206.08c-.94.81-1.96%201.53-3.08%202.04c-1.13.5-2.37.8-3.6.72a6.2%206.2%200%200%201-2.66-.76a20%2020%200%200%200%205.68-4.58a10%2010%200%200%200%202.31-4.17c.18-.79.2-1.6.04-2.4a4.4%204.4%200%200%200-1.08-2.11a4.33%204.33%200%200%200-2-1.19a5.25%205.25%200%200%200-2.33-.08A7.8%207.8%200%200%200%207.2%204.85a9.77%209.77%200%200%200-2.94%207.49a7.88%207.88%200%200%200%201.95%204.59a18%2018%200%200%201-3.56.85A11%2011%200%200%201%2012%201m.07%202.22c.77%200%201.55.24%202.17.7c.55.42.97%201.02%201.2%201.68c.23.65.3%201.37.21%202.06a7.85%207.85%200%200%201-1.7%203.76a16.2%2016.2%200%200%201-6.37%204.96c-.48-.42-.9-.92-1.2-1.48a6.6%206.6%200%200%201-.75-3.87c.12-1.32.58-2.6%201.2-3.79a7.9%207.9%200%200%201%203.02-3.42c.68-.37%201.45-.6%202.22-.6m10.83%207.3A11%2011%200%200%201%203.52%2019a20%2020%200%200%200%203.63-1.2c.51.4%201.08.71%201.67.94a8%208%200%200%200%205.44-.04a13.3%2013.3%200%200%200%204.64-2.95a20%2020%200%200%200%204-5.22z%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%200a12%2012%200%201%200%200%2024a12%2012%200%200%200%200-24m0%201a11%2011%200%200%201%2010.59%208.01a19.1%2019.1%200%200%201-4.66%206.08c-.94.81-1.96%201.53-3.08%202.04c-1.13.5-2.37.8-3.6.72a6.2%206.2%200%200%201-2.66-.76a20%2020%200%200%200%205.68-4.58a10%2010%200%200%200%202.31-4.17c.18-.79.2-1.6.04-2.4a4.4%204.4%200%200%200-1.08-2.11a4.33%204.33%200%200%200-2-1.19a5.25%205.25%200%200%200-2.33-.08A7.8%207.8%200%200%200%207.2%204.85a9.77%209.77%200%200%200-2.94%207.49a7.88%207.88%200%200%200%201.95%204.59a18%2018%200%200%201-3.56.85A11%2011%200%200%201%2012%201m.07%202.22c.77%200%201.55.24%202.17.7c.55.42.97%201.02%201.2%201.68c.23.65.3%201.37.21%202.06a7.85%207.85%200%200%201-1.7%203.76a16.2%2016.2%200%200%201-6.37%204.96c-.48-.42-.9-.92-1.2-1.48a6.6%206.6%200%200%201-.75-3.87c.12-1.32.58-2.6%201.2-3.79a7.9%207.9%200%200%201%203.02-3.42c.68-.37%201.45-.6%202.22-.6m10.83%207.3A11%2011%200%200%201%203.52%2019a20%2020%200%200%200%203.63-1.2c.51.4%201.08.71%201.67.94a8%208%200%200%200%205.44-.04a13.3%2013.3%200%200%200%204.64-2.95a20%2020%200%200%200%204-5.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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