pig-nose from Streamline Emojis by Streamline · Default · Animals Nature · CC-BY-4.0 Attribution required.

Name
pig-nose
Set
Streamline Emojis
Style
Default
Category
Animals Nature
Viewbox
48×48
License
CC BY 4.0

The same emoji in other sets

More animals nature icons from Streamline Emojis

Use the pig nose emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.3 44.17a17.7 1.83 0 1 0 35.4 0a17.7 1.83 0 1 0-35.4 0" opacity=".15"/><path fill="#ff87af" d="M2.33 20.74a21.67 15.26 0 1 0 43.34 0a21.67 15.26 0 1 0-43.34 0"/><path fill="#ffb0ca" d="M24 9.15c15.43 0 20.88 5.85 21.58 13.45q.09-.92.09-1.86c0-8.43-5-15.26-21.67-15.26S2.33 12.31 2.33 20.74q0 .95.09 1.86C3.12 15 8.57 9.15 24 9.15"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M2.33 20.74a21.67 15.26 0 1 0 43.34 0a21.67 15.26 0 1 0-43.34 0"/><path fill="#ff6196" d="M28.23 20.74a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0m-18.08 0a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0"/><path fill="#e0366f" d="M33 17.54c2.23 0 4.11 2.07 4.65 4.88a9 9 0 0 0 .16-1.68c0-3.62-2.15-6.55-4.81-6.55s-4.8 2.93-4.8 6.55a8.4 8.4 0 0 0 .16 1.68c.58-2.81 2.45-4.88 4.64-4.88m-18 0c2.23 0 4.1 2.07 4.64 4.88a8.4 8.4 0 0 0 .16-1.68c0-3.62-2.15-6.55-4.8-6.55s-4.81 2.93-4.81 6.55a9 9 0 0 0 .16 1.68c.5-2.81 2.38-4.88 4.65-4.88"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.23 20.74a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0m-18.08 0a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0"/></svg>

React

import type { SVGProps } from "react";

