gnome from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
gnome
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the gnome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.42 2c-4.16 0-4.92 5.93-2.6 5.93c2.34 0 6.76-5.93 2.6-5.93M12 2.73c-.08 0-.15 0-.22.01c-2.34.3-1.52 4.38-.28 4.45c1.22.08 2.54-4.46.5-4.46M7.93 4.34c-.12 0-.26.03-.4.09c-1.88.78-.29 3.98.77 3.77c.97-.2 1.09-3.9-.37-3.86m-3 2.51c-.16-.01-.34.05-.52.18c-1.51 1.04.5 3.55 1.39 3.16c.77-.34.28-3.3-.87-3.34m8.36 1.92c-3.19.03-7.26 1.65-7.97 4.82C4.53 17.11 8.56 22 12.76 22c2.07 0 4.45-1.87 4.9-4.23c.34-1.8-4.01-1.08-3.85.11c.19 1.43-1.05 2.12-2.26 1.22c-3.86-2.94 6.38-4.4 5.7-8.41c-.22-1.3-1.91-1.93-3.96-1.92"/></svg>

React

import type { SVGProps } from "react";

export function MdiGnome(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="M18.42 2c-4.16 0-4.92 5.93-2.6 5.93c2.34 0 6.76-5.93 2.6-5.93M12 2.73c-.08 0-.15 0-.22.01c-2.34.3-1.52 4.38-.28 4.45c1.22.08 2.54-4.46.5-4.46M7.93 4.34c-.12 0-.26.03-.4.09c-1.88.78-.29 3.98.77 3.77c.97-.2 1.09-3.9-.37-3.86m-3 2.51c-.16-.01-.34.05-.52.18c-1.51 1.04.5 3.55 1.39 3.16c.77-.34.28-3.3-.87-3.34m8.36 1.92c-3.19.03-7.26 1.65-7.97 4.82C4.53 17.11 8.56 22 12.76 22c2.07 0 4.45-1.87 4.9-4.23c.34-1.8-4.01-1.08-3.85.11c.19 1.43-1.05 2.12-2.26 1.22c-3.86-2.94 6.38-4.4 5.7-8.41c-.22-1.3-1.91-1.93-3.96-1.92"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.42 2c-4.16 0-4.92 5.93-2.6 5.93c2.34 0 6.76-5.93 2.6-5.93M12 2.73c-.08 0-.15 0-.22.01c-2.34.3-1.52 4.38-.28 4.45c1.22.08 2.54-4.46.5-4.46M7.93 4.34c-.12 0-.26.03-.4.09c-1.88.78-.29 3.98.77 3.77c.97-.2 1.09-3.9-.37-3.86m-3 2.51c-.16-.01-.34.05-.52.18c-1.51 1.04.5 3.55 1.39 3.16c.77-.34.28-3.3-.87-3.34m8.36 1.92c-3.19.03-7.26 1.65-7.97 4.82C4.53 17.11 8.56 22 12.76 22c2.07 0 4.45-1.87 4.9-4.23c.34-1.8-4.01-1.08-3.85.11c.19 1.43-1.05 2.12-2.26 1.22c-3.86-2.94 6.38-4.4 5.7-8.41c-.22-1.3-1.91-1.93-3.96-1.92"/></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%22M18.42%202c-4.16%200-4.92%205.93-2.6%205.93c2.34%200%206.76-5.93%202.6-5.93M12%202.73c-.08%200-.15%200-.22.01c-2.34.3-1.52%204.38-.28%204.45c1.22.08%202.54-4.46.5-4.46M7.93%204.34c-.12%200-.26.03-.4.09c-1.88.78-.29%203.98.77%203.77c.97-.2%201.09-3.9-.37-3.86m-3%202.51c-.16-.01-.34.05-.52.18c-1.51%201.04.5%203.55%201.39%203.16c.77-.34.28-3.3-.87-3.34m8.36%201.92c-3.19.03-7.26%201.65-7.97%204.82C4.53%2017.11%208.56%2022%2012.76%2022c2.07%200%204.45-1.87%204.9-4.23c.34-1.8-4.01-1.08-3.85.11c.19%201.43-1.05%202.12-2.26%201.22c-3.86-2.94%206.38-4.4%205.7-8.41c-.22-1.3-1.91-1.93-3.96-1.92%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%22M18.42%202c-4.16%200-4.92%205.93-2.6%205.93c2.34%200%206.76-5.93%202.6-5.93M12%202.73c-.08%200-.15%200-.22.01c-2.34.3-1.52%204.38-.28%204.45c1.22.08%202.54-4.46.5-4.46M7.93%204.34c-.12%200-.26.03-.4.09c-1.88.78-.29%203.98.77%203.77c.97-.2%201.09-3.9-.37-3.86m-3%202.51c-.16-.01-.34.05-.52.18c-1.51%201.04.5%203.55%201.39%203.16c.77-.34.28-3.3-.87-3.34m8.36%201.92c-3.19.03-7.26%201.65-7.97%204.82C4.53%2017.11%208.56%2022%2012.76%2022c2.07%200%204.45-1.87%204.9-4.23c.34-1.8-4.01-1.08-3.85.11c.19%201.43-1.05%202.12-2.26%201.22c-3.86-2.94%206.38-4.4%205.7-8.41c-.22-1.3-1.91-1.93-3.96-1.92%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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