nose from Twitter Emoji by Twitter · Default · People & Body · CC-BY-4.0 Attribution required.

Name
nose
Set
Twitter Emoji
Style
Default
Category
People & Body
Viewbox
36×36
License
CC BY 4.0

5 other variants in Twitter Emoji

The same emoji in other sets

More people & body icons from Twitter Emoji

Use the nose emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M33 29.5c0-2.485-3.134-6.5-7-6.5l-.059.003C25.441 13.749 21.722 0 18 0c-3.657 0-7.311 13.691-7.912 23.004L10 23c-3.866 0-7 4.015-7 6.5c0 2.326 5.257 3.364 9.21 5.128C13.472 35.724 15.342 36 18 36c2.253 0 3.941-.267 5.173-1.081C27.17 32.974 33 31.95 33 29.5"/><path fill="#ef9645" d="M26 30c.544-.099 2.104-2.421 2.104-4.077c0-2.061-.55-2.667-1.224-2.846A5.6 5.6 0 0 0 26 23c0 1 .137 2 .137 3.278c0 2.722-.681 3.82-.137 3.722M7.789 25.923c0 1.656 1.561 3.979 2.104 4.077s-.137-1-.137-3.722c0-1.275.136-2.274.137-3.271c-.349.007-.691.05-1.026.118c-.606.229-1.078.889-1.078 2.798"/><path fill="#662113" d="M9.008 31.377c-1.562-.455-3.049-.216-3.741.503c1.804.892 4.381 1.648 6.618 2.609l.001-.002c.337-1.155-.951-2.549-2.878-3.11m17.984 0c-1.927.561-3.215 1.955-2.878 3.11l.002.004c2.237-.961 4.814-1.718 6.617-2.611c-.691-.719-2.179-.958-3.741-.503"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiNose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M33 29.5c0-2.485-3.134-6.5-7-6.5l-.059.003C25.441 13.749 21.722 0 18 0c-3.657 0-7.311 13.691-7.912 23.004L10 23c-3.866 0-7 4.015-7 6.5c0 2.326 5.257 3.364 9.21 5.128C13.472 35.724 15.342 36 18 36c2.253 0 3.941-.267 5.173-1.081C27.17 32.974 33 31.95 33 29.5"/><path fill="#ef9645" d="M26 30c.544-.099 2.104-2.421 2.104-4.077c0-2.061-.55-2.667-1.224-2.846A5.6 5.6 0 0 0 26 23c0 1 .137 2 .137 3.278c0 2.722-.681 3.82-.137 3.722M7.789 25.923c0 1.656 1.561 3.979 2.104 4.077s-.137-1-.137-3.722c0-1.275.136-2.274.137-3.271c-.349.007-.691.05-1.026.118c-.606.229-1.078.889-1.078 2.798"/><path fill="#662113" d="M9.008 31.377c-1.562-.455-3.049-.216-3.741.503c1.804.892 4.381 1.648 6.618 2.609l.001-.002c.337-1.155-.951-2.549-2.878-3.11m17.984 0c-1.927.561-3.215 1.955-2.878 3.11l.002.004c2.237-.961 4.814-1.718 6.617-2.611c-.691-.719-2.179-.958-3.741-.503"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffdc5d" d="M33 29.5c0-2.485-3.134-6.5-7-6.5l-.059.003C25.441 13.749 21.722 0 18 0c-3.657 0-7.311 13.691-7.912 23.004L10 23c-3.866 0-7 4.015-7 6.5c0 2.326 5.257 3.364 9.21 5.128C13.472 35.724 15.342 36 18 36c2.253 0 3.941-.267 5.173-1.081C27.17 32.974 33 31.95 33 29.5"/><path fill="#ef9645" d="M26 30c.544-.099 2.104-2.421 2.104-4.077c0-2.061-.55-2.667-1.224-2.846A5.6 5.6 0 0 0 26 23c0 1 .137 2 .137 3.278c0 2.722-.681 3.82-.137 3.722M7.789 25.923c0 1.656 1.561 3.979 2.104 4.077s-.137-1-.137-3.722c0-1.275.136-2.274.137-3.271c-.349.007-.691.05-1.026.118c-.606.229-1.078.889-1.078 2.798"/><path fill="#662113" d="M9.008 31.377c-1.562-.455-3.049-.216-3.741.503c1.804.892 4.381 1.648 6.618 2.609l.001-.002c.337-1.155-.951-2.549-2.878-3.11m17.984 0c-1.927.561-3.215 1.955-2.878 3.11l.002.004c2.237-.961 4.814-1.718 6.617-2.611c-.691-.719-2.179-.958-3.741-.503"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffdc5d%22%20d%3D%22M33%2029.5c0-2.485-3.134-6.5-7-6.5l-.059.003C25.441%2013.749%2021.722%200%2018%200c-3.657%200-7.311%2013.691-7.912%2023.004L10%2023c-3.866%200-7%204.015-7%206.5c0%202.326%205.257%203.364%209.21%205.128C13.472%2035.724%2015.342%2036%2018%2036c2.253%200%203.941-.267%205.173-1.081C27.17%2032.974%2033%2031.95%2033%2029.5%22%2F%3E%3Cpath%20fill%3D%22%23ef9645%22%20d%3D%22M26%2030c.544-.099%202.104-2.421%202.104-4.077c0-2.061-.55-2.667-1.224-2.846A5.6%205.6%200%200%200%2026%2023c0%201%20.137%202%20.137%203.278c0%202.722-.681%203.82-.137%203.722M7.789%2025.923c0%201.656%201.561%203.979%202.104%204.077s-.137-1-.137-3.722c0-1.275.136-2.274.137-3.271c-.349.007-.691.05-1.026.118c-.606.229-1.078.889-1.078%202.798%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M9.008%2031.377c-1.562-.455-3.049-.216-3.741.503c1.804.892%204.381%201.648%206.618%202.609l.001-.002c.337-1.155-.951-2.549-2.878-3.11m17.984%200c-1.927.561-3.215%201.955-2.878%203.11l.002.004c2.237-.961%204.814-1.718%206.617-2.611c-.691-.719-2.179-.958-3.741-.503%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffdc5d%22%20d%3D%22M33%2029.5c0-2.485-3.134-6.5-7-6.5l-.059.003C25.441%2013.749%2021.722%200%2018%200c-3.657%200-7.311%2013.691-7.912%2023.004L10%2023c-3.866%200-7%204.015-7%206.5c0%202.326%205.257%203.364%209.21%205.128C13.472%2035.724%2015.342%2036%2018%2036c2.253%200%203.941-.267%205.173-1.081C27.17%2032.974%2033%2031.95%2033%2029.5%22%2F%3E%3Cpath%20fill%3D%22%23ef9645%22%20d%3D%22M26%2030c.544-.099%202.104-2.421%202.104-4.077c0-2.061-.55-2.667-1.224-2.846A5.6%205.6%200%200%200%2026%2023c0%201%20.137%202%20.137%203.278c0%202.722-.681%203.82-.137%203.722M7.789%2025.923c0%201.656%201.561%203.979%202.104%204.077s-.137-1-.137-3.722c0-1.275.136-2.274.137-3.271c-.349.007-.691.05-1.026.118c-.606.229-1.078.889-1.078%202.798%22%2F%3E%3Cpath%20fill%3D%22%23662113%22%20d%3D%22M9.008%2031.377c-1.562-.455-3.049-.216-3.741.503c1.804.892%204.381%201.648%206.618%202.609l.001-.002c.337-1.155-.951-2.549-2.878-3.11m17.984%200c-1.927.561-3.215%201.955-2.878%203.11l.002.004c2.237-.961%204.814-1.718%206.617-2.611c-.691-.719-2.179-.958-3.741-.503%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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