bear-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
bear-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the bear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 2a3.5 3.5 0 0 1 1.796 6.505a9 9 0 1 1-16.592 0a3.5 3.5 0 1 1 4.8-4.8A9 9 0 0 1 12 3c1.24 0 2.42.25 3.495.704A3.5 3.5 0 0 1 18.5 2M12 12a1.5 1.5 0 0 0-1.012 2.605a.5.5 0 0 1-.488.395a1 1 0 1 0 0 2a2.5 2.5 0 0 0 1.5-.504c.418.315.936.504 1.5.504a1 1 0 1 0 0-2a.5.5 0 0 1-.49-.396c.3-.274.49-.666.49-1.104A1.5 1.5 0 0 0 12 12M9 8a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1m6 0a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBearFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 2a3.5 3.5 0 0 1 1.796 6.505a9 9 0 1 1-16.592 0a3.5 3.5 0 1 1 4.8-4.8A9 9 0 0 1 12 3c1.24 0 2.42.25 3.495.704A3.5 3.5 0 0 1 18.5 2M12 12a1.5 1.5 0 0 0-1.012 2.605a.5.5 0 0 1-.488.395a1 1 0 1 0 0 2a2.5 2.5 0 0 0 1.5-.504c.418.315.936.504 1.5.504a1 1 0 1 0 0-2a.5.5 0 0 1-.49-.396c.3-.274.49-.666.49-1.104A1.5 1.5 0 0 0 12 12M9 8a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1m6 0a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.5 2a3.5 3.5 0 0 1 1.796 6.505a9 9 0 1 1-16.592 0a3.5 3.5 0 1 1 4.8-4.8A9 9 0 0 1 12 3c1.24 0 2.42.25 3.495.704A3.5 3.5 0 0 1 18.5 2M12 12a1.5 1.5 0 0 0-1.012 2.605a.5.5 0 0 1-.488.395a1 1 0 1 0 0 2a2.5 2.5 0 0 0 1.5-.504c.418.315.936.504 1.5.504a1 1 0 1 0 0-2a.5.5 0 0 1-.49-.396c.3-.274.49-.666.49-1.104A1.5 1.5 0 0 0 12 12M9 8a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1m6 0a1 1 0 0 0-1 1v1a1 1 0 1 0 2 0V9a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-bear-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%202a3.5%203.5%200%200%201%201.796%206.505a9%209%200%201%201-16.592%200a3.5%203.5%200%201%201%204.8-4.8A9%209%200%200%201%2012%203c1.24%200%202.42.25%203.495.704A3.5%203.5%200%200%201%2018.5%202M12%2012a1.5%201.5%200%200%200-1.012%202.605a.5.5%200%200%201-.488.395a1%201%200%201%200%200%202a2.5%202.5%200%200%200%201.5-.504c.418.315.936.504%201.5.504a1%201%200%201%200%200-2a.5.5%200%200%201-.49-.396c.3-.274.49-.666.49-1.104A1.5%201.5%200%200%200%2012%2012M9%208a1%201%200%200%200-1%201v1a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1m6%200a1%201%200%200%200-1%201v1a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.5%202a3.5%203.5%200%200%201%201.796%206.505a9%209%200%201%201-16.592%200a3.5%203.5%200%201%201%204.8-4.8A9%209%200%200%201%2012%203c1.24%200%202.42.25%203.495.704A3.5%203.5%200%200%201%2018.5%202M12%2012a1.5%201.5%200%200%200-1.012%202.605a.5.5%200%200%201-.488.395a1%201%200%201%200%200%202a2.5%202.5%200%200%200%201.5-.504c.418.315.936.504%201.5.504a1%201%200%201%200%200-2a.5.5%200%200%201-.49-.396c.3-.274.49-.666.49-1.104A1.5%201.5%200%200%200%2012%2012M9%208a1%201%200%200%200-1%201v1a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1m6%200a1%201%200%200%200-1%201v1a1%201%200%201%200%202%200V9a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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