nose emoji
nose-medium-light-skin-tone from Emoji One (Colored) by Emoji One · Medium-light skin tone · People · CC-BY-4.0 Attribution required.
- Name
- nose-medium-light-skin-tone
- Set
- Emoji One (Colored)
- Style
- Medium-light skin tone
- Category
- People
- Viewbox
- 64×64
- License
- CC BY 4.0
5 other variants in Emoji One (Colored)
The same emoji in other sets
More people icons from Emoji One (Colored)
alienalien-monsterangry-faceangry-face-with-hornsanguished-faceanxious-face-with-sweatastonished-facebabybaby-angelbackhand-index-pointing-downbackhand-index-pointing-leftbackhand-index-pointing-rightbackhand-index-pointing-upbeaming-face-with-smiling-eyesblond-haired-personboybride-with-veilbriefcasebust-in-silhouettebusts-in-silhouettecall-me-handcat-face-with-tears-of-joycat-face-with-wry-smileclapping-hands
Use the nose emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#fed0ac"><ellipse cx="16.9" cy="48.6" rx="9.9" ry="9.5"/><ellipse cx="47.1" cy="48.6" rx="9.9" ry="9.5"/></g><g fill="#ebbc99"><path d="M47.1 49.4c-3.8 0-6.9 2.1-6.9 4.7c0 .6.2 1.2.5 1.8c1.7 1.4 3.9 2.3 6.4 2.3c2.4 0 4.7-.9 6.4-2.3c.3-.5.5-1.1.5-1.8c0-2.6-3-4.7-6.9-4.7m-30.2 0c3.8 0 6.9 2.1 6.9 4.7c0 .6-.2 1.2-.5 1.8c-1.7 1.4-3.9 2.3-6.4 2.3c-2.4 0-4.7-.9-6.4-2.3c-.3-.5-.5-1.1-.5-1.8c0-2.6 3-4.7 6.9-4.7"/><path d="M32 53.3c-3.1 0-7-.9-12.4-2l1.1 6.1C23.6 60.2 27.6 62 32 62s8.4-1.8 11.3-4.6l1.1-6.1c-5.4 1.1-9.3 2-12.4 2"/></g><path fill="#ad6c3f" d="M17.6 53.2c3.7 1.1 4.7 5.6 4.7 5.6s-2.5-1.9-5.4-2.5c-6.7-1.4-3.8-4.6.7-3.1m28.8 0c-3.7 1.1-4.7 5.6-4.7 5.6s2.5-1.9 5.4-2.5c6.8-1.4 3.8-4.6-.7-3.1"/><path fill="#fed0ac" d="M43 21.2C43 5 38.1 2 32 2S20.9 5 20.9 21.2c0 4.7-3.7 18.4-3.7 24c0 8.3 6.6 8.6 14.8 8.6s14.8-.3 14.8-8.6c0-5.6-3.8-19.3-3.8-24"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneNoseMediumLightSkinTone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#fed0ac"><ellipse cx="16.9" cy="48.6" rx="9.9" ry="9.5"/><ellipse cx="47.1" cy="48.6" rx="9.9" ry="9.5"/></g><g fill="#ebbc99"><path d="M47.1 49.4c-3.8 0-6.9 2.1-6.9 4.7c0 .6.2 1.2.5 1.8c1.7 1.4 3.9 2.3 6.4 2.3c2.4 0 4.7-.9 6.4-2.3c.3-.5.5-1.1.5-1.8c0-2.6-3-4.7-6.9-4.7m-30.2 0c3.8 0 6.9 2.1 6.9 4.7c0 .6-.2 1.2-.5 1.8c-1.7 1.4-3.9 2.3-6.4 2.3c-2.4 0-4.7-.9-6.4-2.3c-.3-.5-.5-1.1-.5-1.8c0-2.6 3-4.7 6.9-4.7"/><path d="M32 53.3c-3.1 0-7-.9-12.4-2l1.1 6.1C23.6 60.2 27.6 62 32 62s8.4-1.8 11.3-4.6l1.1-6.1c-5.4 1.1-9.3 2-12.4 2"/></g><path fill="#ad6c3f" d="M17.6 53.2c3.7 1.1 4.7 5.6 4.7 5.6s-2.5-1.9-5.4-2.5c-6.7-1.4-3.8-4.6.7-3.1m28.8 0c-3.7 1.1-4.7 5.6-4.7 5.6s2.5-1.9 5.4-2.5c6.8-1.4 3.8-4.6-.7-3.1"/><path fill="#fed0ac" d="M43 21.2C43 5 38.1 2 32 2S20.9 5 20.9 21.2c0 4.7-3.7 18.4-3.7 24c0 8.3 6.6 8.6 14.8 8.6s14.8-.3 14.8-8.6c0-5.6-3.8-19.3-3.8-24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><g fill="#fed0ac"><ellipse cx="16.9" cy="48.6" rx="9.9" ry="9.5"/><ellipse cx="47.1" cy="48.6" rx="9.9" ry="9.5"/></g><g fill="#ebbc99"><path d="M47.1 49.4c-3.8 0-6.9 2.1-6.9 4.7c0 .6.2 1.2.5 1.8c1.7 1.4 3.9 2.3 6.4 2.3c2.4 0 4.7-.9 6.4-2.3c.3-.5.5-1.1.5-1.8c0-2.6-3-4.7-6.9-4.7m-30.2 0c3.8 0 6.9 2.1 6.9 4.7c0 .6-.2 1.2-.5 1.8c-1.7 1.4-3.9 2.3-6.4 2.3c-2.4 0-4.7-.9-6.4-2.3c-.3-.5-.5-1.1-.5-1.8c0-2.6 3-4.7 6.9-4.7"/><path d="M32 53.3c-3.1 0-7-.9-12.4-2l1.1 6.1C23.6 60.2 27.6 62 32 62s8.4-1.8 11.3-4.6l1.1-6.1c-5.4 1.1-9.3 2-12.4 2"/></g><path fill="#ad6c3f" d="M17.6 53.2c3.7 1.1 4.7 5.6 4.7 5.6s-2.5-1.9-5.4-2.5c-6.7-1.4-3.8-4.6.7-3.1m28.8 0c-3.7 1.1-4.7 5.6-4.7 5.6s2.5-1.9 5.4-2.5c6.8-1.4 3.8-4.6-.7-3.1"/><path fill="#fed0ac" d="M43 21.2C43 5 38.1 2 32 2S20.9 5 20.9 21.2c0 4.7-3.7 18.4-3.7 24c0 8.3 6.6 8.6 14.8 8.6s14.8-.3 14.8-8.6c0-5.6-3.8-19.3-3.8-24"/></svg> </template>
CSS
.icon-nose-medium-light-skin-tone {
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%2064%2064%22%3E%3Cg%20fill%3D%22%23fed0ac%22%3E%3Cellipse%20cx%3D%2216.9%22%20cy%3D%2248.6%22%20rx%3D%229.9%22%20ry%3D%229.5%22%2F%3E%3Cellipse%20cx%3D%2247.1%22%20cy%3D%2248.6%22%20rx%3D%229.9%22%20ry%3D%229.5%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23ebbc99%22%3E%3Cpath%20d%3D%22M47.1%2049.4c-3.8%200-6.9%202.1-6.9%204.7c0%20.6.2%201.2.5%201.8c1.7%201.4%203.9%202.3%206.4%202.3c2.4%200%204.7-.9%206.4-2.3c.3-.5.5-1.1.5-1.8c0-2.6-3-4.7-6.9-4.7m-30.2%200c3.8%200%206.9%202.1%206.9%204.7c0%20.6-.2%201.2-.5%201.8c-1.7%201.4-3.9%202.3-6.4%202.3c-2.4%200-4.7-.9-6.4-2.3c-.3-.5-.5-1.1-.5-1.8c0-2.6%203-4.7%206.9-4.7%22%2F%3E%3Cpath%20d%3D%22M32%2053.3c-3.1%200-7-.9-12.4-2l1.1%206.1C23.6%2060.2%2027.6%2062%2032%2062s8.4-1.8%2011.3-4.6l1.1-6.1c-5.4%201.1-9.3%202-12.4%202%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23ad6c3f%22%20d%3D%22M17.6%2053.2c3.7%201.1%204.7%205.6%204.7%205.6s-2.5-1.9-5.4-2.5c-6.7-1.4-3.8-4.6.7-3.1m28.8%200c-3.7%201.1-4.7%205.6-4.7%205.6s2.5-1.9%205.4-2.5c6.8-1.4%203.8-4.6-.7-3.1%22%2F%3E%3Cpath%20fill%3D%22%23fed0ac%22%20d%3D%22M43%2021.2C43%205%2038.1%202%2032%202S20.9%205%2020.9%2021.2c0%204.7-3.7%2018.4-3.7%2024c0%208.3%206.6%208.6%2014.8%208.6s14.8-.3%2014.8-8.6c0-5.6-3.8-19.3-3.8-24%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%2064%2064%22%3E%3Cg%20fill%3D%22%23fed0ac%22%3E%3Cellipse%20cx%3D%2216.9%22%20cy%3D%2248.6%22%20rx%3D%229.9%22%20ry%3D%229.5%22%2F%3E%3Cellipse%20cx%3D%2247.1%22%20cy%3D%2248.6%22%20rx%3D%229.9%22%20ry%3D%229.5%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23ebbc99%22%3E%3Cpath%20d%3D%22M47.1%2049.4c-3.8%200-6.9%202.1-6.9%204.7c0%20.6.2%201.2.5%201.8c1.7%201.4%203.9%202.3%206.4%202.3c2.4%200%204.7-.9%206.4-2.3c.3-.5.5-1.1.5-1.8c0-2.6-3-4.7-6.9-4.7m-30.2%200c3.8%200%206.9%202.1%206.9%204.7c0%20.6-.2%201.2-.5%201.8c-1.7%201.4-3.9%202.3-6.4%202.3c-2.4%200-4.7-.9-6.4-2.3c-.3-.5-.5-1.1-.5-1.8c0-2.6%203-4.7%206.9-4.7%22%2F%3E%3Cpath%20d%3D%22M32%2053.3c-3.1%200-7-.9-12.4-2l1.1%206.1C23.6%2060.2%2027.6%2062%2032%2062s8.4-1.8%2011.3-4.6l1.1-6.1c-5.4%201.1-9.3%202-12.4%202%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23ad6c3f%22%20d%3D%22M17.6%2053.2c3.7%201.1%204.7%205.6%204.7%205.6s-2.5-1.9-5.4-2.5c-6.7-1.4-3.8-4.6.7-3.1m28.8%200c-3.7%201.1-4.7%205.6-4.7%205.6s2.5-1.9%205.4-2.5c6.8-1.4%203.8-4.6-.7-3.1%22%2F%3E%3Cpath%20fill%3D%22%23fed0ac%22%20d%3D%22M43%2021.2C43%205%2038.1%202%2032%202S20.9%205%2020.9%2021.2c0%204.7-3.7%2018.4-3.7%2024c0%208.3%206.6%208.6%2014.8%208.6s14.8-.3%2014.8-8.6c0-5.6-3.8-19.3-3.8-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/nose-medium-light-skin-tone.svg?color=%231a73e8&size=48