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

Name
elementary
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M16 0C7.161 0 0 7.161 0 16s7.161 16 16 16s16-7.161 16-16S24.839 0 16 0m0 1.333a14.67 14.67 0 0 1 14.12 10.683a25.4 25.4 0 0 1-6.213 8.104c-1.256 1.077-2.615 2.041-4.104 2.719c-1.511.667-3.163 1.068-4.803.964a8.3 8.3 0 0 1-3.547-1.016a26.7 26.7 0 0 0 7.573-6.104a13.24 13.24 0 0 0 3.077-5.563a7.5 7.5 0 0 0 .057-3.199a5.93 5.93 0 0 0-1.443-2.817a5.75 5.75 0 0 0-2.667-1.583a6.9 6.9 0 0 0-3.104-.109a10.4 10.4 0 0 0-5.349 3.057a13 13 0 0 0-3.916 9.984a10.5 10.5 0 0 0 2.599 6.12a24.4 24.4 0 0 1-4.751 1.135A14.69 14.69 0 0 1 3.196 8.86a14.68 14.68 0 0 1 12.803-7.527zm.093 2.959c1.027 0 2.068.323 2.891.937a4.8 4.8 0 0 1 1.604 2.24c.308.864.396 1.823.276 2.744a10.4 10.4 0 0 1-2.265 5.016a21.66 21.66 0 0 1-8.495 6.609a7.2 7.2 0 0 1-1.599-1.975a8.8 8.8 0 0 1-1-5.156c.161-1.76.776-3.468 1.599-5.057a10.6 10.6 0 0 1 4.032-4.557c.905-.495 1.932-.801 2.957-.801m14.438 9.735a14.66 14.66 0 0 1-8.651 15.4c-6 2.625-13.016.953-17.187-4.093a26.4 26.4 0 0 0 4.837-1.599a8.7 8.7 0 0 0 2.229 1.249c2.349.833 4.917.813 7.256-.052A17.7 17.7 0 0 0 25.196 21a26.6 26.6 0 0 0 5.333-6.959z"/></svg>

React

import type { SVGProps } from "react";

