pig face emoji
pig-face from Fluent Emoji Flat by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- pig-face
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji Flat
Use the pig face emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff8687" d="M3 17C3 10.373 8.373 5 15 5h1.998c6.627 0 12 5.373 12 12v1c0 6.627-5.373 12-12 12H15C8.373 30 3 24.627 3 18z"/><path fill="#fbb8ab" d="m26.38 5.634l3.044 3.331c.768.841.768 2.221 0 3.062l-3.045 3.332c-1.25 1.37-3.379.399-3.379-1.531V7.175c0-1.93 2.138-2.9 3.38-1.541M5.62 5.633l-3.044 3.34c-.768.84-.768 2.218 0 3.058l3.045 3.329C6.87 16.727 9 15.758 9 13.83V7.173c0-1.928-2.128-2.897-3.38-1.54M14 19a3 3 0 1 0 0 6h4a3 3 0 1 0 0-6z"/><path fill="#f92f60" d="M15 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="#1c1c1c" d="M11 16c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1zm8 0c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatPigFace(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff8687" d="M3 17C3 10.373 8.373 5 15 5h1.998c6.627 0 12 5.373 12 12v1c0 6.627-5.373 12-12 12H15C8.373 30 3 24.627 3 18z"/><path fill="#fbb8ab" d="m26.38 5.634l3.044 3.331c.768.841.768 2.221 0 3.062l-3.045 3.332c-1.25 1.37-3.379.399-3.379-1.531V7.175c0-1.93 2.138-2.9 3.38-1.541M5.62 5.633l-3.044 3.34c-.768.84-.768 2.218 0 3.058l3.045 3.329C6.87 16.727 9 15.758 9 13.83V7.173c0-1.928-2.128-2.897-3.38-1.54M14 19a3 3 0 1 0 0 6h4a3 3 0 1 0 0-6z"/><path fill="#f92f60" d="M15 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="#1c1c1c" d="M11 16c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1zm8 0c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#ff8687" d="M3 17C3 10.373 8.373 5 15 5h1.998c6.627 0 12 5.373 12 12v1c0 6.627-5.373 12-12 12H15C8.373 30 3 24.627 3 18z"/><path fill="#fbb8ab" d="m26.38 5.634l3.044 3.331c.768.841.768 2.221 0 3.062l-3.045 3.332c-1.25 1.37-3.379.399-3.379-1.531V7.175c0-1.93 2.138-2.9 3.38-1.541M5.62 5.633l-3.044 3.34c-.768.84-.768 2.218 0 3.058l3.045 3.329C6.87 16.727 9 15.758 9 13.83V7.173c0-1.928-2.128-2.897-3.38-1.54M14 19a3 3 0 1 0 0 6h4a3 3 0 1 0 0-6z"/><path fill="#f92f60" d="M15 22a1 1 0 1 1-2 0a1 1 0 0 1 2 0m4 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path fill="#1c1c1c" d="M11 16c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1zm8 0c0 .55.45 1 1 1s1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1z"/></g></svg> </template>
CSS
.icon-pig-face {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M3%2017C3%2010.373%208.373%205%2015%205h1.998c6.627%200%2012%205.373%2012%2012v1c0%206.627-5.373%2012-12%2012H15C8.373%2030%203%2024.627%203%2018z%22%2F%3E%3Cpath%20fill%3D%22%23fbb8ab%22%20d%3D%22m26.38%205.634l3.044%203.331c.768.841.768%202.221%200%203.062l-3.045%203.332c-1.25%201.37-3.379.399-3.379-1.531V7.175c0-1.93%202.138-2.9%203.38-1.541M5.62%205.633l-3.044%203.34c-.768.84-.768%202.218%200%203.058l3.045%203.329C6.87%2016.727%209%2015.758%209%2013.83V7.173c0-1.928-2.128-2.897-3.38-1.54M14%2019a3%203%200%201%200%200%206h4a3%203%200%201%200%200-6z%22%2F%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M15%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M11%2016c0%20.55.45%201%201%201s1-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201zm8%200c0%20.55.45%201%201%201s1-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201z%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M3%2017C3%2010.373%208.373%205%2015%205h1.998c6.627%200%2012%205.373%2012%2012v1c0%206.627-5.373%2012-12%2012H15C8.373%2030%203%2024.627%203%2018z%22%2F%3E%3Cpath%20fill%3D%22%23fbb8ab%22%20d%3D%22m26.38%205.634l3.044%203.331c.768.841.768%202.221%200%203.062l-3.045%203.332c-1.25%201.37-3.379.399-3.379-1.531V7.175c0-1.93%202.138-2.9%203.38-1.541M5.62%205.633l-3.044%203.34c-.768.84-.768%202.218%200%203.058l3.045%203.329C6.87%2016.727%209%2015.758%209%2013.83V7.173c0-1.928-2.128-2.897-3.38-1.54M14%2019a3%203%200%201%200%200%206h4a3%203%200%201%200%200-6z%22%2F%3E%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M15%2022a1%201%200%201%201-2%200a1%201%200%200%201%202%200m4%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20fill%3D%22%231c1c1c%22%20d%3D%22M11%2016c0%20.55.45%201%201%201s1-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201zm8%200c0%20.55.45%201%201%201s1-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/pig-face.svg?color=%231a73e8&size=48