bear smile icon

bear-smile-line from Remix Icon by Remix Design · Line · User & Faces · Apache-2.0 Free for personal and commercial use.

Name
bear-smile-line
Set
Remix Icon
Style
Line
Category
User & Faces
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

More user & faces icons from Remix Icon

Use the bear smile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17a4 4 0 0 0 4-4h-2a2 2 0 1 1-4 0H8a4 4 0 0 0 4 4M6.5 2a4.5 4.5 0 0 0-2.95 7.898a9 9 0 1 0 16.901 0a4.5 4.5 0 1 0-6.79-5.745a9 9 0 0 0-3.321 0A4.5 4.5 0 0 0 6.5 2M4 6.5a2.5 2.5 0 0 1 4.852-.851l.318.878l.898-.257A7 7 0 0 1 12 6c.672 0 1.32.094 1.932.27l.898.257l.318-.878a2.501 2.501 0 1 1 3.58 3.03l-.814.46l.404.842a7 7 0 1 1-12.635 0l.403-.843l-.814-.46A2.5 2.5 0 0 1 4 6.5"/></svg>

React

import type { SVGProps } from "react";

export function RiBearSmileLine(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="M12 17a4 4 0 0 0 4-4h-2a2 2 0 1 1-4 0H8a4 4 0 0 0 4 4M6.5 2a4.5 4.5 0 0 0-2.95 7.898a9 9 0 1 0 16.901 0a4.5 4.5 0 1 0-6.79-5.745a9 9 0 0 0-3.321 0A4.5 4.5 0 0 0 6.5 2M4 6.5a2.5 2.5 0 0 1 4.852-.851l.318.878l.898-.257A7 7 0 0 1 12 6c.672 0 1.32.094 1.932.27l.898.257l.318-.878a2.501 2.501 0 1 1 3.58 3.03l-.814.46l.404.842a7 7 0 1 1-12.635 0l.403-.843l-.814-.46A2.5 2.5 0 0 1 4 6.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17a4 4 0 0 0 4-4h-2a2 2 0 1 1-4 0H8a4 4 0 0 0 4 4M6.5 2a4.5 4.5 0 0 0-2.95 7.898a9 9 0 1 0 16.901 0a4.5 4.5 0 1 0-6.79-5.745a9 9 0 0 0-3.321 0A4.5 4.5 0 0 0 6.5 2M4 6.5a2.5 2.5 0 0 1 4.852-.851l.318.878l.898-.257A7 7 0 0 1 12 6c.672 0 1.32.094 1.932.27l.898.257l.318-.878a2.501 2.501 0 1 1 3.58 3.03l-.814.46l.404.842a7 7 0 1 1-12.635 0l.403-.843l-.814-.46A2.5 2.5 0 0 1 4 6.5"/></svg>
</template>

CSS

.icon-bear-smile-line {
  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%22M12%2017a4%204%200%200%200%204-4h-2a2%202%200%201%201-4%200H8a4%204%200%200%200%204%204M6.5%202a4.5%204.5%200%200%200-2.95%207.898a9%209%200%201%200%2016.901%200a4.5%204.5%200%201%200-6.79-5.745a9%209%200%200%200-3.321%200A4.5%204.5%200%200%200%206.5%202M4%206.5a2.5%202.5%200%200%201%204.852-.851l.318.878l.898-.257A7%207%200%200%201%2012%206c.672%200%201.32.094%201.932.27l.898.257l.318-.878a2.501%202.501%200%201%201%203.58%203.03l-.814.46l.404.842a7%207%200%201%201-12.635%200l.403-.843l-.814-.46A2.5%202.5%200%200%201%204%206.5%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%22M12%2017a4%204%200%200%200%204-4h-2a2%202%200%201%201-4%200H8a4%204%200%200%200%204%204M6.5%202a4.5%204.5%200%200%200-2.95%207.898a9%209%200%201%200%2016.901%200a4.5%204.5%200%201%200-6.79-5.745a9%209%200%200%200-3.321%200A4.5%204.5%200%200%200%206.5%202M4%206.5a2.5%202.5%200%200%201%204.852-.851l.318.878l.898-.257A7%207%200%200%201%2012%206c.672%200%201.32.094%201.932.27l.898.257l.318-.878a2.501%202.501%200%201%201%203.58%203.03l-.814.46l.404.842a7%207%200%201%201-12.635%200l.403-.843l-.814-.46A2.5%202.5%200%200%201%204%206.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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