bear from OpenMoji by OpenMoji · Default · Animals Nature · CC-BY-SA-4.0 Attribution required.

Name
bear
Set
OpenMoji
Style
Default
Category
Animals Nature
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More animals nature icons from OpenMoji

Use the bear emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="m24.665 18.725l-7.08-5.557l-7.174 1.328l-2.655 3.977l.547 5.835l1.712 3.738c.828 1.808 2.822 4.07 4.526 5.095l-2.535 7.867l-.053 5.492l1.426 5.017l2.27 3.168l5.915 4.4s14.042 9.08 29.042.247l7.076-6.073l2.43-5.335l.21-5.226l-1.69-7.234l-.378-2.712l2.016-2.305l3.318-4.695l.8-6.132l-2.056-4.894l-4.175-2.307l-5.086 1.373l-4.014 3.063l-2.517 1.659l-8.871-2.165l-8.195.328z"/><path fill="#a57939" d="m29.588 37.752l-2 5l-.834 6.667l2 3.167l.334 4.333l2.833 2.167l8.667-.334l2.333-1l.167-5.167l2-3.166l-1.167-6.667l-2.5-5.5s-7-4.833-11.833.5"/><path fill="#3f3f3f" d="M30.754 47.752s4.334-4.667 9.834-.333l-1.834 2.833l-6-.167z"/><path fill="#a57939" d="M47.754 18.419s12.834-4 15.167 8l1.242-5.126l-1.005-5.311l-3.783-3.026l-3.65-.253l-5.47 2.716zm-23.5 0s-12.833-4-15.166 8l-.857-1.751a7.7 7.7 0 0 1-.778-3.607l.023-.757a7.68 7.68 0 0 1 5.866-7.23l.154-.037a7.68 7.68 0 0 1 5.77.884l2.488 1.498z"/><circle cx="28.634" cy="36.999" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.009 19.895S18.32 8.27 11.07 13.082c-6.6 4.382-3.91 13.959.603 16.915"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.071 58.582c-15.937-6.312-7.85-24.013-7.85-24.013s3.645-9.359 9.341-11.609m28.536 35.622c15.937-6.312 7.85-24.013 7.85-24.013s-3.645-9.359-9.341-11.609"/><circle cx="43.366" cy="36.999" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m43.495 43.331l1.56 4.804c.22.817.086 1.682-.367 2.396c-1.22 1.924-4.054 5.119-8.26 2.239h-.857c-4.205 2.88-7.04-.315-8.26-2.239a3 3 0 0 1-.367-2.396l1.56-4.804"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M40.172 47.924c-.101 3.008-2.805 1.656-2.805 1.656L36 48.904l-1.367.676s-2.704 1.352-2.805-1.656m14.163-28.029S53.68 8.27 60.93 13.082c6.6 4.382 3.91 13.959-.603 16.915M29.946 57.148s5.188 6.601 12.108.562M24.665 17.951s8.71-4.93 22.326 0M36 52.77v-3.19"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="m24.665 18.725l-7.08-5.557l-7.174 1.328l-2.655 3.977l.547 5.835l1.712 3.738c.828 1.808 2.822 4.07 4.526 5.095l-2.535 7.867l-.053 5.492l1.426 5.017l2.27 3.168l5.915 4.4s14.042 9.08 29.042.247l7.076-6.073l2.43-5.335l.21-5.226l-1.69-7.234l-.378-2.712l2.016-2.305l3.318-4.695l.8-6.132l-2.056-4.894l-4.175-2.307l-5.086 1.373l-4.014 3.063l-2.517 1.659l-8.871-2.165l-8.195.328z"/><path fill="#a57939" d="m29.588 37.752l-2 5l-.834 6.667l2 3.167l.334 4.333l2.833 2.167l8.667-.334l2.333-1l.167-5.167l2-3.166l-1.167-6.667l-2.5-5.5s-7-4.833-11.833.5"/><path fill="#3f3f3f" d="M30.754 47.752s4.334-4.667 9.834-.333l-1.834 2.833l-6-.167z"/><path fill="#a57939" d="M47.754 18.419s12.834-4 15.167 8l1.242-5.126l-1.005-5.311l-3.783-3.026l-3.65-.253l-5.47 2.716zm-23.5 0s-12.833-4-15.166 8l-.857-1.751a7.7 7.7 0 0 1-.778-3.607l.023-.757a7.68 7.68 0 0 1 5.866-7.23l.154-.037a7.68 7.68 0 0 1 5.77.884l2.488 1.498z"/><circle cx="28.634" cy="36.999" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M26.009 19.895S18.32 8.27 11.07 13.082c-6.6 4.382-3.91 13.959.603 16.915"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M21.071 58.582c-15.937-6.312-7.85-24.013-7.85-24.013s3.645-9.359 9.341-11.609m28.536 35.622c15.937-6.312 7.85-24.013 7.85-24.013s-3.645-9.359-9.341-11.609"/><circle cx="43.366" cy="36.999" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m43.495 43.331l1.56 4.804c.22.817.086 1.682-.367 2.396c-1.22 1.924-4.054 5.119-8.26 2.239h-.857c-4.205 2.88-7.04-.315-8.26-2.239a3 3 0 0 1-.367-2.396l1.56-4.804"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M40.172 47.924c-.101 3.008-2.805 1.656-2.805 1.656L36 48.904l-1.367.676s-2.704 1.352-2.805-1.656m14.163-28.029S53.68 8.27 60.93 13.082c6.6 4.382 3.91 13.959-.603 16.915M29.946 57.148s5.188 6.601 12.108.562M24.665 17.951s8.71-4.93 22.326 0M36 52.77v-3.19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#6a462f" d="m24.665 18.725l-7.08-5.557l-7.174 1.328l-2.655 3.977l.547 5.835l1.712 3.738c.828 1.808 2.822 4.07 4.526 5.095l-2.535 7.867l-.053 5.492l1.426 5.017l2.27 3.168l5.915 4.4s14.042 9.08 29.042.247l7.076-6.073l2.43-5.335l.21-5.226l-1.69-7.234l-.378-2.712l2.016-2.305l3.318-4.695l.8-6.132l-2.056-4.894l-4.175-2.307l-5.086 1.373l-4.014 3.063l-2.517 1.659l-8.871-2.165l-8.195.328z"/><path fill="#a57939" d="m29.588 37.752l-2 5l-.834 6.667l2 3.167l.334 4.333l2.833 2.167l8.667-.334l2.333-1l.167-5.167l2-3.166l-1.167-6.667l-2.5-5.5s-7-4.833-11.833.5"/><path fill="#3f3f3f" d="M30.754 47.752s4.334-4.667 9.834-.333l-1.834 2.833l-6-.167z"/><path fill="#a57939" d="M47.754 18.419s12.834-4 15.167 8l1.242-5.126l-1.005-5.311l-3.783-3.026l-3.65-.253l-5.47 2.716zm-23.5 0s-12.833-4-15.166 8l-.857-1.751a7.7 7.7 0 0 1-.778-3.607l.023-.757a7.68 7.68 0 0 1 5.866-7.23l.154-.037a7.68 7.68 0 0 1 5.77.884l2.488 1.498z"/><circle cx="28.634" cy="36.999" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M26.009 19.895S18.32 8.27 11.07 13.082c-6.6 4.382-3.91 13.959.603 16.915"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21.071 58.582c-15.937-6.312-7.85-24.013-7.85-24.013s3.645-9.359 9.341-11.609m28.536 35.622c15.937-6.312 7.85-24.013 7.85-24.013s-3.645-9.359-9.341-11.609"/><circle cx="43.366" cy="36.999" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m43.495 43.331l1.56 4.804c.22.817.086 1.682-.367 2.396c-1.22 1.924-4.054 5.119-8.26 2.239h-.857c-4.205 2.88-7.04-.315-8.26-2.239a3 3 0 0 1-.367-2.396l1.56-4.804"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M40.172 47.924c-.101 3.008-2.805 1.656-2.805 1.656L36 48.904l-1.367.676s-2.704 1.352-2.805-1.656m14.163-28.029S53.68 8.27 60.93 13.082c6.6 4.382 3.91 13.959-.603 16.915M29.946 57.148s5.188 6.601 12.108.562M24.665 17.951s8.71-4.93 22.326 0M36 52.77v-3.19"/></svg>
</template>

