nasal from IconPark Outline by ByteDance · Outline · Health · Apache-2.0 Free for personal and commercial use.

Name
nasal
Set
IconPark Outline
Style
Outline
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark Outline

Use the nasal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path d="M16.988 4q.18 9.375-.97 13.01c-1.152 3.633-9.936 13.753-9.936 19.092c0 5.34 6.305 8.287 9.709 6.277M32.002 4q-.337 9.375.814 13.01c1.15 3.633 10.143 12.44 10.143 18.282s-6.512 9.097-9.917 7.087"/><path d="M13.006 34.834q2.565-1.46 4.46 0C19.36 36.292 19.956 40 24.008 40c4.053 0 6.04-4.157 7.992-5.166q1.953-1.01 4 0M20.285 22.146c-.794.854-1.634 1.807-2.247 3.468c-.465 1.259-.558 1.989-.622 2.81"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineNasal(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="4"><path d="M16.988 4q.18 9.375-.97 13.01c-1.152 3.633-9.936 13.753-9.936 19.092c0 5.34 6.305 8.287 9.709 6.277M32.002 4q-.337 9.375.814 13.01c1.15 3.633 10.143 12.44 10.143 18.282s-6.512 9.097-9.917 7.087"/><path d="M13.006 34.834q2.565-1.46 4.46 0C19.36 36.292 19.956 40 24.008 40c4.053 0 6.04-4.157 7.992-5.166q1.953-1.01 4 0M20.285 22.146c-.794.854-1.634 1.807-2.247 3.468c-.465 1.259-.558 1.989-.622 2.81"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path d="M16.988 4q.18 9.375-.97 13.01c-1.152 3.633-9.936 13.753-9.936 19.092c0 5.34 6.305 8.287 9.709 6.277M32.002 4q-.337 9.375.814 13.01c1.15 3.633 10.143 12.44 10.143 18.282s-6.512 9.097-9.917 7.087"/><path d="M13.006 34.834q2.565-1.46 4.46 0C19.36 36.292 19.956 40 24.008 40c4.053 0 6.04-4.157 7.992-5.166q1.953-1.01 4 0M20.285 22.146c-.794.854-1.634 1.807-2.247 3.468c-.465 1.259-.558 1.989-.622 2.81"/></g></svg>
</template>

CSS

.icon-nasal {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M16.988%204q.18%209.375-.97%2013.01c-1.152%203.633-9.936%2013.753-9.936%2019.092c0%205.34%206.305%208.287%209.709%206.277M32.002%204q-.337%209.375.814%2013.01c1.15%203.633%2010.143%2012.44%2010.143%2018.282s-6.512%209.097-9.917%207.087%22%2F%3E%3Cpath%20d%3D%22M13.006%2034.834q2.565-1.46%204.46%200C19.36%2036.292%2019.956%2040%2024.008%2040c4.053%200%206.04-4.157%207.992-5.166q1.953-1.01%204%200M20.285%2022.146c-.794.854-1.634%201.807-2.247%203.468c-.465%201.259-.558%201.989-.622%202.81%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M16.988%204q.18%209.375-.97%2013.01c-1.152%203.633-9.936%2013.753-9.936%2019.092c0%205.34%206.305%208.287%209.709%206.277M32.002%204q-.337%209.375.814%2013.01c1.15%203.633%2010.143%2012.44%2010.143%2018.282s-6.512%209.097-9.917%207.087%22%2F%3E%3Cpath%20d%3D%22M13.006%2034.834q2.565-1.46%204.46%200C19.36%2036.292%2019.956%2040%2024.008%2040c4.053%200%206.04-4.157%207.992-5.166q1.953-1.01%204%200M20.285%2022.146c-.794.854-1.634%201.807-2.247%203.468c-.465%201.259-.558%201.989-.622%202.81%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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