pig emoji
pig from Streamline Emojis by Streamline · Default · Animals Nature · CC-BY-4.0 Attribution required.
- Name
- pig
- 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 emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M4.45 44.5a18.5 1.5 0 1 0 37 0a18.5 1.5 0 1 0-37 0" opacity=".15"/><path fill="#ffdcd1" d="M41.86 23.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75s-4.25 4.13-5.25 5.57A3.5 3.5 0 0 1 2 27.7a1 1 0 0 0-.77 1l.57 4.74s.4.58 3.71.9c2.36.22 3.39 1.34 7.18 2.51a35 35 0 0 1 .9 4.67a13 13 0 0 1-.05 1.89a.49.49 0 0 0 .46.59h2.58a.5.5 0 0 0 .5-.46a14 14 0 0 1 .85-3.73a17 17 0 0 0 .62-1.81c5.06.47 11 .17 15.73-1.59c.94 1.66 2.17 2.9 2.21 3.88a17 17 0 0 1-.27 3.17a.49.49 0 0 0 .49.58h2.88a.5.5 0 0 0 .5-.46a44.3 44.3 0 0 1 1.27-8.1c.94-2.92 2.13-8.1.5-11.73"/><path fill="#ffe8e0" d="M42.31 25a7 7 0 0 0-.45-1.28c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75A11.3 11.3 0 0 0 5 25.07a48 48 0 0 1 5.3-3.23c3.7-1.9 9.7-2.53 15.11-2.53c5.01 0 12.59.11 16.9 5.69"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41.86 23.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75s-4.25 4.13-5.25 5.57A3.5 3.5 0 0 1 2 27.7a1 1 0 0 0-.77 1l.57 4.74s.4.58 3.71.9c2.36.22 3.39 1.34 7.18 2.51a35 35 0 0 1 .9 4.67a13 13 0 0 1-.05 1.89a.49.49 0 0 0 .46.59h2.58a.5.5 0 0 0 .5-.46a14 14 0 0 1 .85-3.73a17 17 0 0 0 .62-1.81c5.06.47 11 .17 15.73-1.59c.94 1.66 2.17 2.9 2.21 3.88a17 17 0 0 1-.27 3.17a.49.49 0 0 0 .49.58h2.88a.5.5 0 0 0 .5-.46a44.3 44.3 0 0 1 1.27-8.1c.94-2.92 2.13-8.1.5-11.73"/><path fill="#ffdcd1" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M12.55 20.71A3.09 3.09 0 0 0 10.61 19a18 18 0 0 1-2.31-.88a1 1 0 0 0-1.45.58c-.47 1.43.08 3 2.64 4.43"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.28 36.37a7.13 7.13 0 0 1-1-3.81M18.55 38a9.1 9.1 0 0 0 .26-3.15"/><path fill="#45413c" d="M7.62 26.19a.92.92 0 1 1-.92-.92a.92.92 0 0 1 .92.92"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41.49 23a2.35 2.35 0 0 0 2.25-2.29c.14-2.25-1.58-3.22-2.3-2.3c-1.14 1.45 2.64 5.32 5.06 2.3"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisPig(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="M4.45 44.5a18.5 1.5 0 1 0 37 0a18.5 1.5 0 1 0-37 0" opacity=".15"/><path fill="#ffdcd1" d="M41.86 23.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75s-4.25 4.13-5.25 5.57A3.5 3.5 0 0 1 2 27.7a1 1 0 0 0-.77 1l.57 4.74s.4.58 3.71.9c2.36.22 3.39 1.34 7.18 2.51a35 35 0 0 1 .9 4.67a13 13 0 0 1-.05 1.89a.49.49 0 0 0 .46.59h2.58a.5.5 0 0 0 .5-.46a14 14 0 0 1 .85-3.73a17 17 0 0 0 .62-1.81c5.06.47 11 .17 15.73-1.59c.94 1.66 2.17 2.9 2.21 3.88a17 17 0 0 1-.27 3.17a.49.49 0 0 0 .49.58h2.88a.5.5 0 0 0 .5-.46a44.3 44.3 0 0 1 1.27-8.1c.94-2.92 2.13-8.1.5-11.73"/><path fill="#ffe8e0" d="M42.31 25a7 7 0 0 0-.45-1.28c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75A11.3 11.3 0 0 0 5 25.07a48 48 0 0 1 5.3-3.23c3.7-1.9 9.7-2.53 15.11-2.53c5.01 0 12.59.11 16.9 5.69"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M41.86 23.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75s-4.25 4.13-5.25 5.57A3.5 3.5 0 0 1 2 27.7a1 1 0 0 0-.77 1l.57 4.74s.4.58 3.71.9c2.36.22 3.39 1.34 7.18 2.51a35 35 0 0 1 .9 4.67a13 13 0 0 1-.05 1.89a.49.49 0 0 0 .46.59h2.58a.5.5 0 0 0 .5-.46a14 14 0 0 1 .85-3.73a17 17 0 0 0 .62-1.81c5.06.47 11 .17 15.73-1.59c.94 1.66 2.17 2.9 2.21 3.88a17 17 0 0 1-.27 3.17a.49.49 0 0 0 .49.58h2.88a.5.5 0 0 0 .5-.46a44.3 44.3 0 0 1 1.27-8.1c.94-2.92 2.13-8.1.5-11.73"/><path fill="#ffdcd1" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M12.55 20.71A3.09 3.09 0 0 0 10.61 19a18 18 0 0 1-2.31-.88a1 1 0 0 0-1.45.58c-.47 1.43.08 3 2.64 4.43"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M34.28 36.37a7.13 7.13 0 0 1-1-3.81M18.55 38a9.1 9.1 0 0 0 .26-3.15"/><path fill="#45413c" d="M7.62 26.19a.92.92 0 1 1-.92-.92a.92.92 0 0 1 .92.92"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M41.49 23a2.35 2.35 0 0 0 2.25-2.29c.14-2.25-1.58-3.22-2.3-2.3c-1.14 1.45 2.64 5.32 5.06 2.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#45413c" d="M4.45 44.5a18.5 1.5 0 1 0 37 0a18.5 1.5 0 1 0-37 0" opacity=".15"/><path fill="#ffdcd1" d="M41.86 23.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75s-4.25 4.13-5.25 5.57A3.5 3.5 0 0 1 2 27.7a1 1 0 0 0-.77 1l.57 4.74s.4.58 3.71.9c2.36.22 3.39 1.34 7.18 2.51a35 35 0 0 1 .9 4.67a13 13 0 0 1-.05 1.89a.49.49 0 0 0 .46.59h2.58a.5.5 0 0 0 .5-.46a14 14 0 0 1 .85-3.73a17 17 0 0 0 .62-1.81c5.06.47 11 .17 15.73-1.59c.94 1.66 2.17 2.9 2.21 3.88a17 17 0 0 1-.27 3.17a.49.49 0 0 0 .49.58h2.88a.5.5 0 0 0 .5-.46a44.3 44.3 0 0 1 1.27-8.1c.94-2.92 2.13-8.1.5-11.73"/><path fill="#ffe8e0" d="M42.31 25a7 7 0 0 0-.45-1.28c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75A11.3 11.3 0 0 0 5 25.07a48 48 0 0 1 5.3-3.23c3.7-1.9 9.7-2.53 15.11-2.53c5.01 0 12.59.11 16.9 5.69"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41.86 23.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18 0-12.12 2.13-15.25 3.75s-4.25 4.13-5.25 5.57A3.5 3.5 0 0 1 2 27.7a1 1 0 0 0-.77 1l.57 4.74s.4.58 3.71.9c2.36.22 3.39 1.34 7.18 2.51a35 35 0 0 1 .9 4.67a13 13 0 0 1-.05 1.89a.49.49 0 0 0 .46.59h2.58a.5.5 0 0 0 .5-.46a14 14 0 0 1 .85-3.73a17 17 0 0 0 .62-1.81c5.06.47 11 .17 15.73-1.59c.94 1.66 2.17 2.9 2.21 3.88a17 17 0 0 1-.27 3.17a.49.49 0 0 0 .49.58h2.88a.5.5 0 0 0 .5-.46a44.3 44.3 0 0 1 1.27-8.1c.94-2.92 2.13-8.1.5-11.73"/><path fill="#ffdcd1" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M12.55 20.71A3.09 3.09 0 0 0 10.61 19a18 18 0 0 1-2.31-.88a1 1 0 0 0-1.45.58c-.47 1.43.08 3 2.64 4.43"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M34.28 36.37a7.13 7.13 0 0 1-1-3.81M18.55 38a9.1 9.1 0 0 0 .26-3.15"/><path fill="#45413c" d="M7.62 26.19a.92.92 0 1 1-.92-.92a.92.92 0 0 1 .92.92"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M41.49 23a2.35 2.35 0 0 0 2.25-2.29c.14-2.25-1.58-3.22-2.3-2.3c-1.14 1.45 2.64 5.32 5.06 2.3"/></svg> </template>
CSS
.icon-pig {
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%22M4.45%2044.5a18.5%201.5%200%201%200%2037%200a18.5%201.5%200%201%200-37%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M41.86%2023.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18%200-12.12%202.13-15.25%203.75s-4.25%204.13-5.25%205.57A3.5%203.5%200%200%201%202%2027.7a1%201%200%200%200-.77%201l.57%204.74s.4.58%203.71.9c2.36.22%203.39%201.34%207.18%202.51a35%2035%200%200%201%20.9%204.67a13%2013%200%200%201-.05%201.89a.49.49%200%200%200%20.46.59h2.58a.5.5%200%200%200%20.5-.46a14%2014%200%200%201%20.85-3.73a17%2017%200%200%200%20.62-1.81c5.06.47%2011%20.17%2015.73-1.59c.94%201.66%202.17%202.9%202.21%203.88a17%2017%200%200%201-.27%203.17a.49.49%200%200%200%20.49.58h2.88a.5.5%200%200%200%20.5-.46a44.3%2044.3%200%200%201%201.27-8.1c.94-2.92%202.13-8.1.5-11.73%22%2F%3E%3Cpath%20fill%3D%22%23ffe8e0%22%20d%3D%22M42.31%2025a7%207%200%200%200-.45-1.28c-1.62-3.63-5-6.69-17.25-6.69c-9.18%200-12.12%202.13-15.25%203.75A11.3%2011.3%200%200%200%205%2025.07a48%2048%200%200%201%205.3-3.23c3.7-1.9%209.7-2.53%2015.11-2.53c5.01%200%2012.59.11%2016.9%205.69%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%22M41.86%2023.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18%200-12.12%202.13-15.25%203.75s-4.25%204.13-5.25%205.57A3.5%203.5%200%200%201%202%2027.7a1%201%200%200%200-.77%201l.57%204.74s.4.58%203.71.9c2.36.22%203.39%201.34%207.18%202.51a35%2035%200%200%201%20.9%204.67a13%2013%200%200%201-.05%201.89a.49.49%200%200%200%20.46.59h2.58a.5.5%200%200%200%20.5-.46a14%2014%200%200%201%20.85-3.73a17%2017%200%200%200%20.62-1.81c5.06.47%2011%20.17%2015.73-1.59c.94%201.66%202.17%202.9%202.21%203.88a17%2017%200%200%201-.27%203.17a.49.49%200%200%200%20.49.58h2.88a.5.5%200%200%200%20.5-.46a44.3%2044.3%200%200%201%201.27-8.1c.94-2.92%202.13-8.1.5-11.73%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.55%2020.71A3.09%203.09%200%200%200%2010.61%2019a18%2018%200%200%201-2.31-.88a1%201%200%200%200-1.45.58c-.47%201.43.08%203%202.64%204.43%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%22M34.28%2036.37a7.13%207.13%200%200%201-1-3.81M18.55%2038a9.1%209.1%200%200%200%20.26-3.15%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M7.62%2026.19a.92.92%200%201%201-.92-.92a.92.92%200%200%201%20.92.92%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%22M41.49%2023a2.35%202.35%200%200%200%202.25-2.29c.14-2.25-1.58-3.22-2.3-2.3c-1.14%201.45%202.64%205.32%205.06%202.3%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%22M4.45%2044.5a18.5%201.5%200%201%200%2037%200a18.5%201.5%200%201%200-37%200%22%20opacity%3D%22.15%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20d%3D%22M41.86%2023.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18%200-12.12%202.13-15.25%203.75s-4.25%204.13-5.25%205.57A3.5%203.5%200%200%201%202%2027.7a1%201%200%200%200-.77%201l.57%204.74s.4.58%203.71.9c2.36.22%203.39%201.34%207.18%202.51a35%2035%200%200%201%20.9%204.67a13%2013%200%200%201-.05%201.89a.49.49%200%200%200%20.46.59h2.58a.5.5%200%200%200%20.5-.46a14%2014%200%200%201%20.85-3.73a17%2017%200%200%200%20.62-1.81c5.06.47%2011%20.17%2015.73-1.59c.94%201.66%202.17%202.9%202.21%203.88a17%2017%200%200%201-.27%203.17a.49.49%200%200%200%20.49.58h2.88a.5.5%200%200%200%20.5-.46a44.3%2044.3%200%200%201%201.27-8.1c.94-2.92%202.13-8.1.5-11.73%22%2F%3E%3Cpath%20fill%3D%22%23ffe8e0%22%20d%3D%22M42.31%2025a7%207%200%200%200-.45-1.28c-1.62-3.63-5-6.69-17.25-6.69c-9.18%200-12.12%202.13-15.25%203.75A11.3%2011.3%200%200%200%205%2025.07a48%2048%200%200%201%205.3-3.23c3.7-1.9%209.7-2.53%2015.11-2.53c5.01%200%2012.59.11%2016.9%205.69%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%22M41.86%2023.75c-1.62-3.63-5-6.69-17.25-6.69c-9.18%200-12.12%202.13-15.25%203.75s-4.25%204.13-5.25%205.57A3.5%203.5%200%200%201%202%2027.7a1%201%200%200%200-.77%201l.57%204.74s.4.58%203.71.9c2.36.22%203.39%201.34%207.18%202.51a35%2035%200%200%201%20.9%204.67a13%2013%200%200%201-.05%201.89a.49.49%200%200%200%20.46.59h2.58a.5.5%200%200%200%20.5-.46a14%2014%200%200%201%20.85-3.73a17%2017%200%200%200%20.62-1.81c5.06.47%2011%20.17%2015.73-1.59c.94%201.66%202.17%202.9%202.21%203.88a17%2017%200%200%201-.27%203.17a.49.49%200%200%200%20.49.58h2.88a.5.5%200%200%200%20.5-.46a44.3%2044.3%200%200%201%201.27-8.1c.94-2.92%202.13-8.1.5-11.73%22%2F%3E%3Cpath%20fill%3D%22%23ffdcd1%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12.55%2020.71A3.09%203.09%200%200%200%2010.61%2019a18%2018%200%200%201-2.31-.88a1%201%200%200%200-1.45.58c-.47%201.43.08%203%202.64%204.43%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%22M34.28%2036.37a7.13%207.13%200%200%201-1-3.81M18.55%2038a9.1%209.1%200%200%200%20.26-3.15%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M7.62%2026.19a.92.92%200%201%201-.92-.92a.92.92%200%200%201%20.92.92%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%22M41.49%2023a2.35%202.35%200%200%200%202.25-2.29c.14-2.25-1.58-3.22-2.3-2.3c-1.14%201.45%202.64%205.32%205.06%202.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/pig.svg?color=%231a73e8&size=48