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

Name
boar
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 boar emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#89664c" d="M20.6 14.8c-2.4-4.5-18.2-3.1-18.2-3.1s-1.9 16 2.7 18.5c3.5 1.9 17.4-11.8 15.5-15.4"/><path fill="#2b2118" d="M17.6 17.2c-1.5-2.8-11.3-1.9-11.3-1.9S5.2 25.3 8 26.8c2.2 1.2 10.8-7.3 9.6-9.6"/><path fill="#89664c" d="M58.7 30.1c4.5-2.4 3.1-18.1 3.1-18.1s-16.1-1.9-18.6 2.7C41.3 18.2 55 32 58.7 30.1"/><path fill="#2b2118" d="M56.2 27.1c2.8-1.5 1.9-11.2 1.9-11.2s-10-1.1-11.6 1.7c-1.1 2.2 7.5 10.7 9.7 9.5"/><path fill="#89664c" d="M58.8 39.4C58.8 56.8 46.8 60 32 60S5.2 56.8 5.2 39.4S21.7 9.5 32 9.5S58.8 22 58.8 39.4"/><path fill="#fff" d="M19.7 47.3c-11.9 5.8-8.7-19-8.7-19c-9.2 23.8 1.8 27.6 9.6 26.4zm24.6 0c11.9 5.8 8.7-19 8.7-19c9.2 23.8-1.8 27.6-9.6 26.4z"/><path fill="#5c4533" d="M32 22.6s-3-10-9.7-11.9c0 0 3-1.7 5.2-.9c0 0 .1-1.8-1.8-3.1c0 0 4.3-.9 6.5 2.1c0 0 .3-3.2-.5-4.8c0 0 7.1 1.7 9 7.8c0 0-7.3 2.1-8.7 10.8"/><g fill="#2b2118"><ellipse cx="18.6" cy="34.6" rx="3.1" ry="5.6"/><path d="M45.4 28.8c1.7 0 3.1 2.5 3.1 5.6S47.1 40 45.4 40s-3.1-2.5-3.1-5.6s1.4-5.6 3.1-5.6"/></g><path fill="#fc97b2" d="M46 49.8c0 8.1-6.3 7.2-14 7.2c-7.8 0-14 .9-14-7.2s6.3-12.1 14-12.1c7.8-.1 14 4 14 12.1"/><g fill="#7a495a"><ellipse cx="25.7" cy="48" rx="3.4" ry="6.3"/><ellipse cx="38.3" cy="48" rx="3.4" ry="6.3"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneBoar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#89664c" d="M20.6 14.8c-2.4-4.5-18.2-3.1-18.2-3.1s-1.9 16 2.7 18.5c3.5 1.9 17.4-11.8 15.5-15.4"/><path fill="#2b2118" d="M17.6 17.2c-1.5-2.8-11.3-1.9-11.3-1.9S5.2 25.3 8 26.8c2.2 1.2 10.8-7.3 9.6-9.6"/><path fill="#89664c" d="M58.7 30.1c4.5-2.4 3.1-18.1 3.1-18.1s-16.1-1.9-18.6 2.7C41.3 18.2 55 32 58.7 30.1"/><path fill="#2b2118" d="M56.2 27.1c2.8-1.5 1.9-11.2 1.9-11.2s-10-1.1-11.6 1.7c-1.1 2.2 7.5 10.7 9.7 9.5"/><path fill="#89664c" d="M58.8 39.4C58.8 56.8 46.8 60 32 60S5.2 56.8 5.2 39.4S21.7 9.5 32 9.5S58.8 22 58.8 39.4"/><path fill="#fff" d="M19.7 47.3c-11.9 5.8-8.7-19-8.7-19c-9.2 23.8 1.8 27.6 9.6 26.4zm24.6 0c11.9 5.8 8.7-19 8.7-19c9.2 23.8-1.8 27.6-9.6 26.4z"/><path fill="#5c4533" d="M32 22.6s-3-10-9.7-11.9c0 0 3-1.7 5.2-.9c0 0 .1-1.8-1.8-3.1c0 0 4.3-.9 6.5 2.1c0 0 .3-3.2-.5-4.8c0 0 7.1 1.7 9 7.8c0 0-7.3 2.1-8.7 10.8"/><g fill="#2b2118"><ellipse cx="18.6" cy="34.6" rx="3.1" ry="5.6"/><path d="M45.4 28.8c1.7 0 3.1 2.5 3.1 5.6S47.1 40 45.4 40s-3.1-2.5-3.1-5.6s1.4-5.6 3.1-5.6"/></g><path fill="#fc97b2" d="M46 49.8c0 8.1-6.3 7.2-14 7.2c-7.8 0-14 .9-14-7.2s6.3-12.1 14-12.1c7.8-.1 14 4 14 12.1"/><g fill="#7a495a"><ellipse cx="25.7" cy="48" rx="3.4" ry="6.3"/><ellipse cx="38.3" cy="48" rx="3.4" ry="6.3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#89664c" d="M20.6 14.8c-2.4-4.5-18.2-3.1-18.2-3.1s-1.9 16 2.7 18.5c3.5 1.9 17.4-11.8 15.5-15.4"/><path fill="#2b2118" d="M17.6 17.2c-1.5-2.8-11.3-1.9-11.3-1.9S5.2 25.3 8 26.8c2.2 1.2 10.8-7.3 9.6-9.6"/><path fill="#89664c" d="M58.7 30.1c4.5-2.4 3.1-18.1 3.1-18.1s-16.1-1.9-18.6 2.7C41.3 18.2 55 32 58.7 30.1"/><path fill="#2b2118" d="M56.2 27.1c2.8-1.5 1.9-11.2 1.9-11.2s-10-1.1-11.6 1.7c-1.1 2.2 7.5 10.7 9.7 9.5"/><path fill="#89664c" d="M58.8 39.4C58.8 56.8 46.8 60 32 60S5.2 56.8 5.2 39.4S21.7 9.5 32 9.5S58.8 22 58.8 39.4"/><path fill="#fff" d="M19.7 47.3c-11.9 5.8-8.7-19-8.7-19c-9.2 23.8 1.8 27.6 9.6 26.4zm24.6 0c11.9 5.8 8.7-19 8.7-19c9.2 23.8-1.8 27.6-9.6 26.4z"/><path fill="#5c4533" d="M32 22.6s-3-10-9.7-11.9c0 0 3-1.7 5.2-.9c0 0 .1-1.8-1.8-3.1c0 0 4.3-.9 6.5 2.1c0 0 .3-3.2-.5-4.8c0 0 7.1 1.7 9 7.8c0 0-7.3 2.1-8.7 10.8"/><g fill="#2b2118"><ellipse cx="18.6" cy="34.6" rx="3.1" ry="5.6"/><path d="M45.4 28.8c1.7 0 3.1 2.5 3.1 5.6S47.1 40 45.4 40s-3.1-2.5-3.1-5.6s1.4-5.6 3.1-5.6"/></g><path fill="#fc97b2" d="M46 49.8c0 8.1-6.3 7.2-14 7.2c-7.8 0-14 .9-14-7.2s6.3-12.1 14-12.1c7.8-.1 14 4 14 12.1"/><g fill="#7a495a"><ellipse cx="25.7" cy="48" rx="3.4" ry="6.3"/><ellipse cx="38.3" cy="48" rx="3.4" ry="6.3"/></g></svg>
</template>

