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

Name
nose
Set
Health Icons
Style
Filled
Category
Body
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M30.915 6.403a1 1 0 1 0-1.83-.806l-.004.008l-.013.03a30 30 0 0 1-.266.582a93 93 0 0 1-3.76 7.217c-2.48 4.279-5.741 9.017-9.033 11.39c-4.344 3.118-5.65 6.952-4.735 10.162c.896 3.145 3.865 5.387 7.37 5.387h3.229A2.627 2.627 0 0 1 24.5 43h2a4.627 4.627 0 0 0-4.627-4.627h-.576c.224-.336.582-.665 1.126-.918c.994-.464 2.68-.7 5.35-.08a1 1 0 1 0 .453-1.948c-2.929-.68-5.11-.503-6.649.215c-1.357.633-2.155 1.664-2.461 2.73h-.472c-2.647 0-4.805-1.683-5.446-3.935c-.624-2.187.121-5.221 3.978-7.989l.002-.001c3.67-2.645 7.111-7.725 9.595-12.01a96 96 0 0 0 3.844-7.379l.278-.608l.015-.034l.005-.011zL30 6zm4.841 28.588c-.52 2.09-1.817 3.979-3.227 4.858L31.47 38.15c.882-.55 1.923-1.947 2.344-3.642c.409-1.647.195-3.408-1.16-4.815l1.44-1.388c1.947 2.022 2.192 4.547 1.66 6.685"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsNose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.915 6.403a1 1 0 1 0-1.83-.806l-.004.008l-.013.03a30 30 0 0 1-.266.582a93 93 0 0 1-3.76 7.217c-2.48 4.279-5.741 9.017-9.033 11.39c-4.344 3.118-5.65 6.952-4.735 10.162c.896 3.145 3.865 5.387 7.37 5.387h3.229A2.627 2.627 0 0 1 24.5 43h2a4.627 4.627 0 0 0-4.627-4.627h-.576c.224-.336.582-.665 1.126-.918c.994-.464 2.68-.7 5.35-.08a1 1 0 1 0 .453-1.948c-2.929-.68-5.11-.503-6.649.215c-1.357.633-2.155 1.664-2.461 2.73h-.472c-2.647 0-4.805-1.683-5.446-3.935c-.624-2.187.121-5.221 3.978-7.989l.002-.001c3.67-2.645 7.111-7.725 9.595-12.01a96 96 0 0 0 3.844-7.379l.278-.608l.015-.034l.005-.011zL30 6zm4.841 28.588c-.52 2.09-1.817 3.979-3.227 4.858L31.47 38.15c.882-.55 1.923-1.947 2.344-3.642c.409-1.647.195-3.408-1.16-4.815l1.44-1.388c1.947 2.022 2.192 4.547 1.66 6.685"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M30.915 6.403a1 1 0 1 0-1.83-.806l-.004.008l-.013.03a30 30 0 0 1-.266.582a93 93 0 0 1-3.76 7.217c-2.48 4.279-5.741 9.017-9.033 11.39c-4.344 3.118-5.65 6.952-4.735 10.162c.896 3.145 3.865 5.387 7.37 5.387h3.229A2.627 2.627 0 0 1 24.5 43h2a4.627 4.627 0 0 0-4.627-4.627h-.576c.224-.336.582-.665 1.126-.918c.994-.464 2.68-.7 5.35-.08a1 1 0 1 0 .453-1.948c-2.929-.68-5.11-.503-6.649.215c-1.357.633-2.155 1.664-2.461 2.73h-.472c-2.647 0-4.805-1.683-5.446-3.935c-.624-2.187.121-5.221 3.978-7.989l.002-.001c3.67-2.645 7.111-7.725 9.595-12.01a96 96 0 0 0 3.844-7.379l.278-.608l.015-.034l.005-.011zL30 6zm4.841 28.588c-.52 2.09-1.817 3.979-3.227 4.858L31.47 38.15c.882-.55 1.923-1.947 2.344-3.642c.409-1.647.195-3.408-1.16-4.815l1.44-1.388c1.947 2.022 2.192 4.547 1.66 6.685"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.915%206.403a1%201%200%201%200-1.83-.806l-.004.008l-.013.03a30%2030%200%200%201-.266.582a93%2093%200%200%201-3.76%207.217c-2.48%204.279-5.741%209.017-9.033%2011.39c-4.344%203.118-5.65%206.952-4.735%2010.162c.896%203.145%203.865%205.387%207.37%205.387h3.229A2.627%202.627%200%200%201%2024.5%2043h2a4.627%204.627%200%200%200-4.627-4.627h-.576c.224-.336.582-.665%201.126-.918c.994-.464%202.68-.7%205.35-.08a1%201%200%201%200%20.453-1.948c-2.929-.68-5.11-.503-6.649.215c-1.357.633-2.155%201.664-2.461%202.73h-.472c-2.647%200-4.805-1.683-5.446-3.935c-.624-2.187.121-5.221%203.978-7.989l.002-.001c3.67-2.645%207.111-7.725%209.595-12.01a96%2096%200%200%200%203.844-7.379l.278-.608l.015-.034l.005-.011zL30%206zm4.841%2028.588c-.52%202.09-1.817%203.979-3.227%204.858L31.47%2038.15c.882-.55%201.923-1.947%202.344-3.642c.409-1.647.195-3.408-1.16-4.815l1.44-1.388c1.947%202.022%202.192%204.547%201.66%206.685%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30.915%206.403a1%201%200%201%200-1.83-.806l-.004.008l-.013.03a30%2030%200%200%201-.266.582a93%2093%200%200%201-3.76%207.217c-2.48%204.279-5.741%209.017-9.033%2011.39c-4.344%203.118-5.65%206.952-4.735%2010.162c.896%203.145%203.865%205.387%207.37%205.387h3.229A2.627%202.627%200%200%201%2024.5%2043h2a4.627%204.627%200%200%200-4.627-4.627h-.576c.224-.336.582-.665%201.126-.918c.994-.464%202.68-.7%205.35-.08a1%201%200%201%200%20.453-1.948c-2.929-.68-5.11-.503-6.649.215c-1.357.633-2.155%201.664-2.461%202.73h-.472c-2.647%200-4.805-1.683-5.446-3.935c-.624-2.187.121-5.221%203.978-7.989l.002-.001c3.67-2.645%207.111-7.725%209.595-12.01a96%2096%200%200%200%203.844-7.379l.278-.608l.015-.034l.005-.011zL30%206zm4.841%2028.588c-.52%202.09-1.817%203.979-3.227%204.858L31.47%2038.15c.882-.55%201.923-1.947%202.344-3.642c.409-1.647.195-3.408-1.16-4.815l1.44-1.388c1.947%202.022%202.192%204.547%201.66%206.685%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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