polar bear emoji

polar-bear from Noto Emoji by Google Inc · Default · Animals & Nature · Apache-2.0 Free for personal and commercial use.

Name
polar-bear
Set
Noto Emoji
Style
Default
Category
Animals & Nature
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More animals & nature icons from Noto Emoji

Use the polar bear emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" stroke="#91bdce" stroke-miterlimit="10" stroke-width="3" d="M16.131 47.6S6.762 39.187 5.589 27.225s6.607-17.004 16.657-13.665s16.345 8.827 16.345 8.827z"/><path fill="#91bdce" d="M21.88 44.508S15.815 32.57 14.665 28.08c-.84-3.265.28-6.26 3.833-4.292c6.187 3.433 14.769 8.387 14.769 8.387z"/><path fill="#fff" stroke="#91bdce" stroke-miterlimit="10" stroke-width="3" d="M87.614 21.773s6.78-5.64 17.474-8.92s18.784 2.235 17.253 14.836s-11.63 21.258-11.63 21.258z"/><path fill="#91bdce" d="M92.996 32.24s9.183-5.02 15.799-8.494c3.8-1.992 4.91 1.198 3.943 4.625c-1.324 4.712-8.02 17.17-8.02 17.17z"/><path fill="#fff" stroke="#91bdce" stroke-miterlimit="10" stroke-width="3" d="M99.894 25.374C90.46 15.83 82.425 13.745 78.207 13.546c-5.885-.277-9.3 2.252-13.351 2.252c-.306 0-.586-.003-.856-.007c-.27.004-.55.007-.856.007c-4.051 0-7.466-2.53-13.35-2.252c-4.22.199-12.255 2.284-21.688 11.828c-11.7 11.838-21.998 29.444-21.998 50.825c0 12.27 4.639 21.096 11.631 26.818c11.908 9.743 29.368 13.059 46.13 13.059l.131-.002l.13.002c16.763 0 34.223-3.316 46.13-13.06c6.993-5.721 11.632-14.547 11.632-26.817c0-21.381-10.297-38.987-21.998-50.825z"/><path fill="#cfd8dc" d="M87.723 60.657c-6.51-17.128-18.865-19.24-23.35-19.24s-16.84 2.112-23.35 19.24c-3.479 9.156-5.704 16.212-4.275 23.305c2.834 14.125 13.935 18.917 27.636 18.917s24.803-4.804 27.637-18.917c1.405-7.093-.808-14.149-4.298-23.305"/><path fill="#231f20" d="M77.75 78c-1.394-1.053-3.912-2.458-7.202-3.676c-1.92-.714-3.338-2.341-3.244-4.379c.105-2.26.187-4.706.07-4.964c-.28-.62-2.002-1.065-2.857-.995h-.281c-.855-.07-2.588.375-2.858.995c-.093.223-.046 2.096.035 4.063c.106 2.459-1.498 4.53-3.782 5.444c-2.951 1.171-5.317 2.53-6.616 3.524c-.797.598-1.43 1.757-1.043 2.799c.504 1.334 2.74 1.147 4.005.573c3.396-1.545 6.523-2.353 10.4-2.353c3.887 0 7.002.808 10.398 2.353c1.265.574 3.502.761 4.005-.573c.398-1.054-.234-2.213-1.03-2.81"/><path fill="#231f20" d="M72.062 51.282c-3.478-2.19-11.184-2.095-15.645 0c-2.132.996-7.003 5.995-5.621 11.334c.597 2.318 2.248 4.18 3.97 5.222c2.12 1.276 8.782 2.927 9.473 2.915c.691.012 7.647-1.932 9.767-3.208c1.721-1.042 3.372-2.903 3.97-5.222c1.393-5.327-3.923-9.788-5.914-11.04"/><circle cx="91.641" cy="46.546" r="5.176" fill="#231f20"/><circle cx="37.117" cy="46.546" r="5.176" fill="#231f20"/></svg>

React

import type { SVGProps } from "react";