CSS

.icon-boar {
  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%2389664c%22%20d%3D%22M20.6%2014.8c-2.4-4.5-18.2-3.1-18.2-3.1s-1.9%2016%202.7%2018.5c3.5%201.9%2017.4-11.8%2015.5-15.4%22%2F%3E%3Cpath%20fill%3D%22%232b2118%22%20d%3D%22M17.6%2017.2c-1.5-2.8-11.3-1.9-11.3-1.9S5.2%2025.3%208%2026.8c2.2%201.2%2010.8-7.3%209.6-9.6%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M58.7%2030.1c4.5-2.4%203.1-18.1%203.1-18.1s-16.1-1.9-18.6%202.7C41.3%2018.2%2055%2032%2058.7%2030.1%22%2F%3E%3Cpath%20fill%3D%22%232b2118%22%20d%3D%22M56.2%2027.1c2.8-1.5%201.9-11.2%201.9-11.2s-10-1.1-11.6%201.7c-1.1%202.2%207.5%2010.7%209.7%209.5%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M58.8%2039.4C58.8%2056.8%2046.8%2060%2032%2060S5.2%2056.8%205.2%2039.4S21.7%209.5%2032%209.5S58.8%2022%2058.8%2039.4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.7%2047.3c-11.9%205.8-8.7-19-8.7-19c-9.2%2023.8%201.8%2027.6%209.6%2026.4zm24.6%200c11.9%205.8%208.7-19%208.7-19c9.2%2023.8-1.8%2027.6-9.6%2026.4z%22%2F%3E%3Cpath%20fill%3D%22%235c4533%22%20d%3D%22M32%2022.6s-3-10-9.7-11.9c0%200%203-1.7%205.2-.9c0%200%20.1-1.8-1.8-3.1c0%200%204.3-.9%206.5%202.1c0%200%20.3-3.2-.5-4.8c0%200%207.1%201.7%209%207.8c0%200-7.3%202.1-8.7%2010.8%22%2F%3E%3Cg%20fill%3D%22%232b2118%22%3E%3Cellipse%20cx%3D%2218.6%22%20cy%3D%2234.6%22%20rx%3D%223.1%22%20ry%3D%225.6%22%2F%3E%3Cpath%20d%3D%22M45.4%2028.8c1.7%200%203.1%202.5%203.1%205.6S47.1%2040%2045.4%2040s-3.1-2.5-3.1-5.6s1.4-5.6%203.1-5.6%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fc97b2%22%20d%3D%22M46%2049.8c0%208.1-6.3%207.2-14%207.2c-7.8%200-14%20.9-14-7.2s6.3-12.1%2014-12.1c7.8-.1%2014%204%2014%2012.1%22%2F%3E%3Cg%20fill%3D%22%237a495a%22%3E%3Cellipse%20cx%3D%2225.7%22%20cy%3D%2248%22%20rx%3D%223.4%22%20ry%3D%226.3%22%2F%3E%3Cellipse%20cx%3D%2238.3%22%20cy%3D%2248%22%20rx%3D%223.4%22%20ry%3D%226.3%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%2064%2064%22%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M20.6%2014.8c-2.4-4.5-18.2-3.1-18.2-3.1s-1.9%2016%202.7%2018.5c3.5%201.9%2017.4-11.8%2015.5-15.4%22%2F%3E%3Cpath%20fill%3D%22%232b2118%22%20d%3D%22M17.6%2017.2c-1.5-2.8-11.3-1.9-11.3-1.9S5.2%2025.3%208%2026.8c2.2%201.2%2010.8-7.3%209.6-9.6%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M58.7%2030.1c4.5-2.4%203.1-18.1%203.1-18.1s-16.1-1.9-18.6%202.7C41.3%2018.2%2055%2032%2058.7%2030.1%22%2F%3E%3Cpath%20fill%3D%22%232b2118%22%20d%3D%22M56.2%2027.1c2.8-1.5%201.9-11.2%201.9-11.2s-10-1.1-11.6%201.7c-1.1%202.2%207.5%2010.7%209.7%209.5%22%2F%3E%3Cpath%20fill%3D%22%2389664c%22%20d%3D%22M58.8%2039.4C58.8%2056.8%2046.8%2060%2032%2060S5.2%2056.8%205.2%2039.4S21.7%209.5%2032%209.5S58.8%2022%2058.8%2039.4%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M19.7%2047.3c-11.9%205.8-8.7-19-8.7-19c-9.2%2023.8%201.8%2027.6%209.6%2026.4zm24.6%200c11.9%205.8%208.7-19%208.7-19c9.2%2023.8-1.8%2027.6-9.6%2026.4z%22%2F%3E%3Cpath%20fill%3D%22%235c4533%22%20d%3D%22M32%2022.6s-3-10-9.7-11.9c0%200%203-1.7%205.2-.9c0%200%20.1-1.8-1.8-3.1c0%200%204.3-.9%206.5%202.1c0%200%20.3-3.2-.5-4.8c0%200%207.1%201.7%209%207.8c0%200-7.3%202.1-8.7%2010.8%22%2F%3E%3Cg%20fill%3D%22%232b2118%22%3E%3Cellipse%20cx%3D%2218.6%22%20cy%3D%2234.6%22%20rx%3D%223.1%22%20ry%3D%225.6%22%2F%3E%3Cpath%20d%3D%22M45.4%2028.8c1.7%200%203.1%202.5%203.1%205.6S47.1%2040%2045.4%2040s-3.1-2.5-3.1-5.6s1.4-5.6%203.1-5.6%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fc97b2%22%20d%3D%22M46%2049.8c0%208.1-6.3%207.2-14%207.2c-7.8%200-14%20.9-14-7.2s6.3-12.1%2014-12.1c7.8-.1%2014%204%2014%2012.1%22%2F%3E%3Cg%20fill%3D%22%237a495a%22%3E%3Cellipse%20cx%3D%2225.7%22%20cy%3D%2248%22%20rx%3D%223.4%22%20ry%3D%226.3%22%2F%3E%3Cellipse%20cx%3D%2238.3%22%20cy%3D%2248%22%20rx%3D%223.4%22%20ry%3D%226.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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