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

Name
nose-outline
Set
Health Icons
Style
Outline
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.404 5.085a1 1 0 0 1 .511 1.318L30 6l.915.403v.002l-.005.011l-.015.033a29 29 0 0 1-.278.61a96 96 0 0 1-3.844 7.38c-2.484 4.283-5.925 9.363-9.595 12.008l-.002.001c-3.857 2.768-4.602 5.802-3.978 7.99c.641 2.251 2.799 3.935 5.446 3.935h.472c.306-1.067 1.104-2.098 2.461-2.731c1.54-.718 3.72-.895 6.65-.215a1 1 0 1 1-.453 1.948c-2.671-.62-4.357-.384-5.351.08c-.543.253-.901.582-1.126.918h.576A4.627 4.627 0 0 1 26.5 43h-2a2.627 2.627 0 0 0-2.627-2.627h-3.23c-3.504 0-6.473-2.243-7.369-5.388c-.914-3.21.39-7.043 4.735-10.161c3.292-2.373 6.554-7.111 9.033-11.39a93 93 0 0 0 3.76-7.217a51 51 0 0 0 .266-.582l.013-.03l.004-.008a1 1 0 0 1 1.319-.512m2.125 34.764c1.41-.88 2.708-2.768 3.227-4.858c.53-2.139.286-4.663-1.66-6.685l-1.441 1.387c1.355 1.408 1.569 3.169 1.16 4.816c-.421 1.695-1.462 3.093-2.344 3.642z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsNoseOutline(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.404 5.085a1 1 0 0 1 .511 1.318L30 6l.915.403v.002l-.005.011l-.015.033a29 29 0 0 1-.278.61a96 96 0 0 1-3.844 7.38c-2.484 4.283-5.925 9.363-9.595 12.008l-.002.001c-3.857 2.768-4.602 5.802-3.978 7.99c.641 2.251 2.799 3.935 5.446 3.935h.472c.306-1.067 1.104-2.098 2.461-2.731c1.54-.718 3.72-.895 6.65-.215a1 1 0 1 1-.453 1.948c-2.671-.62-4.357-.384-5.351.08c-.543.253-.901.582-1.126.918h.576A4.627 4.627 0 0 1 26.5 43h-2a2.627 2.627 0 0 0-2.627-2.627h-3.23c-3.504 0-6.473-2.243-7.369-5.388c-.914-3.21.39-7.043 4.735-10.161c3.292-2.373 6.554-7.111 9.033-11.39a93 93 0 0 0 3.76-7.217a51 51 0 0 0 .266-.582l.013-.03l.004-.008a1 1 0 0 1 1.319-.512m2.125 34.764c1.41-.88 2.708-2.768 3.227-4.858c.53-2.139.286-4.663-1.66-6.685l-1.441 1.387c1.355 1.408 1.569 3.169 1.16 4.816c-.421 1.695-1.462 3.093-2.344 3.642z"/></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.404 5.085a1 1 0 0 1 .511 1.318L30 6l.915.403v.002l-.005.011l-.015.033a29 29 0 0 1-.278.61a96 96 0 0 1-3.844 7.38c-2.484 4.283-5.925 9.363-9.595 12.008l-.002.001c-3.857 2.768-4.602 5.802-3.978 7.99c.641 2.251 2.799 3.935 5.446 3.935h.472c.306-1.067 1.104-2.098 2.461-2.731c1.54-.718 3.72-.895 6.65-.215a1 1 0 1 1-.453 1.948c-2.671-.62-4.357-.384-5.351.08c-.543.253-.901.582-1.126.918h.576A4.627 4.627 0 0 1 26.5 43h-2a2.627 2.627 0 0 0-2.627-2.627h-3.23c-3.504 0-6.473-2.243-7.369-5.388c-.914-3.21.39-7.043 4.735-10.161c3.292-2.373 6.554-7.111 9.033-11.39a93 93 0 0 0 3.76-7.217a51 51 0 0 0 .266-.582l.013-.03l.004-.008a1 1 0 0 1 1.319-.512m2.125 34.764c1.41-.88 2.708-2.768 3.227-4.858c.53-2.139.286-4.663-1.66-6.685l-1.441 1.387c1.355 1.408 1.569 3.169 1.16 4.816c-.421 1.695-1.462 3.093-2.344 3.642z"/></svg>
</template>

CSS

.icon-nose-outline {
  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.404%205.085a1%201%200%200%201%20.511%201.318L30%206l.915.403v.002l-.005.011l-.015.033a29%2029%200%200%201-.278.61a96%2096%200%200%201-3.844%207.38c-2.484%204.283-5.925%209.363-9.595%2012.008l-.002.001c-3.857%202.768-4.602%205.802-3.978%207.99c.641%202.251%202.799%203.935%205.446%203.935h.472c.306-1.067%201.104-2.098%202.461-2.731c1.54-.718%203.72-.895%206.65-.215a1%201%200%201%201-.453%201.948c-2.671-.62-4.357-.384-5.351.08c-.543.253-.901.582-1.126.918h.576A4.627%204.627%200%200%201%2026.5%2043h-2a2.627%202.627%200%200%200-2.627-2.627h-3.23c-3.504%200-6.473-2.243-7.369-5.388c-.914-3.21.39-7.043%204.735-10.161c3.292-2.373%206.554-7.111%209.033-11.39a93%2093%200%200%200%203.76-7.217a51%2051%200%200%200%20.266-.582l.013-.03l.004-.008a1%201%200%200%201%201.319-.512m2.125%2034.764c1.41-.88%202.708-2.768%203.227-4.858c.53-2.139.286-4.663-1.66-6.685l-1.441%201.387c1.355%201.408%201.569%203.169%201.16%204.816c-.421%201.695-1.462%203.093-2.344%203.642z%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.404%205.085a1%201%200%200%201%20.511%201.318L30%206l.915.403v.002l-.005.011l-.015.033a29%2029%200%200%201-.278.61a96%2096%200%200%201-3.844%207.38c-2.484%204.283-5.925%209.363-9.595%2012.008l-.002.001c-3.857%202.768-4.602%205.802-3.978%207.99c.641%202.251%202.799%203.935%205.446%203.935h.472c.306-1.067%201.104-2.098%202.461-2.731c1.54-.718%203.72-.895%206.65-.215a1%201%200%201%201-.453%201.948c-2.671-.62-4.357-.384-5.351.08c-.543.253-.901.582-1.126.918h.576A4.627%204.627%200%200%201%2026.5%2043h-2a2.627%202.627%200%200%200-2.627-2.627h-3.23c-3.504%200-6.473-2.243-7.369-5.388c-.914-3.21.39-7.043%204.735-10.161c3.292-2.373%206.554-7.111%209.033-11.39a93%2093%200%200%200%203.76-7.217a51%2051%200%200%200%20.266-.582l.013-.03l.004-.008a1%201%200%200%201%201.319-.512m2.125%2034.764c1.41-.88%202.708-2.768%203.227-4.858c.53-2.139.286-4.663-1.66-6.685l-1.441%201.387c1.355%201.408%201.569%203.169%201.16%204.816c-.421%201.695-1.462%203.093-2.344%203.642z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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