export function NotoPolarBear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" stroke="#91bdce" strokeMiterlimit="10" strokeWidth="3" d="M16.131 47.6S6.762 39.187 5.589 27.225s6.607-17.004 16.657-13.665s16.345 8.827 16.345 8.827z"/><path fill="#91bdce" d="M21.88 44.508S15.815 32.57 14.665 28.08c-.84-3.265.28-6.26 3.833-4.292c6.187 3.433 14.769 8.387 14.769 8.387z"/><path fill="#fff" stroke="#91bdce" strokeMiterlimit="10" strokeWidth="3" d="M87.614 21.773s6.78-5.64 17.474-8.92s18.784 2.235 17.253 14.836s-11.63 21.258-11.63 21.258z"/><path fill="#91bdce" d="M92.996 32.24s9.183-5.02 15.799-8.494c3.8-1.992 4.91 1.198 3.943 4.625c-1.324 4.712-8.02 17.17-8.02 17.17z"/><path fill="#fff" stroke="#91bdce" strokeMiterlimit="10" strokeWidth="3" d="M99.894 25.374C90.46 15.83 82.425 13.745 78.207 13.546c-5.885-.277-9.3 2.252-13.351 2.252c-.306 0-.586-.003-.856-.007c-.27.004-.55.007-.856.007c-4.051 0-7.466-2.53-13.35-2.252c-4.22.199-12.255 2.284-21.688 11.828c-11.7 11.838-21.998 29.444-21.998 50.825c0 12.27 4.639 21.096 11.631 26.818c11.908 9.743 29.368 13.059 46.13 13.059l.131-.002l.13.002c16.763 0 34.223-3.316 46.13-13.06c6.993-5.721 11.632-14.547 11.632-26.817c0-21.381-10.297-38.987-21.998-50.825z"/><path fill="#cfd8dc" d="M87.723 60.657c-6.51-17.128-18.865-19.24-23.35-19.24s-16.84 2.112-23.35 19.24c-3.479 9.156-5.704 16.212-4.275 23.305c2.834 14.125 13.935 18.917 27.636 18.917s24.803-4.804 27.637-18.917c1.405-7.093-.808-14.149-4.298-23.305"/><path fill="#231f20" d="M77.75 78c-1.394-1.053-3.912-2.458-7.202-3.676c-1.92-.714-3.338-2.341-3.244-4.379c.105-2.26.187-4.706.07-4.964c-.28-.62-2.002-1.065-2.857-.995h-.281c-.855-.07-2.588.375-2.858.995c-.093.223-.046 2.096.035 4.063c.106 2.459-1.498 4.53-3.782 5.444c-2.951 1.171-5.317 2.53-6.616 3.524c-.797.598-1.43 1.757-1.043 2.799c.504 1.334 2.74 1.147 4.005.573c3.396-1.545 6.523-2.353 10.4-2.353c3.887 0 7.002.808 10.398 2.353c1.265.574 3.502.761 4.005-.573c.398-1.054-.234-2.213-1.03-2.81"/><path fill="#231f20" d="M72.062 51.282c-3.478-2.19-11.184-2.095-15.645 0c-2.132.996-7.003 5.995-5.621 11.334c.597 2.318 2.248 4.18 3.97 5.222c2.12 1.276 8.782 2.927 9.473 2.915c.691.012 7.647-1.932 9.767-3.208c1.721-1.042 3.372-2.903 3.97-5.222c1.393-5.327-3.923-9.788-5.914-11.04"/><circle cx="91.641" cy="46.546" r="5.176" fill="#231f20"/><circle cx="37.117" cy="46.546" r="5.176" fill="#231f20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" stroke="#91bdce" stroke-miterlimit="10" stroke-width="3" d="M16.131 47.6S6.762 39.187 5.589 27.225s6.607-17.004 16.657-13.665s16.345 8.827 16.345 8.827z"/><path fill="#91bdce" d="M21.88 44.508S15.815 32.57 14.665 28.08c-.84-3.265.28-6.26 3.833-4.292c6.187 3.433 14.769 8.387 14.769 8.387z"/><path fill="#fff" stroke="#91bdce" stroke-miterlimit="10" stroke-width="3" d="M87.614 21.773s6.78-5.64 17.474-8.92s18.784 2.235 17.253 14.836s-11.63 21.258-11.63 21.258z"/><path fill="#91bdce" d="M92.996 32.24s9.183-5.02 15.799-8.494c3.8-1.992 4.91 1.198 3.943 4.625c-1.324 4.712-8.02 17.17-8.02 17.17z"/><path fill="#fff" stroke="#91bdce" stroke-miterlimit="10" stroke-width="3" d="M99.894 25.374C90.46 15.83 82.425 13.745 78.207 13.546c-5.885-.277-9.3 2.252-13.351 2.252c-.306 0-.586-.003-.856-.007c-.27.004-.55.007-.856.007c-4.051 0-7.466-2.53-13.35-2.252c-4.22.199-12.255 2.284-21.688 11.828c-11.7 11.838-21.998 29.444-21.998 50.825c0 12.27 4.639 21.096 11.631 26.818c11.908 9.743 29.368 13.059 46.13 13.059l.131-.002l.13.002c16.763 0 34.223-3.316 46.13-13.06c6.993-5.721 11.632-14.547 11.632-26.817c0-21.381-10.297-38.987-21.998-50.825z"/><path fill="#cfd8dc" d="M87.723 60.657c-6.51-17.128-18.865-19.24-23.35-19.24s-16.84 2.112-23.35 19.24c-3.479 9.156-5.704 16.212-4.275 23.305c2.834 14.125 13.935 18.917 27.636 18.917s24.803-4.804 27.637-18.917c1.405-7.093-.808-14.149-4.298-23.305"/><path fill="#231f20" d="M77.75 78c-1.394-1.053-3.912-2.458-7.202-3.676c-1.92-.714-3.338-2.341-3.244-4.379c.105-2.26.187-4.706.07-4.964c-.28-.62-2.002-1.065-2.857-.995h-.281c-.855-.07-2.588.375-2.858.995c-.093.223-.046 2.096.035 4.063c.106 2.459-1.498 4.53-3.782 5.444c-2.951 1.171-5.317 2.53-6.616 3.524c-.797.598-1.43 1.757-1.043 2.799c.504 1.334 2.74 1.147 4.005.573c3.396-1.545 6.523-2.353 10.4-2.353c3.887 0 7.002.808 10.398 2.353c1.265.574 3.502.761 4.005-.573c.398-1.054-.234-2.213-1.03-2.81"/><path fill="#231f20" d="M72.062 51.282c-3.478-2.19-11.184-2.095-15.645 0c-2.132.996-7.003 5.995-5.621 11.334c.597 2.318 2.248 4.18 3.97 5.222c2.12 1.276 8.782 2.927 9.473 2.915c.691.012 7.647-1.932 9.767-3.208c1.721-1.042 3.372-2.903 3.97-5.222c1.393-5.327-3.923-9.788-5.914-11.04"/><circle cx="91.641" cy="46.546" r="5.176" fill="#231f20"/><circle cx="37.117" cy="46.546" r="5.176" fill="#231f20"/></svg>
</template>