export function StreamlineEmojisPigNose(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.3 44.17a17.7 1.83 0 1 0 35.4 0a17.7 1.83 0 1 0-35.4 0" opacity=".15"/><path fill="#ff87af" d="M2.33 20.74a21.67 15.26 0 1 0 43.34 0a21.67 15.26 0 1 0-43.34 0"/><path fill="#ffb0ca" d="M24 9.15c15.43 0 20.88 5.85 21.58 13.45q.09-.92.09-1.86c0-8.43-5-15.26-21.67-15.26S2.33 12.31 2.33 20.74q0 .95.09 1.86C3.12 15 8.57 9.15 24 9.15"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M2.33 20.74a21.67 15.26 0 1 0 43.34 0a21.67 15.26 0 1 0-43.34 0"/><path fill="#ff6196" d="M28.23 20.74a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0m-18.08 0a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0"/><path fill="#e0366f" d="M33 17.54c2.23 0 4.11 2.07 4.65 4.88a9 9 0 0 0 .16-1.68c0-3.62-2.15-6.55-4.81-6.55s-4.8 2.93-4.8 6.55a8.4 8.4 0 0 0 .16 1.68c.58-2.81 2.45-4.88 4.64-4.88m-18 0c2.23 0 4.1 2.07 4.64 4.88a8.4 8.4 0 0 0 .16-1.68c0-3.62-2.15-6.55-4.8-6.55s-4.81 2.93-4.81 6.55a9 9 0 0 0 .16 1.68c.5-2.81 2.38-4.88 4.65-4.88"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M28.23 20.74a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0m-18.08 0a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M6.3 44.17a17.7 1.83 0 1 0 35.4 0a17.7 1.83 0 1 0-35.4 0" opacity=".15"/><path fill="#ff87af" d="M2.33 20.74a21.67 15.26 0 1 0 43.34 0a21.67 15.26 0 1 0-43.34 0"/><path fill="#ffb0ca" d="M24 9.15c15.43 0 20.88 5.85 21.58 13.45q.09-.92.09-1.86c0-8.43-5-15.26-21.67-15.26S2.33 12.31 2.33 20.74q0 .95.09 1.86C3.12 15 8.57 9.15 24 9.15"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M2.33 20.74a21.67 15.26 0 1 0 43.34 0a21.67 15.26 0 1 0-43.34 0"/><path fill="#ff6196" d="M28.23 20.74a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0m-18.08 0a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0"/><path fill="#e0366f" d="M33 17.54c2.23 0 4.11 2.07 4.65 4.88a9 9 0 0 0 .16-1.68c0-3.62-2.15-6.55-4.81-6.55s-4.8 2.93-4.8 6.55a8.4 8.4 0 0 0 .16 1.68c.58-2.81 2.45-4.88 4.64-4.88m-18 0c2.23 0 4.1 2.07 4.64 4.88a8.4 8.4 0 0 0 .16-1.68c0-3.62-2.15-6.55-4.8-6.55s-4.81 2.93-4.81 6.55a9 9 0 0 0 .16 1.68c.5-2.81 2.38-4.88 4.65-4.88"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M28.23 20.74a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0m-18.08 0a4.81 6.55 0 1 0 9.62 0a4.81 6.55 0 1 0-9.62 0"/></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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M6.3%2044.17a17.7%201.83%200%201%200%2035.4%200a17.7%201.83%200%201%200-35.4%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M2.33%2020.74a21.67%2015.26%200%201%200%2043.34%200a21.67%2015.26%200%201%200-43.34%200%22%2F%3E%3Cpath%20fill%3D%22%23ffb0ca%22%20d%3D%22M24%209.15c15.43%200%2020.88%205.85%2021.58%2013.45q.09-.92.09-1.86c0-8.43-5-15.26-21.67-15.26S2.33%2012.31%202.33%2020.74q0%20.95.09%201.86C3.12%2015%208.57%209.15%2024%209.15%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.33%2020.74a21.67%2015.26%200%201%200%2043.34%200a21.67%2015.26%200%201%200-43.34%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M28.23%2020.74a4.81%206.55%200%201%200%209.62%200a4.81%206.55%200%201%200-9.62%200m-18.08%200a4.81%206.55%200%201%200%209.62%200a4.81%206.55%200%201%200-9.62%200%22%2F%3E%3Cpath%20fill%3D%22%23e0366f%22%20d%3D%22M33%2017.54c2.23%200%204.11%202.07%204.65%204.88a9%209%200%200%200%20.16-1.68c0-3.62-2.15-6.55-4.81-6.55s-4.8%202.93-4.8%206.55a8.4%208.4%200%200%200%20.16%201.68c.58-2.81%202.45-4.88%204.64-4.88m-18%200c2.23%200%204.1%202.07%204.64%204.88a8.4%208.4%200%200%200%20.16-1.68c0-3.62-2.15-6.55-4.8-6.55s-4.81%202.93-4.81%206.55a9%209%200%200%200%20.16%201.68c.5-2.81%202.38-4.88%204.65-4.88%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.23%2020.74a4.81%206.55%200%201%200%209.62%200a4.81%206.55%200%201%200-9.62%200m-18.08%200a4.81%206.55%200%201%200%209.62%200a4.81%206.55%200%201%200-9.62%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M6.3%2044.17a17.7%201.83%200%201%200%2035.4%200a17.7%201.83%200%201%200-35.4%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ff87af%22%20d%3D%22M2.33%2020.74a21.67%2015.26%200%201%200%2043.34%200a21.67%2015.26%200%201%200-43.34%200%22%2F%3E%3Cpath%20fill%3D%22%23ffb0ca%22%20d%3D%22M24%209.15c15.43%200%2020.88%205.85%2021.58%2013.45q.09-.92.09-1.86c0-8.43-5-15.26-21.67-15.26S2.33%2012.31%202.33%2020.74q0%20.95.09%201.86C3.12%2015%208.57%209.15%2024%209.15%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2.33%2020.74a21.67%2015.26%200%201%200%2043.34%200a21.67%2015.26%200%201%200-43.34%200%22%2F%3E%3Cpath%20fill%3D%22%23ff6196%22%20d%3D%22M28.23%2020.74a4.81%206.55%200%201%200%209.62%200a4.81%206.55%200%201%200-9.62%200m-18.08%200a4.81%206.55%200%201%200%209.62%200a4.81%206.55%200%201%200-9.62%200%22%2F%3E%3Cpath%20fill%3D%22%23e0366f%22%20d%3D%22M33%2017.54c2.23%200%204.11%202.07%204.65%204.88a9%209%200%200%200%20.16-1.68c0-3.62-2.15-6.55-4.81-6.55s-4.8%202.93-4.8%206.55a8.4%208.4%200%200%200%20.16%201.68c.58-2.81%202.45-4.88%204.64-4.88m-18%200c2.23%200%204.1%202.07%204.64%204.88a8.4%208.4%200%200%200%20.16-1.68c0-3.62-2.15-6.55-4.8-6.55s-4.81%202.93-4.81%206.55a9%209%200%200%200%20.16%201.68c.5-2.81%202.38-4.88%204.65-4.88%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28.23%2020.74a4.81%206.55%200%201%200%209.62%200a4.81%206.55%200%201%200-9.62%200m-18.08%200a4.81%206.55%200%201%200%209.62%200a4.81%206.55%200%201%200-9.62%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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