bear from IconPark by ByteDance · Color · Animals · Apache-2.0 Free for personal and commercial use.

Name
bear
Set
IconPark
Style
Color
Category
Animals
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More animals icons from IconPark

Use the bear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M5 13.0606C5 15.5392 6.29171 17.5214 8 19C6.92442 21.1464 6 23.4737 6 26C6 35.2215 14.1238 43 24 43C33.8762 43 42 35.2215 42 26C42 23.4737 41.0756 21.1464 40 19C41.7083 17.5214 43 15.4786 43 13C43 8.54825 39.3208 5 35 5C31.7266 5 29.167 7.06019 28 10C26.7347 9.73491 25.351 9.60606 24 9.60606C22.649 9.60606 21.2653 9.73491 20 10C18.833 7.06019 16.2734 5 13 5C8.67918 5 5 8.60886 5 13.0606Z"/><circle cx="20" cy="19" r="2" fill="#fff"/><circle cx="28" cy="19" r="2" fill="#fff"/><circle cx="24" cy="26" r="3" fill="#fff"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 26V34"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M28 33C25.7238 35.2762 22.2762 35.2762 20 33"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkBear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M5 13.0606C5 15.5392 6.29171 17.5214 8 19C6.92442 21.1464 6 23.4737 6 26C6 35.2215 14.1238 43 24 43C33.8762 43 42 35.2215 42 26C42 23.4737 41.0756 21.1464 40 19C41.7083 17.5214 43 15.4786 43 13C43 8.54825 39.3208 5 35 5C31.7266 5 29.167 7.06019 28 10C26.7347 9.73491 25.351 9.60606 24 9.60606C22.649 9.60606 21.2653 9.73491 20 10C18.833 7.06019 16.2734 5 13 5C8.67918 5 5 8.60886 5 13.0606Z"/><circle cx="20" cy="19" r="2" fill="#fff"/><circle cx="28" cy="19" r="2" fill="#fff"/><circle cx="24" cy="26" r="3" fill="#fff"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M24 26V34"/><path stroke="#fff" strokeLinecap="round" strokeWidth="4" d="M28 33C25.7238 35.2762 22.2762 35.2762 20 33"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#2F88FF" stroke="#000" stroke-linejoin="round" stroke-width="4" d="M5 13.0606C5 15.5392 6.29171 17.5214 8 19C6.92442 21.1464 6 23.4737 6 26C6 35.2215 14.1238 43 24 43C33.8762 43 42 35.2215 42 26C42 23.4737 41.0756 21.1464 40 19C41.7083 17.5214 43 15.4786 43 13C43 8.54825 39.3208 5 35 5C31.7266 5 29.167 7.06019 28 10C26.7347 9.73491 25.351 9.60606 24 9.60606C22.649 9.60606 21.2653 9.73491 20 10C18.833 7.06019 16.2734 5 13 5C8.67918 5 5 8.60886 5 13.0606Z"/><circle cx="20" cy="19" r="2" fill="#fff"/><circle cx="28" cy="19" r="2" fill="#fff"/><circle cx="24" cy="26" r="3" fill="#fff"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M24 26V34"/><path stroke="#fff" stroke-linecap="round" stroke-width="4" d="M28 33C25.7238 35.2762 22.2762 35.2762 20 33"/></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2013.0606C5%2015.5392%206.29171%2017.5214%208%2019C6.92442%2021.1464%206%2023.4737%206%2026C6%2035.2215%2014.1238%2043%2024%2043C33.8762%2043%2042%2035.2215%2042%2026C42%2023.4737%2041.0756%2021.1464%2040%2019C41.7083%2017.5214%2043%2015.4786%2043%2013C43%208.54825%2039.3208%205%2035%205C31.7266%205%2029.167%207.06019%2028%2010C26.7347%209.73491%2025.351%209.60606%2024%209.60606C22.649%209.60606%2021.2653%209.73491%2020%2010C18.833%207.06019%2016.2734%205%2013%205C8.67918%205%205%208.60886%205%2013.0606Z%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2226%22%20r%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2026V34%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2033C25.7238%2035.2762%2022.2762%2035.2762%2020%2033%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M5%2013.0606C5%2015.5392%206.29171%2017.5214%208%2019C6.92442%2021.1464%206%2023.4737%206%2026C6%2035.2215%2014.1238%2043%2024%2043C33.8762%2043%2042%2035.2215%2042%2026C42%2023.4737%2041.0756%2021.1464%2040%2019C41.7083%2017.5214%2043%2015.4786%2043%2013C43%208.54825%2039.3208%205%2035%205C31.7266%205%2029.167%207.06019%2028%2010C26.7347%209.73491%2025.351%209.60606%2024%209.60606C22.649%209.60606%2021.2653%209.73491%2020%2010C18.833%207.06019%2016.2734%205%2013%205C8.67918%205%205%208.60886%205%2013.0606Z%22%2F%3E%3Ccircle%20cx%3D%2220%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2228%22%20cy%3D%2219%22%20r%3D%222%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2226%22%20r%3D%223%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M24%2026V34%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2033C25.7238%2035.2762%2022.2762%2035.2762%2020%2033%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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