bear emoji
bear from Twitter Emoji by Twitter · Default · Animals & Nature · CC-BY-4.0 Attribution required.
- Name
- bear
- Set
- Twitter Emoji
- Style
- Default
- Category
- Animals & Nature
- Viewbox
- 36×36
- License
- CC BY 4.0
- Aliases
- bear-face
The same emoji in other sets
More animals & nature icons from Twitter Emoji
Use the bear emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="7" cy="6" r="6" fill="#c1694f"/><circle cx="29" cy="6" r="6" fill="#c1694f"/><circle cx="7" cy="6" r="4" fill="#e6aaaa"/><circle cx="29" cy="6" r="4" fill="#e6aaaa"/><path fill="#c1694f" d="M35 22S33.692 0 18 0S1 22 1 22c0 5.872 4.499 10.323 12.216 11.61a5.982 5.982 0 0 0 9.568 0C30.501 32.323 35 27.872 35 22"/><circle cx="18" cy="30" r="4" fill="#dd2e44"/><path fill="#d99e82" d="M18 20S7 23.687 7 27a6 6 0 0 0 11 3.315A6 6 0 0 0 29 27c0-3.313-11-7-11-7"/><path fill="#272b2b" d="M11 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm10 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm-7.875 8c-1.624 1 3.25 4 4.875 4s6.499-3 4.874-4s-8.124-1-9.749 0"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiBear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="7" cy="6" r="6" fill="#c1694f"/><circle cx="29" cy="6" r="6" fill="#c1694f"/><circle cx="7" cy="6" r="4" fill="#e6aaaa"/><circle cx="29" cy="6" r="4" fill="#e6aaaa"/><path fill="#c1694f" d="M35 22S33.692 0 18 0S1 22 1 22c0 5.872 4.499 10.323 12.216 11.61a5.982 5.982 0 0 0 9.568 0C30.501 32.323 35 27.872 35 22"/><circle cx="18" cy="30" r="4" fill="#dd2e44"/><path fill="#d99e82" d="M18 20S7 23.687 7 27a6 6 0 0 0 11 3.315A6 6 0 0 0 29 27c0-3.313-11-7-11-7"/><path fill="#272b2b" d="M11 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm10 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm-7.875 8c-1.624 1 3.25 4 4.875 4s6.499-3 4.874-4s-8.124-1-9.749 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="7" cy="6" r="6" fill="#c1694f"/><circle cx="29" cy="6" r="6" fill="#c1694f"/><circle cx="7" cy="6" r="4" fill="#e6aaaa"/><circle cx="29" cy="6" r="4" fill="#e6aaaa"/><path fill="#c1694f" d="M35 22S33.692 0 18 0S1 22 1 22c0 5.872 4.499 10.323 12.216 11.61a5.982 5.982 0 0 0 9.568 0C30.501 32.323 35 27.872 35 22"/><circle cx="18" cy="30" r="4" fill="#dd2e44"/><path fill="#d99e82" d="M18 20S7 23.687 7 27a6 6 0 0 0 11 3.315A6 6 0 0 0 29 27c0-3.313-11-7-11-7"/><path fill="#272b2b" d="M11 17s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm10 0s0-2 2-2s2 2 2 2v2s0 2-2 2s-2-2-2-2zm-7.875 8c-1.624 1 3.25 4 4.875 4s6.499-3 4.874-4s-8.124-1-9.749 0"/></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%2036%2036%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23c1694f%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23c1694f%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%23e6aaaa%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%23e6aaaa%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M35%2022S33.692%200%2018%200S1%2022%201%2022c0%205.872%204.499%2010.323%2012.216%2011.61a5.982%205.982%200%200%200%209.568%200C30.501%2032.323%2035%2027.872%2035%2022%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2230%22%20r%3D%224%22%20fill%3D%22%23dd2e44%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M18%2020S7%2023.687%207%2027a6%206%200%200%200%2011%203.315A6%206%200%200%200%2029%2027c0-3.313-11-7-11-7%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M11%2017s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm10%200s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm-7.875%208c-1.624%201%203.25%204%204.875%204s6.499-3%204.874-4s-8.124-1-9.749%200%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%2036%2036%22%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23c1694f%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%226%22%20fill%3D%22%23c1694f%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%23e6aaaa%22%2F%3E%3Ccircle%20cx%3D%2229%22%20cy%3D%226%22%20r%3D%224%22%20fill%3D%22%23e6aaaa%22%2F%3E%3Cpath%20fill%3D%22%23c1694f%22%20d%3D%22M35%2022S33.692%200%2018%200S1%2022%201%2022c0%205.872%204.499%2010.323%2012.216%2011.61a5.982%205.982%200%200%200%209.568%200C30.501%2032.323%2035%2027.872%2035%2022%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2230%22%20r%3D%224%22%20fill%3D%22%23dd2e44%22%2F%3E%3Cpath%20fill%3D%22%23d99e82%22%20d%3D%22M18%2020S7%2023.687%207%2027a6%206%200%200%200%2011%203.315A6%206%200%200%200%2029%2027c0-3.313-11-7-11-7%22%2F%3E%3Cpath%20fill%3D%22%23272b2b%22%20d%3D%22M11%2017s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm10%200s0-2%202-2s2%202%202%202v2s0%202-2%202s-2-2-2-2zm-7.875%208c-1.624%201%203.25%204%204.875%204s6.499-3%204.874-4s-8.124-1-9.749%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/bear.svg?color=%231a73e8&size=48