export function CibElementary(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="M16 0C7.161 0 0 7.161 0 16s7.161 16 16 16s16-7.161 16-16S24.839 0 16 0m0 1.333a14.67 14.67 0 0 1 14.12 10.683a25.4 25.4 0 0 1-6.213 8.104c-1.256 1.077-2.615 2.041-4.104 2.719c-1.511.667-3.163 1.068-4.803.964a8.3 8.3 0 0 1-3.547-1.016a26.7 26.7 0 0 0 7.573-6.104a13.24 13.24 0 0 0 3.077-5.563a7.5 7.5 0 0 0 .057-3.199a5.93 5.93 0 0 0-1.443-2.817a5.75 5.75 0 0 0-2.667-1.583a6.9 6.9 0 0 0-3.104-.109a10.4 10.4 0 0 0-5.349 3.057a13 13 0 0 0-3.916 9.984a10.5 10.5 0 0 0 2.599 6.12a24.4 24.4 0 0 1-4.751 1.135A14.69 14.69 0 0 1 3.196 8.86a14.68 14.68 0 0 1 12.803-7.527zm.093 2.959c1.027 0 2.068.323 2.891.937a4.8 4.8 0 0 1 1.604 2.24c.308.864.396 1.823.276 2.744a10.4 10.4 0 0 1-2.265 5.016a21.66 21.66 0 0 1-8.495 6.609a7.2 7.2 0 0 1-1.599-1.975a8.8 8.8 0 0 1-1-5.156c.161-1.76.776-3.468 1.599-5.057a10.6 10.6 0 0 1 4.032-4.557c.905-.495 1.932-.801 2.957-.801m14.438 9.735a14.66 14.66 0 0 1-8.651 15.4c-6 2.625-13.016.953-17.187-4.093a26.4 26.4 0 0 0 4.837-1.599a8.7 8.7 0 0 0 2.229 1.249c2.349.833 4.917.813 7.256-.052A17.7 17.7 0 0 0 25.196 21a26.6 26.6 0 0 0 5.333-6.959z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 0C7.161 0 0 7.161 0 16s7.161 16 16 16s16-7.161 16-16S24.839 0 16 0m0 1.333a14.67 14.67 0 0 1 14.12 10.683a25.4 25.4 0 0 1-6.213 8.104c-1.256 1.077-2.615 2.041-4.104 2.719c-1.511.667-3.163 1.068-4.803.964a8.3 8.3 0 0 1-3.547-1.016a26.7 26.7 0 0 0 7.573-6.104a13.24 13.24 0 0 0 3.077-5.563a7.5 7.5 0 0 0 .057-3.199a5.93 5.93 0 0 0-1.443-2.817a5.75 5.75 0 0 0-2.667-1.583a6.9 6.9 0 0 0-3.104-.109a10.4 10.4 0 0 0-5.349 3.057a13 13 0 0 0-3.916 9.984a10.5 10.5 0 0 0 2.599 6.12a24.4 24.4 0 0 1-4.751 1.135A14.69 14.69 0 0 1 3.196 8.86a14.68 14.68 0 0 1 12.803-7.527zm.093 2.959c1.027 0 2.068.323 2.891.937a4.8 4.8 0 0 1 1.604 2.24c.308.864.396 1.823.276 2.744a10.4 10.4 0 0 1-2.265 5.016a21.66 21.66 0 0 1-8.495 6.609a7.2 7.2 0 0 1-1.599-1.975a8.8 8.8 0 0 1-1-5.156c.161-1.76.776-3.468 1.599-5.057a10.6 10.6 0 0 1 4.032-4.557c.905-.495 1.932-.801 2.957-.801m14.438 9.735a14.66 14.66 0 0 1-8.651 15.4c-6 2.625-13.016.953-17.187-4.093a26.4 26.4 0 0 0 4.837-1.599a8.7 8.7 0 0 0 2.229 1.249c2.349.833 4.917.813 7.256-.052A17.7 17.7 0 0 0 25.196 21a26.6 26.6 0 0 0 5.333-6.959z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%200C7.161%200%200%207.161%200%2016s7.161%2016%2016%2016s16-7.161%2016-16S24.839%200%2016%200m0%201.333a14.67%2014.67%200%200%201%2014.12%2010.683a25.4%2025.4%200%200%201-6.213%208.104c-1.256%201.077-2.615%202.041-4.104%202.719c-1.511.667-3.163%201.068-4.803.964a8.3%208.3%200%200%201-3.547-1.016a26.7%2026.7%200%200%200%207.573-6.104a13.24%2013.24%200%200%200%203.077-5.563a7.5%207.5%200%200%200%20.057-3.199a5.93%205.93%200%200%200-1.443-2.817a5.75%205.75%200%200%200-2.667-1.583a6.9%206.9%200%200%200-3.104-.109a10.4%2010.4%200%200%200-5.349%203.057a13%2013%200%200%200-3.916%209.984a10.5%2010.5%200%200%200%202.599%206.12a24.4%2024.4%200%200%201-4.751%201.135A14.69%2014.69%200%200%201%203.196%208.86a14.68%2014.68%200%200%201%2012.803-7.527zm.093%202.959c1.027%200%202.068.323%202.891.937a4.8%204.8%200%200%201%201.604%202.24c.308.864.396%201.823.276%202.744a10.4%2010.4%200%200%201-2.265%205.016a21.66%2021.66%200%200%201-8.495%206.609a7.2%207.2%200%200%201-1.599-1.975a8.8%208.8%200%200%201-1-5.156c.161-1.76.776-3.468%201.599-5.057a10.6%2010.6%200%200%201%204.032-4.557c.905-.495%201.932-.801%202.957-.801m14.438%209.735a14.66%2014.66%200%200%201-8.651%2015.4c-6%202.625-13.016.953-17.187-4.093a26.4%2026.4%200%200%200%204.837-1.599a8.7%208.7%200%200%200%202.229%201.249c2.349.833%204.917.813%207.256-.052A17.7%2017.7%200%200%200%2025.196%2021a26.6%2026.6%200%200%200%205.333-6.959z%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%22M16%200C7.161%200%200%207.161%200%2016s7.161%2016%2016%2016s16-7.161%2016-16S24.839%200%2016%200m0%201.333a14.67%2014.67%200%200%201%2014.12%2010.683a25.4%2025.4%200%200%201-6.213%208.104c-1.256%201.077-2.615%202.041-4.104%202.719c-1.511.667-3.163%201.068-4.803.964a8.3%208.3%200%200%201-3.547-1.016a26.7%2026.7%200%200%200%207.573-6.104a13.24%2013.24%200%200%200%203.077-5.563a7.5%207.5%200%200%200%20.057-3.199a5.93%205.93%200%200%200-1.443-2.817a5.75%205.75%200%200%200-2.667-1.583a6.9%206.9%200%200%200-3.104-.109a10.4%2010.4%200%200%200-5.349%203.057a13%2013%200%200%200-3.916%209.984a10.5%2010.5%200%200%200%202.599%206.12a24.4%2024.4%200%200%201-4.751%201.135A14.69%2014.69%200%200%201%203.196%208.86a14.68%2014.68%200%200%201%2012.803-7.527zm.093%202.959c1.027%200%202.068.323%202.891.937a4.8%204.8%200%200%201%201.604%202.24c.308.864.396%201.823.276%202.744a10.4%2010.4%200%200%201-2.265%205.016a21.66%2021.66%200%200%201-8.495%206.609a7.2%207.2%200%200%201-1.599-1.975a8.8%208.8%200%200%201-1-5.156c.161-1.76.776-3.468%201.599-5.057a10.6%2010.6%200%200%201%204.032-4.557c.905-.495%201.932-.801%202.957-.801m14.438%209.735a14.66%2014.66%200%200%201-8.651%2015.4c-6%202.625-13.016.953-17.187-4.093a26.4%2026.4%200%200%200%204.837-1.599a8.7%208.7%200%200%200%202.229%201.249c2.349.833%204.917.813%207.256-.052A17.7%2017.7%200%200%200%2025.196%2021a26.6%2026.6%200%200%200%205.333-6.959z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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