nose from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
nose
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the nose 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="M7 17c2 0 2.5 4 5 4s3-4 5-4"/><path d="M8.5 3c0 2.279-1.368 7.018-2.764 9.112c-1.573 2.36-2.956 6.265.002 7.692C7.198 20.51 9 19.087 9 19.087M15.5 3c0 2.278 1.368 7.018 2.764 9.112c1.573 2.36 2.956 6.265-.002 7.692c-1.46.705-3.262-.717-3.262-.717"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNose(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="M7 17c2 0 2.5 4 5 4s3-4 5-4"/><path d="M8.5 3c0 2.279-1.368 7.018-2.764 9.112c-1.573 2.36-2.956 6.265.002 7.692C7.198 20.51 9 19.087 9 19.087M15.5 3c0 2.278 1.368 7.018 2.764 9.112c1.573 2.36 2.956 6.265-.002 7.692c-1.46.705-3.262-.717-3.262-.717"/></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="M7 17c2 0 2.5 4 5 4s3-4 5-4"/><path d="M8.5 3c0 2.279-1.368 7.018-2.764 9.112c-1.573 2.36-2.956 6.265.002 7.692C7.198 20.51 9 19.087 9 19.087M15.5 3c0 2.278 1.368 7.018 2.764 9.112c1.573 2.36 2.956 6.265-.002 7.692c-1.46.705-3.262-.717-3.262-.717"/></g></svg>
</template>

CSS

.icon-nose {
  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%22M7%2017c2%200%202.5%204%205%204s3-4%205-4%22%2F%3E%3Cpath%20d%3D%22M8.5%203c0%202.279-1.368%207.018-2.764%209.112c-1.573%202.36-2.956%206.265.002%207.692C7.198%2020.51%209%2019.087%209%2019.087M15.5%203c0%202.278%201.368%207.018%202.764%209.112c1.573%202.36%202.956%206.265-.002%207.692c-1.46.705-3.262-.717-3.262-.717%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%22M7%2017c2%200%202.5%204%205%204s3-4%205-4%22%2F%3E%3Cpath%20d%3D%22M8.5%203c0%202.279-1.368%207.018-2.764%209.112c-1.573%202.36-2.956%206.265.002%207.692C7.198%2020.51%209%2019.087%209%2019.087M15.5%203c0%202.278%201.368%207.018%202.764%209.112c1.573%202.36%202.956%206.265-.002%207.692c-1.46.705-3.262-.717-3.262-.717%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/nose.svg?color=%231a73e8&size=48