CSS

.icon-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%2072%2072%22%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m24.665%2018.725l-7.08-5.557l-7.174%201.328l-2.655%203.977l.547%205.835l1.712%203.738c.828%201.808%202.822%204.07%204.526%205.095l-2.535%207.867l-.053%205.492l1.426%205.017l2.27%203.168l5.915%204.4s14.042%209.08%2029.042.247l7.076-6.073l2.43-5.335l.21-5.226l-1.69-7.234l-.378-2.712l2.016-2.305l3.318-4.695l.8-6.132l-2.056-4.894l-4.175-2.307l-5.086%201.373l-4.014%203.063l-2.517%201.659l-8.871-2.165l-8.195.328z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m29.588%2037.752l-2%205l-.834%206.667l2%203.167l.334%204.333l2.833%202.167l8.667-.334l2.333-1l.167-5.167l2-3.166l-1.167-6.667l-2.5-5.5s-7-4.833-11.833.5%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M30.754%2047.752s4.334-4.667%209.834-.333l-1.834%202.833l-6-.167z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M47.754%2018.419s12.834-4%2015.167%208l1.242-5.126l-1.005-5.311l-3.783-3.026l-3.65-.253l-5.47%202.716zm-23.5%200s-12.833-4-15.166%208l-.857-1.751a7.7%207.7%200%200%201-.778-3.607l.023-.757a7.68%207.68%200%200%201%205.866-7.23l.154-.037a7.68%207.68%200%200%201%205.77.884l2.488%201.498z%22%2F%3E%3Ccircle%20cx%3D%2228.634%22%20cy%3D%2236.999%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26.009%2019.895S18.32%208.27%2011.07%2013.082c-6.6%204.382-3.91%2013.959.603%2016.915%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21.071%2058.582c-15.937-6.312-7.85-24.013-7.85-24.013s3.645-9.359%209.341-11.609m28.536%2035.622c15.937-6.312%207.85-24.013%207.85-24.013s-3.645-9.359-9.341-11.609%22%2F%3E%3Ccircle%20cx%3D%2243.366%22%20cy%3D%2236.999%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m43.495%2043.331l1.56%204.804c.22.817.086%201.682-.367%202.396c-1.22%201.924-4.054%205.119-8.26%202.239h-.857c-4.205%202.88-7.04-.315-8.26-2.239a3%203%200%200%201-.367-2.396l1.56-4.804%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M40.172%2047.924c-.101%203.008-2.805%201.656-2.805%201.656L36%2048.904l-1.367.676s-2.704%201.352-2.805-1.656m14.163-28.029S53.68%208.27%2060.93%2013.082c6.6%204.382%203.91%2013.959-.603%2016.915M29.946%2057.148s5.188%206.601%2012.108.562M24.665%2017.951s8.71-4.93%2022.326%200M36%2052.77v-3.19%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%2072%2072%22%3E%3Cpath%20fill%3D%22%236a462f%22%20d%3D%22m24.665%2018.725l-7.08-5.557l-7.174%201.328l-2.655%203.977l.547%205.835l1.712%203.738c.828%201.808%202.822%204.07%204.526%205.095l-2.535%207.867l-.053%205.492l1.426%205.017l2.27%203.168l5.915%204.4s14.042%209.08%2029.042.247l7.076-6.073l2.43-5.335l.21-5.226l-1.69-7.234l-.378-2.712l2.016-2.305l3.318-4.695l.8-6.132l-2.056-4.894l-4.175-2.307l-5.086%201.373l-4.014%203.063l-2.517%201.659l-8.871-2.165l-8.195.328z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22m29.588%2037.752l-2%205l-.834%206.667l2%203.167l.334%204.333l2.833%202.167l8.667-.334l2.333-1l.167-5.167l2-3.166l-1.167-6.667l-2.5-5.5s-7-4.833-11.833.5%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M30.754%2047.752s4.334-4.667%209.834-.333l-1.834%202.833l-6-.167z%22%2F%3E%3Cpath%20fill%3D%22%23a57939%22%20d%3D%22M47.754%2018.419s12.834-4%2015.167%208l1.242-5.126l-1.005-5.311l-3.783-3.026l-3.65-.253l-5.47%202.716zm-23.5%200s-12.833-4-15.166%208l-.857-1.751a7.7%207.7%200%200%201-.778-3.607l.023-.757a7.68%207.68%200%200%201%205.866-7.23l.154-.037a7.68%207.68%200%200%201%205.77.884l2.488%201.498z%22%2F%3E%3Ccircle%20cx%3D%2228.634%22%20cy%3D%2236.999%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M26.009%2019.895S18.32%208.27%2011.07%2013.082c-6.6%204.382-3.91%2013.959.603%2016.915%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M21.071%2058.582c-15.937-6.312-7.85-24.013-7.85-24.013s3.645-9.359%209.341-11.609m28.536%2035.622c15.937-6.312%207.85-24.013%207.85-24.013s-3.645-9.359-9.341-11.609%22%2F%3E%3Ccircle%20cx%3D%2243.366%22%20cy%3D%2236.999%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m43.495%2043.331l1.56%204.804c.22.817.086%201.682-.367%202.396c-1.22%201.924-4.054%205.119-8.26%202.239h-.857c-4.205%202.88-7.04-.315-8.26-2.239a3%203%200%200%201-.367-2.396l1.56-4.804%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M40.172%2047.924c-.101%203.008-2.805%201.656-2.805%201.656L36%2048.904l-1.367.676s-2.704%201.352-2.805-1.656m14.163-28.029S53.68%208.27%2060.93%2013.082c6.6%204.382%203.91%2013.959-.603%2016.915M29.946%2057.148s5.188%206.601%2012.108.562M24.665%2017.951s8.71-4.93%2022.326%200M36%2052.77v-3.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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