gnome icon
gnome from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- gnome
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the gnome icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 12c2.583 0 4.903.386 6.5 1c0-.98-.278-1.94-.801-2.768l-4.932-7.81a.907.907 0 0 0-1.534 0l-4.932 7.81A5.2 5.2 0 0 0 5.5 13c1.597-.614 3.917-1 6.5-1"/><path d="M16 12.5s.5.8.5 2c0 0 0 2-1.5 2S13.5 15 12 15s-1.5 1.5-3 1.5s-1.5-2-1.5-2c0-1.2.5-2 .5-2"/><path d="M18.5 13s.5.9.5 2.5c0 2-1.262 3.13-3 4c-1.41.705-2.572 1.66-3.135 2.16c-.239.213-.545.34-.865.34s-.626-.127-.865-.34c-.563-.5-1.724-1.455-3.135-2.16c-1.738-.87-3-2-3-4c0-1.6.5-2.5.5-2.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGnome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M12 12c2.583 0 4.903.386 6.5 1c0-.98-.278-1.94-.801-2.768l-4.932-7.81a.907.907 0 0 0-1.534 0l-4.932 7.81A5.2 5.2 0 0 0 5.5 13c1.597-.614 3.917-1 6.5-1"/><path d="M16 12.5s.5.8.5 2c0 0 0 2-1.5 2S13.5 15 12 15s-1.5 1.5-3 1.5s-1.5-2-1.5-2c0-1.2.5-2 .5-2"/><path d="M18.5 13s.5.9.5 2.5c0 2-1.262 3.13-3 4c-1.41.705-2.572 1.66-3.135 2.16c-.239.213-.545.34-.865.34s-.626-.127-.865-.34c-.563-.5-1.724-1.455-3.135-2.16c-1.738-.87-3-2-3-4c0-1.6.5-2.5.5-2.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M12 12c2.583 0 4.903.386 6.5 1c0-.98-.278-1.94-.801-2.768l-4.932-7.81a.907.907 0 0 0-1.534 0l-4.932 7.81A5.2 5.2 0 0 0 5.5 13c1.597-.614 3.917-1 6.5-1"/><path d="M16 12.5s.5.8.5 2c0 0 0 2-1.5 2S13.5 15 12 15s-1.5 1.5-3 1.5s-1.5-2-1.5-2c0-1.2.5-2 .5-2"/><path d="M18.5 13s.5.9.5 2.5c0 2-1.262 3.13-3 4c-1.41.705-2.572 1.66-3.135 2.16c-.239.213-.545.34-.865.34s-.626-.127-.865-.34c-.563-.5-1.724-1.455-3.135-2.16c-1.738-.87-3-2-3-4c0-1.6.5-2.5.5-2.5"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012c2.583%200%204.903.386%206.5%201c0-.98-.278-1.94-.801-2.768l-4.932-7.81a.907.907%200%200%200-1.534%200l-4.932%207.81A5.2%205.2%200%200%200%205.5%2013c1.597-.614%203.917-1%206.5-1%22%2F%3E%3Cpath%20d%3D%22M16%2012.5s.5.8.5%202c0%200%200%202-1.5%202S13.5%2015%2012%2015s-1.5%201.5-3%201.5s-1.5-2-1.5-2c0-1.2.5-2%20.5-2%22%2F%3E%3Cpath%20d%3D%22M18.5%2013s.5.9.5%202.5c0%202-1.262%203.13-3%204c-1.41.705-2.572%201.66-3.135%202.16c-.239.213-.545.34-.865.34s-.626-.127-.865-.34c-.563-.5-1.724-1.455-3.135-2.16c-1.738-.87-3-2-3-4c0-1.6.5-2.5.5-2.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012c2.583%200%204.903.386%206.5%201c0-.98-.278-1.94-.801-2.768l-4.932-7.81a.907.907%200%200%200-1.534%200l-4.932%207.81A5.2%205.2%200%200%200%205.5%2013c1.597-.614%203.917-1%206.5-1%22%2F%3E%3Cpath%20d%3D%22M16%2012.5s.5.8.5%202c0%200%200%202-1.5%202S13.5%2015%2012%2015s-1.5%201.5-3%201.5s-1.5-2-1.5-2c0-1.2.5-2%20.5-2%22%2F%3E%3Cpath%20d%3D%22M18.5%2013s.5.9.5%202.5c0%202-1.262%203.13-3%204c-1.41.705-2.572%201.66-3.135%202.16c-.239.213-.545.34-.865.34s-.626-.127-.865-.34c-.563-.5-1.724-1.455-3.135-2.16c-1.738-.87-3-2-3-4c0-1.6.5-2.5.5-2.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/gnome.svg?color=%231a73e8&size=48