bear icon
bear from IconPark Solid by ByteDance · Solid · Animals · Apache-2.0 Free for personal and commercial use.
- Name
- bear
- Set
- IconPark Solid
- Style
- Solid
- Category
- Animals
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More animals icons from IconPark Solid
Use the bear icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGwqCGKdRI3"><g fill="none"><path fill="#fff" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M5 13.06c0 2.48 1.292 4.461 3 5.94c-1.076 2.146-2 4.474-2 7c0 9.221 8.124 17 18 17s18-7.779 18-17c0-2.526-.924-4.854-2-7c1.708-1.479 3-3.521 3-6c0-4.452-3.68-8-8-8c-3.273 0-5.833 2.06-7 5a20 20 0 0 0-4-.394c-1.351 0-2.735.129-4 .394c-1.167-2.94-3.727-5-7-5c-4.32 0-8 3.609-8 8.06Z"/><circle cx="20" cy="19" r="2" fill="#000"/><circle cx="28" cy="19" r="2" fill="#000"/><circle cx="24" cy="26" r="3" fill="#000"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 26v8"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M28 33c-2.276 2.276-5.724 2.276-8 0"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGwqCGKdRI3)"/></svg>
React
import type { SVGProps } from "react";
export function IconParkSolidBear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGwqCGKdRI3"><g fill="none"><path fill="#fff" stroke="#fff" strokeLinejoin="round" strokeWidth="4" d="M5 13.06c0 2.48 1.292 4.461 3 5.94c-1.076 2.146-2 4.474-2 7c0 9.221 8.124 17 18 17s18-7.779 18-17c0-2.526-.924-4.854-2-7c1.708-1.479 3-3.521 3-6c0-4.452-3.68-8-8-8c-3.273 0-5.833 2.06-7 5a20 20 0 0 0-4-.394c-1.351 0-2.735.129-4 .394c-1.167-2.94-3.727-5-7-5c-4.32 0-8 3.609-8 8.06Z"/><circle cx="20" cy="19" r="2" fill="#000"/><circle cx="28" cy="19" r="2" fill="#000"/><circle cx="24" cy="26" r="3" fill="#000"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 26v8"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M28 33c-2.276 2.276-5.724 2.276-8 0"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGwqCGKdRI3)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVGwqCGKdRI3"><g fill="none"><path fill="#fff" stroke="#fff" stroke-linejoin="round" stroke-width="4" d="M5 13.06c0 2.48 1.292 4.461 3 5.94c-1.076 2.146-2 4.474-2 7c0 9.221 8.124 17 18 17s18-7.779 18-17c0-2.526-.924-4.854-2-7c1.708-1.479 3-3.521 3-6c0-4.452-3.68-8-8-8c-3.273 0-5.833 2.06-7 5a20 20 0 0 0-4-.394c-1.351 0-2.735.129-4 .394c-1.167-2.94-3.727-5-7-5c-4.32 0-8 3.609-8 8.06Z"/><circle cx="20" cy="19" r="2" fill="#000"/><circle cx="28" cy="19" r="2" fill="#000"/><circle cx="24" cy="26" r="3" fill="#000"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 26v8"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M28 33c-2.276 2.276-5.724 2.276-8 0"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVGwqCGKdRI3)"/></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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGwqCGKdRI3%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2013.06c0%202.48%201.292%204.461%203%205.94c-1.076%202.146-2%204.474-2%207c0%209.221%208.124%2017%2018%2017s18-7.779%2018-17c0-2.526-.924-4.854-2-7c1.708-1.479%203-3.521%203-6c0-4.452-3.68-8-8-8c-3.273%200-5.833%202.06-7%205a20%2020%200%200%200-4-.394c-1.351%200-2.735.129-4%20.394c-1.167-2.94-3.727-5-7-5c-4.32%200-8%203.609-8%208.06Z%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2226%22%20r%3D%223%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2026v8%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2033c-2.276%202.276-5.724%202.276-8%200%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGwqCGKdRI3)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVGwqCGKdRI3%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2013.06c0%202.48%201.292%204.461%203%205.94c-1.076%202.146-2%204.474-2%207c0%209.221%208.124%2017%2018%2017s18-7.779%2018-17c0-2.526-.924-4.854-2-7c1.708-1.479%203-3.521%203-6c0-4.452-3.68-8-8-8c-3.273%200-5.833%202.06-7%205a20%2020%200%200%200-4-.394c-1.351%200-2.735.129-4%20.394c-1.167-2.94-3.727-5-7-5c-4.32%200-8%203.609-8%208.06Z%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2226%22%20r%3D%223%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2026v8%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2033c-2.276%202.276-5.724%202.276-8%200%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVGwqCGKdRI3)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/bear.svg?color=%231a73e8&size=48