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

Name
nose-outline-24px
Set
Health Icons
Style
Outline 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" fill-rule="evenodd" d="M14.974 2.12a1 1 0 0 1 .406 1.354l-2.974 5.524c-.933 1.732-2.357 3.543-3.918 4.793c-.644.515-1.327 1.162-1.726 1.835c-.385.648-.426 1.157-.14 1.634c.312.52.82.889 1.408 1.025a5 5 0 0 1 7.088-.115l-1.393 1.435a3 3 0 0 0-3.24-.623c.314.147.62.319.904.516c.73.508 1.516 1.342 1.516 2.502h-2c0-.185-.134-.495-.66-.86c-.497-.348-1.16-.603-1.716-.715l-.824-.164a4.23 4.23 0 0 1-2.798-1.972c-.801-1.336-.466-2.672.135-3.684c.586-.988 1.496-1.816 2.196-2.376C8.56 11.172 9.82 9.582 10.645 8.05l2.975-5.524a1 1 0 0 1 1.354-.407M17 17.645a2.98 2.98 0 0 0-.75-1.984l1.5-1.324a5 5 0 0 1-1.249 7.638l-1.002-1.731c.9-.52 1.501-1.49 1.501-2.6" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsNoseOutline24px(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" fillRule="evenodd" d="M14.974 2.12a1 1 0 0 1 .406 1.354l-2.974 5.524c-.933 1.732-2.357 3.543-3.918 4.793c-.644.515-1.327 1.162-1.726 1.835c-.385.648-.426 1.157-.14 1.634c.312.52.82.889 1.408 1.025a5 5 0 0 1 7.088-.115l-1.393 1.435a3 3 0 0 0-3.24-.623c.314.147.62.319.904.516c.73.508 1.516 1.342 1.516 2.502h-2c0-.185-.134-.495-.66-.86c-.497-.348-1.16-.603-1.716-.715l-.824-.164a4.23 4.23 0 0 1-2.798-1.972c-.801-1.336-.466-2.672.135-3.684c.586-.988 1.496-1.816 2.196-2.376C8.56 11.172 9.82 9.582 10.645 8.05l2.975-5.524a1 1 0 0 1 1.354-.407M17 17.645a2.98 2.98 0 0 0-.75-1.984l1.5-1.324a5 5 0 0 1-1.249 7.638l-1.002-1.731c.9-.52 1.501-1.49 1.501-2.6" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.974 2.12a1 1 0 0 1 .406 1.354l-2.974 5.524c-.933 1.732-2.357 3.543-3.918 4.793c-.644.515-1.327 1.162-1.726 1.835c-.385.648-.426 1.157-.14 1.634c.312.52.82.889 1.408 1.025a5 5 0 0 1 7.088-.115l-1.393 1.435a3 3 0 0 0-3.24-.623c.314.147.62.319.904.516c.73.508 1.516 1.342 1.516 2.502h-2c0-.185-.134-.495-.66-.86c-.497-.348-1.16-.603-1.716-.715l-.824-.164a4.23 4.23 0 0 1-2.798-1.972c-.801-1.336-.466-2.672.135-3.684c.586-.988 1.496-1.816 2.196-2.376C8.56 11.172 9.82 9.582 10.645 8.05l2.975-5.524a1 1 0 0 1 1.354-.407M17 17.645a2.98 2.98 0 0 0-.75-1.984l1.5-1.324a5 5 0 0 1-1.249 7.638l-1.002-1.731c.9-.52 1.501-1.49 1.501-2.6" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-nose-outline-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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.974%202.12a1%201%200%200%201%20.406%201.354l-2.974%205.524c-.933%201.732-2.357%203.543-3.918%204.793c-.644.515-1.327%201.162-1.726%201.835c-.385.648-.426%201.157-.14%201.634c.312.52.82.889%201.408%201.025a5%205%200%200%201%207.088-.115l-1.393%201.435a3%203%200%200%200-3.24-.623c.314.147.62.319.904.516c.73.508%201.516%201.342%201.516%202.502h-2c0-.185-.134-.495-.66-.86c-.497-.348-1.16-.603-1.716-.715l-.824-.164a4.23%204.23%200%200%201-2.798-1.972c-.801-1.336-.466-2.672.135-3.684c.586-.988%201.496-1.816%202.196-2.376C8.56%2011.172%209.82%209.582%2010.645%208.05l2.975-5.524a1%201%200%200%201%201.354-.407M17%2017.645a2.98%202.98%200%200%200-.75-1.984l1.5-1.324a5%205%200%200%201-1.249%207.638l-1.002-1.731c.9-.52%201.501-1.49%201.501-2.6%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M14.974%202.12a1%201%200%200%201%20.406%201.354l-2.974%205.524c-.933%201.732-2.357%203.543-3.918%204.793c-.644.515-1.327%201.162-1.726%201.835c-.385.648-.426%201.157-.14%201.634c.312.52.82.889%201.408%201.025a5%205%200%200%201%207.088-.115l-1.393%201.435a3%203%200%200%200-3.24-.623c.314.147.62.319.904.516c.73.508%201.516%201.342%201.516%202.502h-2c0-.185-.134-.495-.66-.86c-.497-.348-1.16-.603-1.716-.715l-.824-.164a4.23%204.23%200%200%201-2.798-1.972c-.801-1.336-.466-2.672.135-3.684c.586-.988%201.496-1.816%202.196-2.376C8.56%2011.172%209.82%209.582%2010.645%208.05l2.975-5.524a1%201%200%200%201%201.354-.407M17%2017.645a2.98%202.98%200%200%200-.75-1.984l1.5-1.324a5%205%200%200%201-1.249%207.638l-1.002-1.731c.9-.52%201.501-1.49%201.501-2.6%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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