bear emoji
bear from Fluent Emoji High Contrast by Microsoft Corporation · Default · Animals & Nature · MIT Free for personal and commercial use.
- Name
- bear
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More animals & nature icons from Fluent Emoji High Contrast
Use the bear emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m14.512 19.986l1.014.833a.75.75 0 0 0 .953 0l1.013-.833a.714.714 0 0 0-.453-1.264h-2.074a.713.713 0 0 0-.453 1.264m1.664 2.046a.498.498 0 0 0-.664.357c-.084.337-.196.745-.427 1.073c-.212.302-.526.538-1.085.538c-.654 0-1-.534-1-1a.5.5 0 0 0-1 0c0 .868.654 2 2 2c.925 0 1.528-.43 1.903-.962q.05-.073.097-.148q.045.076.097.148c.375.532.978.962 1.903.962c1.346 0 2-1.132 2-2a.5.5 0 0 0-1 0c0 .466-.346 1-1 1c-.56 0-.873-.236-1.085-.538c-.231-.328-.343-.736-.427-1.073a.5.5 0 0 0-.134-.242a.5.5 0 0 0-.178-.115"/><path d="M16 30.721c-6.2 0-9.494-1.888-9.631-1.968A9.62 9.62 0 0 1 1 20.07q.001-.907.167-1.8a18 18 0 0 1 1.82-5.63a5.5 5.5 0 0 1 8.284-7.14a14.85 14.85 0 0 1 9.459 0a5.5 5.5 0 0 1 8.285 7.149a18.2 18.2 0 0 1 1.826 5.669a9.71 9.71 0 0 1-5.275 10.475l-.003.002c-.141.079-3.43 1.926-9.563 1.926M16 17a8.34 8.34 0 0 0-4.558 1.36A3.2 3.2 0 0 0 10 21.053v.74A6.113 6.113 0 0 0 16 28a6.113 6.113 0 0 0 6-6.207v-.74a3.2 3.2 0 0 0-1.442-2.693A8.34 8.34 0 0 0 16 17m-8.996-6.33a11.9 11.9 0 0 1 2.814-2.11a2.5 2.5 0 1 0-3.656 3.051q.389-.48.842-.942m17.992 0q.454.461.842.942a2.5 2.5 0 1 0-3.656-3.05a11.9 11.9 0 0 1 2.814 2.108M11 14.969v1a1 1 0 0 0 2 0v-1a1 1 0 1 0-2 0m8 0v1a1 1 0 0 0 2 0v-1a1 1 0 1 0-2 0"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastBear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m14.512 19.986l1.014.833a.75.75 0 0 0 .953 0l1.013-.833a.714.714 0 0 0-.453-1.264h-2.074a.713.713 0 0 0-.453 1.264m1.664 2.046a.498.498 0 0 0-.664.357c-.084.337-.196.745-.427 1.073c-.212.302-.526.538-1.085.538c-.654 0-1-.534-1-1a.5.5 0 0 0-1 0c0 .868.654 2 2 2c.925 0 1.528-.43 1.903-.962q.05-.073.097-.148q.045.076.097.148c.375.532.978.962 1.903.962c1.346 0 2-1.132 2-2a.5.5 0 0 0-1 0c0 .466-.346 1-1 1c-.56 0-.873-.236-1.085-.538c-.231-.328-.343-.736-.427-1.073a.5.5 0 0 0-.134-.242a.5.5 0 0 0-.178-.115"/><path d="M16 30.721c-6.2 0-9.494-1.888-9.631-1.968A9.62 9.62 0 0 1 1 20.07q.001-.907.167-1.8a18 18 0 0 1 1.82-5.63a5.5 5.5 0 0 1 8.284-7.14a14.85 14.85 0 0 1 9.459 0a5.5 5.5 0 0 1 8.285 7.149a18.2 18.2 0 0 1 1.826 5.669a9.71 9.71 0 0 1-5.275 10.475l-.003.002c-.141.079-3.43 1.926-9.563 1.926M16 17a8.34 8.34 0 0 0-4.558 1.36A3.2 3.2 0 0 0 10 21.053v.74A6.113 6.113 0 0 0 16 28a6.113 6.113 0 0 0 6-6.207v-.74a3.2 3.2 0 0 0-1.442-2.693A8.34 8.34 0 0 0 16 17m-8.996-6.33a11.9 11.9 0 0 1 2.814-2.11a2.5 2.5 0 1 0-3.656 3.051q.389-.48.842-.942m17.992 0q.454.461.842.942a2.5 2.5 0 1 0-3.656-3.05a11.9 11.9 0 0 1 2.814 2.108M11 14.969v1a1 1 0 0 0 2 0v-1a1 1 0 1 0-2 0m8 0v1a1 1 0 0 0 2 0v-1a1 1 0 1 0-2 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m14.512 19.986l1.014.833a.75.75 0 0 0 .953 0l1.013-.833a.714.714 0 0 0-.453-1.264h-2.074a.713.713 0 0 0-.453 1.264m1.664 2.046a.498.498 0 0 0-.664.357c-.084.337-.196.745-.427 1.073c-.212.302-.526.538-1.085.538c-.654 0-1-.534-1-1a.5.5 0 0 0-1 0c0 .868.654 2 2 2c.925 0 1.528-.43 1.903-.962q.05-.073.097-.148q.045.076.097.148c.375.532.978.962 1.903.962c1.346 0 2-1.132 2-2a.5.5 0 0 0-1 0c0 .466-.346 1-1 1c-.56 0-.873-.236-1.085-.538c-.231-.328-.343-.736-.427-1.073a.5.5 0 0 0-.134-.242a.5.5 0 0 0-.178-.115"/><path d="M16 30.721c-6.2 0-9.494-1.888-9.631-1.968A9.62 9.62 0 0 1 1 20.07q.001-.907.167-1.8a18 18 0 0 1 1.82-5.63a5.5 5.5 0 0 1 8.284-7.14a14.85 14.85 0 0 1 9.459 0a5.5 5.5 0 0 1 8.285 7.149a18.2 18.2 0 0 1 1.826 5.669a9.71 9.71 0 0 1-5.275 10.475l-.003.002c-.141.079-3.43 1.926-9.563 1.926M16 17a8.34 8.34 0 0 0-4.558 1.36A3.2 3.2 0 0 0 10 21.053v.74A6.113 6.113 0 0 0 16 28a6.113 6.113 0 0 0 6-6.207v-.74a3.2 3.2 0 0 0-1.442-2.693A8.34 8.34 0 0 0 16 17m-8.996-6.33a11.9 11.9 0 0 1 2.814-2.11a2.5 2.5 0 1 0-3.656 3.051q.389-.48.842-.942m17.992 0q.454.461.842.942a2.5 2.5 0 1 0-3.656-3.05a11.9 11.9 0 0 1 2.814 2.108M11 14.969v1a1 1 0 0 0 2 0v-1a1 1 0 1 0-2 0m8 0v1a1 1 0 0 0 2 0v-1a1 1 0 1 0-2 0"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m14.512%2019.986l1.014.833a.75.75%200%200%200%20.953%200l1.013-.833a.714.714%200%200%200-.453-1.264h-2.074a.713.713%200%200%200-.453%201.264m1.664%202.046a.498.498%200%200%200-.664.357c-.084.337-.196.745-.427%201.073c-.212.302-.526.538-1.085.538c-.654%200-1-.534-1-1a.5.5%200%200%200-1%200c0%20.868.654%202%202%202c.925%200%201.528-.43%201.903-.962q.05-.073.097-.148q.045.076.097.148c.375.532.978.962%201.903.962c1.346%200%202-1.132%202-2a.5.5%200%200%200-1%200c0%20.466-.346%201-1%201c-.56%200-.873-.236-1.085-.538c-.231-.328-.343-.736-.427-1.073a.5.5%200%200%200-.134-.242a.5.5%200%200%200-.178-.115%22%2F%3E%3Cpath%20d%3D%22M16%2030.721c-6.2%200-9.494-1.888-9.631-1.968A9.62%209.62%200%200%201%201%2020.07q.001-.907.167-1.8a18%2018%200%200%201%201.82-5.63a5.5%205.5%200%200%201%208.284-7.14a14.85%2014.85%200%200%201%209.459%200a5.5%205.5%200%200%201%208.285%207.149a18.2%2018.2%200%200%201%201.826%205.669a9.71%209.71%200%200%201-5.275%2010.475l-.003.002c-.141.079-3.43%201.926-9.563%201.926M16%2017a8.34%208.34%200%200%200-4.558%201.36A3.2%203.2%200%200%200%2010%2021.053v.74A6.113%206.113%200%200%200%2016%2028a6.113%206.113%200%200%200%206-6.207v-.74a3.2%203.2%200%200%200-1.442-2.693A8.34%208.34%200%200%200%2016%2017m-8.996-6.33a11.9%2011.9%200%200%201%202.814-2.11a2.5%202.5%200%201%200-3.656%203.051q.389-.48.842-.942m17.992%200q.454.461.842.942a2.5%202.5%200%201%200-3.656-3.05a11.9%2011.9%200%200%201%202.814%202.108M11%2014.969v1a1%201%200%200%200%202%200v-1a1%201%200%201%200-2%200m8%200v1a1%201%200%200%200%202%200v-1a1%201%200%201%200-2%200%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%22currentColor%22%3E%3Cpath%20d%3D%22m14.512%2019.986l1.014.833a.75.75%200%200%200%20.953%200l1.013-.833a.714.714%200%200%200-.453-1.264h-2.074a.713.713%200%200%200-.453%201.264m1.664%202.046a.498.498%200%200%200-.664.357c-.084.337-.196.745-.427%201.073c-.212.302-.526.538-1.085.538c-.654%200-1-.534-1-1a.5.5%200%200%200-1%200c0%20.868.654%202%202%202c.925%200%201.528-.43%201.903-.962q.05-.073.097-.148q.045.076.097.148c.375.532.978.962%201.903.962c1.346%200%202-1.132%202-2a.5.5%200%200%200-1%200c0%20.466-.346%201-1%201c-.56%200-.873-.236-1.085-.538c-.231-.328-.343-.736-.427-1.073a.5.5%200%200%200-.134-.242a.5.5%200%200%200-.178-.115%22%2F%3E%3Cpath%20d%3D%22M16%2030.721c-6.2%200-9.494-1.888-9.631-1.968A9.62%209.62%200%200%201%201%2020.07q.001-.907.167-1.8a18%2018%200%200%201%201.82-5.63a5.5%205.5%200%200%201%208.284-7.14a14.85%2014.85%200%200%201%209.459%200a5.5%205.5%200%200%201%208.285%207.149a18.2%2018.2%200%200%201%201.826%205.669a9.71%209.71%200%200%201-5.275%2010.475l-.003.002c-.141.079-3.43%201.926-9.563%201.926M16%2017a8.34%208.34%200%200%200-4.558%201.36A3.2%203.2%200%200%200%2010%2021.053v.74A6.113%206.113%200%200%200%2016%2028a6.113%206.113%200%200%200%206-6.207v-.74a3.2%203.2%200%200%200-1.442-2.693A8.34%208.34%200%200%200%2016%2017m-8.996-6.33a11.9%2011.9%200%200%201%202.814-2.11a2.5%202.5%200%201%200-3.656%203.051q.389-.48.842-.942m17.992%200q.454.461.842.942a2.5%202.5%200%201%200-3.656-3.05a11.9%2011.9%200%200%201%202.814%202.108M11%2014.969v1a1%201%200%200%200%202%200v-1a1%201%200%201%200-2%200m8%200v1a1%201%200%200%200%202%200v-1a1%201%200%201%200-2%200%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-high-contrast/bear.svg?color=%231a73e8&size=48