pig-nose from Emoji One (Colored) by Emoji One · Default · Nature · CC-BY-4.0 Attribution required.

Name
pig-nose
Set
Emoji One (Colored)
Style
Default
Category
Nature
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More nature icons from Emoji One (Colored)

Use the pig nose emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#fc97b2" d="M62 37.3c0 17.3-13.4 15.3-30 15.3s-30 2-30-15.3s13.4-25.9 30-25.9S62 20 62 37.3"/><path fill="#a5627a" d="M25.9 33.6c0 7.4-3.3 13.4-7.3 13.4c-4.1 0-7.3-6-7.3-13.4s3.3-13.4 7.3-13.4c4.1.1 7.3 6 7.3 13.4"/><ellipse cx="19.9" cy="33.6" fill="#bf7b90" rx="6.1" ry="12.8"/><path fill="#a5627a" d="M52.7 33.6c0 7.4-3.3 13.4-7.3 13.4c-4.1 0-7.3-6-7.3-13.4s3.3-13.4 7.3-13.4c4 .1 7.3 6 7.3 13.4"/><ellipse cx="46.7" cy="33.6" fill="#bf7b90" rx="6.1" ry="12.8"/></svg>

React

import type { SVGProps } from "react";

export function EmojionePigNose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#fc97b2" d="M62 37.3c0 17.3-13.4 15.3-30 15.3s-30 2-30-15.3s13.4-25.9 30-25.9S62 20 62 37.3"/><path fill="#a5627a" d="M25.9 33.6c0 7.4-3.3 13.4-7.3 13.4c-4.1 0-7.3-6-7.3-13.4s3.3-13.4 7.3-13.4c4.1.1 7.3 6 7.3 13.4"/><ellipse cx="19.9" cy="33.6" fill="#bf7b90" rx="6.1" ry="12.8"/><path fill="#a5627a" d="M52.7 33.6c0 7.4-3.3 13.4-7.3 13.4c-4.1 0-7.3-6-7.3-13.4s3.3-13.4 7.3-13.4c4 .1 7.3 6 7.3 13.4"/><ellipse cx="46.7" cy="33.6" fill="#bf7b90" rx="6.1" ry="12.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#fc97b2" d="M62 37.3c0 17.3-13.4 15.3-30 15.3s-30 2-30-15.3s13.4-25.9 30-25.9S62 20 62 37.3"/><path fill="#a5627a" d="M25.9 33.6c0 7.4-3.3 13.4-7.3 13.4c-4.1 0-7.3-6-7.3-13.4s3.3-13.4 7.3-13.4c4.1.1 7.3 6 7.3 13.4"/><ellipse cx="19.9" cy="33.6" fill="#bf7b90" rx="6.1" ry="12.8"/><path fill="#a5627a" d="M52.7 33.6c0 7.4-3.3 13.4-7.3 13.4c-4.1 0-7.3-6-7.3-13.4s3.3-13.4 7.3-13.4c4 .1 7.3 6 7.3 13.4"/><ellipse cx="46.7" cy="33.6" fill="#bf7b90" rx="6.1" ry="12.8"/></svg>
</template>

CSS

.icon-pig-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%2064%2064%22%3E%3Cpath%20fill%3D%22%23fc97b2%22%20d%3D%22M62%2037.3c0%2017.3-13.4%2015.3-30%2015.3s-30%202-30-15.3s13.4-25.9%2030-25.9S62%2020%2062%2037.3%22%2F%3E%3Cpath%20fill%3D%22%23a5627a%22%20d%3D%22M25.9%2033.6c0%207.4-3.3%2013.4-7.3%2013.4c-4.1%200-7.3-6-7.3-13.4s3.3-13.4%207.3-13.4c4.1.1%207.3%206%207.3%2013.4%22%2F%3E%3Cellipse%20cx%3D%2219.9%22%20cy%3D%2233.6%22%20fill%3D%22%23bf7b90%22%20rx%3D%226.1%22%20ry%3D%2212.8%22%2F%3E%3Cpath%20fill%3D%22%23a5627a%22%20d%3D%22M52.7%2033.6c0%207.4-3.3%2013.4-7.3%2013.4c-4.1%200-7.3-6-7.3-13.4s3.3-13.4%207.3-13.4c4%20.1%207.3%206%207.3%2013.4%22%2F%3E%3Cellipse%20cx%3D%2246.7%22%20cy%3D%2233.6%22%20fill%3D%22%23bf7b90%22%20rx%3D%226.1%22%20ry%3D%2212.8%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%3Cpath%20fill%3D%22%23fc97b2%22%20d%3D%22M62%2037.3c0%2017.3-13.4%2015.3-30%2015.3s-30%202-30-15.3s13.4-25.9%2030-25.9S62%2020%2062%2037.3%22%2F%3E%3Cpath%20fill%3D%22%23a5627a%22%20d%3D%22M25.9%2033.6c0%207.4-3.3%2013.4-7.3%2013.4c-4.1%200-7.3-6-7.3-13.4s3.3-13.4%207.3-13.4c4.1.1%207.3%206%207.3%2013.4%22%2F%3E%3Cellipse%20cx%3D%2219.9%22%20cy%3D%2233.6%22%20fill%3D%22%23bf7b90%22%20rx%3D%226.1%22%20ry%3D%2212.8%22%2F%3E%3Cpath%20fill%3D%22%23a5627a%22%20d%3D%22M52.7%2033.6c0%207.4-3.3%2013.4-7.3%2013.4c-4.1%200-7.3-6-7.3-13.4s3.3-13.4%207.3-13.4c4%20.1%207.3%206%207.3%2013.4%22%2F%3E%3Cellipse%20cx%3D%2246.7%22%20cy%3D%2233.6%22%20fill%3D%22%23bf7b90%22%20rx%3D%226.1%22%20ry%3D%2212.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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