nose-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.

Name
nose-24px
Set
Health Icons
Style
Filled 24px
Category
Body
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the nose icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.38 3.474a1 1 0 1 0-1.76-.948L10.645 8.05c-.825 1.532-2.086 3.122-3.407 4.179c-.7.56-1.61 1.389-2.196 2.376c-.6 1.012-.936 2.348-.135 3.684a4.23 4.23 0 0 0 2.798 1.972l.824.165c.557.11 1.219.367 1.717.713c.525.366.66.676.66.861h2c0-.727-.31-1.326-.72-1.796l.02-.005c1.098-.295 2.288-1.133 2.927-2.07c-1.515-1.033-2.98-1.717-4.86-1.186c-.958.27-1.659.648-2.318 1.323a2.23 2.23 0 0 1-1.333-1.006c-.286-.477-.245-.986.14-1.634c.399-.673 1.082-1.32 1.726-1.835c1.56-1.25 2.985-3.06 3.918-4.793zm.87 12.188a2.998 2.998 0 0 1-.751 4.583l1.002 1.731a5 5 0 0 0 1.249-7.638z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsNose24px(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="M15.38 3.474a1 1 0 1 0-1.76-.948L10.645 8.05c-.825 1.532-2.086 3.122-3.407 4.179c-.7.56-1.61 1.389-2.196 2.376c-.6 1.012-.936 2.348-.135 3.684a4.23 4.23 0 0 0 2.798 1.972l.824.165c.557.11 1.219.367 1.717.713c.525.366.66.676.66.861h2c0-.727-.31-1.326-.72-1.796l.02-.005c1.098-.295 2.288-1.133 2.927-2.07c-1.515-1.033-2.98-1.717-4.86-1.186c-.958.27-1.659.648-2.318 1.323a2.23 2.23 0 0 1-1.333-1.006c-.286-.477-.245-.986.14-1.634c.399-.673 1.082-1.32 1.726-1.835c1.56-1.25 2.985-3.06 3.918-4.793zm.87 12.188a2.998 2.998 0 0 1-.751 4.583l1.002 1.731a5 5 0 0 0 1.249-7.638z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.38 3.474a1 1 0 1 0-1.76-.948L10.645 8.05c-.825 1.532-2.086 3.122-3.407 4.179c-.7.56-1.61 1.389-2.196 2.376c-.6 1.012-.936 2.348-.135 3.684a4.23 4.23 0 0 0 2.798 1.972l.824.165c.557.11 1.219.367 1.717.713c.525.366.66.676.66.861h2c0-.727-.31-1.326-.72-1.796l.02-.005c1.098-.295 2.288-1.133 2.927-2.07c-1.515-1.033-2.98-1.717-4.86-1.186c-.958.27-1.659.648-2.318 1.323a2.23 2.23 0 0 1-1.333-1.006c-.286-.477-.245-.986.14-1.634c.399-.673 1.082-1.32 1.726-1.835c1.56-1.25 2.985-3.06 3.918-4.793zm.87 12.188a2.998 2.998 0 0 1-.751 4.583l1.002 1.731a5 5 0 0 0 1.249-7.638z"/></svg>
</template>

CSS

.icon-nose-24px {
  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%22M15.38%203.474a1%201%200%201%200-1.76-.948L10.645%208.05c-.825%201.532-2.086%203.122-3.407%204.179c-.7.56-1.61%201.389-2.196%202.376c-.6%201.012-.936%202.348-.135%203.684a4.23%204.23%200%200%200%202.798%201.972l.824.165c.557.11%201.219.367%201.717.713c.525.366.66.676.66.861h2c0-.727-.31-1.326-.72-1.796l.02-.005c1.098-.295%202.288-1.133%202.927-2.07c-1.515-1.033-2.98-1.717-4.86-1.186c-.958.27-1.659.648-2.318%201.323a2.23%202.23%200%200%201-1.333-1.006c-.286-.477-.245-.986.14-1.634c.399-.673%201.082-1.32%201.726-1.835c1.56-1.25%202.985-3.06%203.918-4.793zm.87%2012.188a2.998%202.998%200%200%201-.751%204.583l1.002%201.731a5%205%200%200%200%201.249-7.638z%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%22M15.38%203.474a1%201%200%201%200-1.76-.948L10.645%208.05c-.825%201.532-2.086%203.122-3.407%204.179c-.7.56-1.61%201.389-2.196%202.376c-.6%201.012-.936%202.348-.135%203.684a4.23%204.23%200%200%200%202.798%201.972l.824.165c.557.11%201.219.367%201.717.713c.525.366.66.676.66.861h2c0-.727-.31-1.326-.72-1.796l.02-.005c1.098-.295%202.288-1.133%202.927-2.07c-1.515-1.033-2.98-1.717-4.86-1.186c-.958.27-1.659.648-2.318%201.323a2.23%202.23%200%200%201-1.333-1.006c-.286-.477-.245-.986.14-1.634c.399-.673%201.082-1.32%201.726-1.835c1.56-1.25%202.985-3.06%203.918-4.793zm.87%2012.188a2.998%202.998%200%200%201-.751%204.583l1.002%201.731a5%205%200%200%200%201.249-7.638z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/nose-24px.svg?color=%231a73e8&size=48