nose from Fluent Emoji High Contrast by Microsoft Corporation · Default · People & Body · MIT Free for personal and commercial use.

Name
nose
Set
Fluent Emoji High Contrast
Style
Default
Category
People & Body
Viewbox
32×32
License
MIT

The same emoji in other sets

More people & body icons from Fluent Emoji High Contrast

Use the nose emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.5 21c0-2.491-1.934-4.307-5.3-4.98l-.094-.02a1.96 1.96 0 0 1-.625-1.193L20.118 7.84C19.936 6.4 18.852 3.75 16 3.75c-2.879 0-3.956 2.7-4.112 4.055l-1.358 6.952c-.213.853-.51 1.173-.636 1.244l-.09.019c-3.371.673-5.3 2.489-5.3 4.98a5.3 5.3 0 0 0 2.708 4.483c.013.008.02.021.033.028c.055.03.11.052.164.08l.064.031a3.2 3.2 0 0 0 1.448.372A.3.3 0 0 0 9 26l.11-.006h.029a4.8 4.8 0 0 1 1.925.16q.106.038.19.114A6.4 6.4 0 0 0 16 28.25a6.4 6.4 0 0 0 4.75-1.988a.4.4 0 0 1 .107-.077h.007c.014-.006.034-.012.049-.019a4.8 4.8 0 0 1 1.979-.167L23 26q.044.002.088-.006a3.2 3.2 0 0 0 1.43-.367l.085-.041l.156-.075c.013-.007.02-.02.033-.028A5.29 5.29 0 0 0 27.5 21m-3.07 2.279a3.38 3.38 0 0 0-2.18-.779a3.16 3.16 0 0 0-3.212 2.649A4.52 4.52 0 0 1 16 26.25a4.52 4.52 0 0 1-3.038-1.1A3.16 3.16 0 0 0 9.75 22.5a3.38 3.38 0 0 0-2.18.779A3.22 3.22 0 0 1 6.5 21c0-2.038 2.536-2.783 3.664-3.013c.47-.066 1.735-.463 2.317-2.795l1.381-7.074c.031-.243.352-2.368 2.138-2.368s2.105 2.119 2.137 2.367l1.393 7.126c.574 2.292 1.84 2.681 2.309 2.744c1.129.231 3.661.976 3.661 3.013a3.22 3.22 0 0 1-1.07 2.279"/></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastNose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.5 21c0-2.491-1.934-4.307-5.3-4.98l-.094-.02a1.96 1.96 0 0 1-.625-1.193L20.118 7.84C19.936 6.4 18.852 3.75 16 3.75c-2.879 0-3.956 2.7-4.112 4.055l-1.358 6.952c-.213.853-.51 1.173-.636 1.244l-.09.019c-3.371.673-5.3 2.489-5.3 4.98a5.3 5.3 0 0 0 2.708 4.483c.013.008.02.021.033.028c.055.03.11.052.164.08l.064.031a3.2 3.2 0 0 0 1.448.372A.3.3 0 0 0 9 26l.11-.006h.029a4.8 4.8 0 0 1 1.925.16q.106.038.19.114A6.4 6.4 0 0 0 16 28.25a6.4 6.4 0 0 0 4.75-1.988a.4.4 0 0 1 .107-.077h.007c.014-.006.034-.012.049-.019a4.8 4.8 0 0 1 1.979-.167L23 26q.044.002.088-.006a3.2 3.2 0 0 0 1.43-.367l.085-.041l.156-.075c.013-.007.02-.02.033-.028A5.29 5.29 0 0 0 27.5 21m-3.07 2.279a3.38 3.38 0 0 0-2.18-.779a3.16 3.16 0 0 0-3.212 2.649A4.52 4.52 0 0 1 16 26.25a4.52 4.52 0 0 1-3.038-1.1A3.16 3.16 0 0 0 9.75 22.5a3.38 3.38 0 0 0-2.18.779A3.22 3.22 0 0 1 6.5 21c0-2.038 2.536-2.783 3.664-3.013c.47-.066 1.735-.463 2.317-2.795l1.381-7.074c.031-.243.352-2.368 2.138-2.368s2.105 2.119 2.137 2.367l1.393 7.126c.574 2.292 1.84 2.681 2.309 2.744c1.129.231 3.661.976 3.661 3.013a3.22 3.22 0 0 1-1.07 2.279"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M27.5 21c0-2.491-1.934-4.307-5.3-4.98l-.094-.02a1.96 1.96 0 0 1-.625-1.193L20.118 7.84C19.936 6.4 18.852 3.75 16 3.75c-2.879 0-3.956 2.7-4.112 4.055l-1.358 6.952c-.213.853-.51 1.173-.636 1.244l-.09.019c-3.371.673-5.3 2.489-5.3 4.98a5.3 5.3 0 0 0 2.708 4.483c.013.008.02.021.033.028c.055.03.11.052.164.08l.064.031a3.2 3.2 0 0 0 1.448.372A.3.3 0 0 0 9 26l.11-.006h.029a4.8 4.8 0 0 1 1.925.16q.106.038.19.114A6.4 6.4 0 0 0 16 28.25a6.4 6.4 0 0 0 4.75-1.988a.4.4 0 0 1 .107-.077h.007c.014-.006.034-.012.049-.019a4.8 4.8 0 0 1 1.979-.167L23 26q.044.002.088-.006a3.2 3.2 0 0 0 1.43-.367l.085-.041l.156-.075c.013-.007.02-.02.033-.028A5.29 5.29 0 0 0 27.5 21m-3.07 2.279a3.38 3.38 0 0 0-2.18-.779a3.16 3.16 0 0 0-3.212 2.649A4.52 4.52 0 0 1 16 26.25a4.52 4.52 0 0 1-3.038-1.1A3.16 3.16 0 0 0 9.75 22.5a3.38 3.38 0 0 0-2.18.779A3.22 3.22 0 0 1 6.5 21c0-2.038 2.536-2.783 3.664-3.013c.47-.066 1.735-.463 2.317-2.795l1.381-7.074c.031-.243.352-2.368 2.138-2.368s2.105 2.119 2.137 2.367l1.393 7.126c.574 2.292 1.84 2.681 2.309 2.744c1.129.231 3.661.976 3.661 3.013a3.22 3.22 0 0 1-1.07 2.279"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.5%2021c0-2.491-1.934-4.307-5.3-4.98l-.094-.02a1.96%201.96%200%200%201-.625-1.193L20.118%207.84C19.936%206.4%2018.852%203.75%2016%203.75c-2.879%200-3.956%202.7-4.112%204.055l-1.358%206.952c-.213.853-.51%201.173-.636%201.244l-.09.019c-3.371.673-5.3%202.489-5.3%204.98a5.3%205.3%200%200%200%202.708%204.483c.013.008.02.021.033.028c.055.03.11.052.164.08l.064.031a3.2%203.2%200%200%200%201.448.372A.3.3%200%200%200%209%2026l.11-.006h.029a4.8%204.8%200%200%201%201.925.16q.106.038.19.114A6.4%206.4%200%200%200%2016%2028.25a6.4%206.4%200%200%200%204.75-1.988a.4.4%200%200%201%20.107-.077h.007c.014-.006.034-.012.049-.019a4.8%204.8%200%200%201%201.979-.167L23%2026q.044.002.088-.006a3.2%203.2%200%200%200%201.43-.367l.085-.041l.156-.075c.013-.007.02-.02.033-.028A5.29%205.29%200%200%200%2027.5%2021m-3.07%202.279a3.38%203.38%200%200%200-2.18-.779a3.16%203.16%200%200%200-3.212%202.649A4.52%204.52%200%200%201%2016%2026.25a4.52%204.52%200%200%201-3.038-1.1A3.16%203.16%200%200%200%209.75%2022.5a3.38%203.38%200%200%200-2.18.779A3.22%203.22%200%200%201%206.5%2021c0-2.038%202.536-2.783%203.664-3.013c.47-.066%201.735-.463%202.317-2.795l1.381-7.074c.031-.243.352-2.368%202.138-2.368s2.105%202.119%202.137%202.367l1.393%207.126c.574%202.292%201.84%202.681%202.309%202.744c1.129.231%203.661.976%203.661%203.013a3.22%203.22%200%200%201-1.07%202.279%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.5%2021c0-2.491-1.934-4.307-5.3-4.98l-.094-.02a1.96%201.96%200%200%201-.625-1.193L20.118%207.84C19.936%206.4%2018.852%203.75%2016%203.75c-2.879%200-3.956%202.7-4.112%204.055l-1.358%206.952c-.213.853-.51%201.173-.636%201.244l-.09.019c-3.371.673-5.3%202.489-5.3%204.98a5.3%205.3%200%200%200%202.708%204.483c.013.008.02.021.033.028c.055.03.11.052.164.08l.064.031a3.2%203.2%200%200%200%201.448.372A.3.3%200%200%200%209%2026l.11-.006h.029a4.8%204.8%200%200%201%201.925.16q.106.038.19.114A6.4%206.4%200%200%200%2016%2028.25a6.4%206.4%200%200%200%204.75-1.988a.4.4%200%200%201%20.107-.077h.007c.014-.006.034-.012.049-.019a4.8%204.8%200%200%201%201.979-.167L23%2026q.044.002.088-.006a3.2%203.2%200%200%200%201.43-.367l.085-.041l.156-.075c.013-.007.02-.02.033-.028A5.29%205.29%200%200%200%2027.5%2021m-3.07%202.279a3.38%203.38%200%200%200-2.18-.779a3.16%203.16%200%200%200-3.212%202.649A4.52%204.52%200%200%201%2016%2026.25a4.52%204.52%200%200%201-3.038-1.1A3.16%203.16%200%200%200%209.75%2022.5a3.38%203.38%200%200%200-2.18.779A3.22%203.22%200%200%201%206.5%2021c0-2.038%202.536-2.783%203.664-3.013c.47-.066%201.735-.463%202.317-2.795l1.381-7.074c.031-.243.352-2.368%202.138-2.368s2.105%202.119%202.137%202.367l1.393%207.126c.574%202.292%201.84%202.681%202.309%202.744c1.129.231%203.661.976%203.661%203.013a3.22%203.22%200%200%201-1.07%202.279%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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