CSS

.icon-polar-bear {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2391bdce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M16.131%2047.6S6.762%2039.187%205.589%2027.225s6.607-17.004%2016.657-13.665s16.345%208.827%2016.345%208.827z%22%2F%3E%3Cpath%20fill%3D%22%2391bdce%22%20d%3D%22M21.88%2044.508S15.815%2032.57%2014.665%2028.08c-.84-3.265.28-6.26%203.833-4.292c6.187%203.433%2014.769%208.387%2014.769%208.387z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2391bdce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M87.614%2021.773s6.78-5.64%2017.474-8.92s18.784%202.235%2017.253%2014.836s-11.63%2021.258-11.63%2021.258z%22%2F%3E%3Cpath%20fill%3D%22%2391bdce%22%20d%3D%22M92.996%2032.24s9.183-5.02%2015.799-8.494c3.8-1.992%204.91%201.198%203.943%204.625c-1.324%204.712-8.02%2017.17-8.02%2017.17z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2391bdce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M99.894%2025.374C90.46%2015.83%2082.425%2013.745%2078.207%2013.546c-5.885-.277-9.3%202.252-13.351%202.252c-.306%200-.586-.003-.856-.007c-.27.004-.55.007-.856.007c-4.051%200-7.466-2.53-13.35-2.252c-4.22.199-12.255%202.284-21.688%2011.828c-11.7%2011.838-21.998%2029.444-21.998%2050.825c0%2012.27%204.639%2021.096%2011.631%2026.818c11.908%209.743%2029.368%2013.059%2046.13%2013.059l.131-.002l.13.002c16.763%200%2034.223-3.316%2046.13-13.06c6.993-5.721%2011.632-14.547%2011.632-26.817c0-21.381-10.297-38.987-21.998-50.825z%22%2F%3E%3Cpath%20fill%3D%22%23cfd8dc%22%20d%3D%22M87.723%2060.657c-6.51-17.128-18.865-19.24-23.35-19.24s-16.84%202.112-23.35%2019.24c-3.479%209.156-5.704%2016.212-4.275%2023.305c2.834%2014.125%2013.935%2018.917%2027.636%2018.917s24.803-4.804%2027.637-18.917c1.405-7.093-.808-14.149-4.298-23.305%22%2F%3E%3Cpath%20fill%3D%22%23231f20%22%20d%3D%22M77.75%2078c-1.394-1.053-3.912-2.458-7.202-3.676c-1.92-.714-3.338-2.341-3.244-4.379c.105-2.26.187-4.706.07-4.964c-.28-.62-2.002-1.065-2.857-.995h-.281c-.855-.07-2.588.375-2.858.995c-.093.223-.046%202.096.035%204.063c.106%202.459-1.498%204.53-3.782%205.444c-2.951%201.171-5.317%202.53-6.616%203.524c-.797.598-1.43%201.757-1.043%202.799c.504%201.334%202.74%201.147%204.005.573c3.396-1.545%206.523-2.353%2010.4-2.353c3.887%200%207.002.808%2010.398%202.353c1.265.574%203.502.761%204.005-.573c.398-1.054-.234-2.213-1.03-2.81%22%2F%3E%3Cpath%20fill%3D%22%23231f20%22%20d%3D%22M72.062%2051.282c-3.478-2.19-11.184-2.095-15.645%200c-2.132.996-7.003%205.995-5.621%2011.334c.597%202.318%202.248%204.18%203.97%205.222c2.12%201.276%208.782%202.927%209.473%202.915c.691.012%207.647-1.932%209.767-3.208c1.721-1.042%203.372-2.903%203.97-5.222c1.393-5.327-3.923-9.788-5.914-11.04%22%2F%3E%3Ccircle%20cx%3D%2291.641%22%20cy%3D%2246.546%22%20r%3D%225.176%22%20fill%3D%22%23231f20%22%2F%3E%3Ccircle%20cx%3D%2237.117%22%20cy%3D%2246.546%22%20r%3D%225.176%22%20fill%3D%22%23231f20%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2391bdce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M16.131%2047.6S6.762%2039.187%205.589%2027.225s6.607-17.004%2016.657-13.665s16.345%208.827%2016.345%208.827z%22%2F%3E%3Cpath%20fill%3D%22%2391bdce%22%20d%3D%22M21.88%2044.508S15.815%2032.57%2014.665%2028.08c-.84-3.265.28-6.26%203.833-4.292c6.187%203.433%2014.769%208.387%2014.769%208.387z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2391bdce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M87.614%2021.773s6.78-5.64%2017.474-8.92s18.784%202.235%2017.253%2014.836s-11.63%2021.258-11.63%2021.258z%22%2F%3E%3Cpath%20fill%3D%22%2391bdce%22%20d%3D%22M92.996%2032.24s9.183-5.02%2015.799-8.494c3.8-1.992%204.91%201.198%203.943%204.625c-1.324%204.712-8.02%2017.17-8.02%2017.17z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2391bdce%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%223%22%20d%3D%22M99.894%2025.374C90.46%2015.83%2082.425%2013.745%2078.207%2013.546c-5.885-.277-9.3%202.252-13.351%202.252c-.306%200-.586-.003-.856-.007c-.27.004-.55.007-.856.007c-4.051%200-7.466-2.53-13.35-2.252c-4.22.199-12.255%202.284-21.688%2011.828c-11.7%2011.838-21.998%2029.444-21.998%2050.825c0%2012.27%204.639%2021.096%2011.631%2026.818c11.908%209.743%2029.368%2013.059%2046.13%2013.059l.131-.002l.13.002c16.763%200%2034.223-3.316%2046.13-13.06c6.993-5.721%2011.632-14.547%2011.632-26.817c0-21.381-10.297-38.987-21.998-50.825z%22%2F%3E%3Cpath%20fill%3D%22%23cfd8dc%22%20d%3D%22M87.723%2060.657c-6.51-17.128-18.865-19.24-23.35-19.24s-16.84%202.112-23.35%2019.24c-3.479%209.156-5.704%2016.212-4.275%2023.305c2.834%2014.125%2013.935%2018.917%2027.636%2018.917s24.803-4.804%2027.637-18.917c1.405-7.093-.808-14.149-4.298-23.305%22%2F%3E%3Cpath%20fill%3D%22%23231f20%22%20d%3D%22M77.75%2078c-1.394-1.053-3.912-2.458-7.202-3.676c-1.92-.714-3.338-2.341-3.244-4.379c.105-2.26.187-4.706.07-4.964c-.28-.62-2.002-1.065-2.857-.995h-.281c-.855-.07-2.588.375-2.858.995c-.093.223-.046%202.096.035%204.063c.106%202.459-1.498%204.53-3.782%205.444c-2.951%201.171-5.317%202.53-6.616%203.524c-.797.598-1.43%201.757-1.043%202.799c.504%201.334%202.74%201.147%204.005.573c3.396-1.545%206.523-2.353%2010.4-2.353c3.887%200%207.002.808%2010.398%202.353c1.265.574%203.502.761%204.005-.573c.398-1.054-.234-2.213-1.03-2.81%22%2F%3E%3Cpath%20fill%3D%22%23231f20%22%20d%3D%22M72.062%2051.282c-3.478-2.19-11.184-2.095-15.645%200c-2.132.996-7.003%205.995-5.621%2011.334c.597%202.318%202.248%204.18%203.97%205.222c2.12%201.276%208.782%202.927%209.473%202.915c.691.012%207.647-1.932%209.767-3.208c1.721-1.042%203.372-2.903%203.97-5.222c1.393-5.327-3.923-9.788-5.914-11.04%22%2F%3E%3Ccircle%20cx%3D%2291.641%22%20cy%3D%2246.546%22%20r%3D%225.176%22%20fill%3D%22%23231f20%22%2F%3E%3Ccircle%20cx%3D%2237.117%22%20cy%3D%2246.546%22%20r%3D%225.176%22%20fill%3D%22%23231f20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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