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

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

The same logo in other sets

Use the gnome logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.703 0c-4.99 0-5.927 7.111-3.12 7.111c2.81 0 8.113-7.111 3.12-7.111M11.99.872q-.119-.001-.25.016c-2.811.364-1.82 5.25-.324 5.34c1.449.09 3.032-5.347.574-5.356M7.123 2.803a1.4 1.4 0 0 0-.488.114c-2.259.933-.344 4.776.921 4.519c1.168-.24 1.319-4.671-.433-4.632Zm-3.6 3.016a1.05 1.05 0 0 0-.634.215c-1.807 1.248.607 4.269 1.671 3.799c.93-.41.338-3.967-1.037-4.014m10.032 2.309c-3.835.033-8.716 1.978-9.567 5.784C3.044 18.14 7.875 24 12.915 24c2.48 0 5.34-2.24 5.875-5.077c.409-2.163-4.81-1.295-4.623.137c.225 1.715-1.258 2.561-2.711 1.454c-4.623-3.52 7.658-5.276 6.847-10.086c-.263-1.56-2.29-2.322-4.748-2.301Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGnome(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="M19.703 0c-4.99 0-5.927 7.111-3.12 7.111c2.81 0 8.113-7.111 3.12-7.111M11.99.872q-.119-.001-.25.016c-2.811.364-1.82 5.25-.324 5.34c1.449.09 3.032-5.347.574-5.356M7.123 2.803a1.4 1.4 0 0 0-.488.114c-2.259.933-.344 4.776.921 4.519c1.168-.24 1.319-4.671-.433-4.632Zm-3.6 3.016a1.05 1.05 0 0 0-.634.215c-1.807 1.248.607 4.269 1.671 3.799c.93-.41.338-3.967-1.037-4.014m10.032 2.309c-3.835.033-8.716 1.978-9.567 5.784C3.044 18.14 7.875 24 12.915 24c2.48 0 5.34-2.24 5.875-5.077c.409-2.163-4.81-1.295-4.623.137c.225 1.715-1.258 2.561-2.711 1.454c-4.623-3.52 7.658-5.276 6.847-10.086c-.263-1.56-2.29-2.322-4.748-2.301Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.703 0c-4.99 0-5.927 7.111-3.12 7.111c2.81 0 8.113-7.111 3.12-7.111M11.99.872q-.119-.001-.25.016c-2.811.364-1.82 5.25-.324 5.34c1.449.09 3.032-5.347.574-5.356M7.123 2.803a1.4 1.4 0 0 0-.488.114c-2.259.933-.344 4.776.921 4.519c1.168-.24 1.319-4.671-.433-4.632Zm-3.6 3.016a1.05 1.05 0 0 0-.634.215c-1.807 1.248.607 4.269 1.671 3.799c.93-.41.338-3.967-1.037-4.014m10.032 2.309c-3.835.033-8.716 1.978-9.567 5.784C3.044 18.14 7.875 24 12.915 24c2.48 0 5.34-2.24 5.875-5.077c.409-2.163-4.81-1.295-4.623.137c.225 1.715-1.258 2.561-2.711 1.454c-4.623-3.52 7.658-5.276 6.847-10.086c-.263-1.56-2.29-2.322-4.748-2.301Z"/></svg>
</template>

CSS

.icon-gnome {
  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%22M19.703%200c-4.99%200-5.927%207.111-3.12%207.111c2.81%200%208.113-7.111%203.12-7.111M11.99.872q-.119-.001-.25.016c-2.811.364-1.82%205.25-.324%205.34c1.449.09%203.032-5.347.574-5.356M7.123%202.803a1.4%201.4%200%200%200-.488.114c-2.259.933-.344%204.776.921%204.519c1.168-.24%201.319-4.671-.433-4.632Zm-3.6%203.016a1.05%201.05%200%200%200-.634.215c-1.807%201.248.607%204.269%201.671%203.799c.93-.41.338-3.967-1.037-4.014m10.032%202.309c-3.835.033-8.716%201.978-9.567%205.784C3.044%2018.14%207.875%2024%2012.915%2024c2.48%200%205.34-2.24%205.875-5.077c.409-2.163-4.81-1.295-4.623.137c.225%201.715-1.258%202.561-2.711%201.454c-4.623-3.52%207.658-5.276%206.847-10.086c-.263-1.56-2.29-2.322-4.748-2.301Z%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%22M19.703%200c-4.99%200-5.927%207.111-3.12%207.111c2.81%200%208.113-7.111%203.12-7.111M11.99.872q-.119-.001-.25.016c-2.811.364-1.82%205.25-.324%205.34c1.449.09%203.032-5.347.574-5.356M7.123%202.803a1.4%201.4%200%200%200-.488.114c-2.259.933-.344%204.776.921%204.519c1.168-.24%201.319-4.671-.433-4.632Zm-3.6%203.016a1.05%201.05%200%200%200-.634.215c-1.807%201.248.607%204.269%201.671%203.799c.93-.41.338-3.967-1.037-4.014m10.032%202.309c-3.835.033-8.716%201.978-9.567%205.784C3.044%2018.14%207.875%2024%2012.915%2024c2.48%200%205.34-2.24%205.875-5.077c.409-2.163-4.81-1.295-4.623.137c.225%201.715-1.258%202.561-2.711%201.454c-4.623-3.52%207.658-5.276%206.847-10.086c-.263-1.56-2.29-2.322-4.748-2.301Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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