teddy-bear from Material Design Icons by Pictogrammers · Filled · Holiday · Apache-2.0 Free for personal and commercial use.

Name
teddy-bear
Set
Material Design Icons
Style
Filled
Category
Holiday
Viewbox
24×24
License
Apache 2.0
Aliases
child-toy, children-toy, childrens-room, kids-room, play-room

The same icon in other sets

More holiday icons from Material Design Icons

Use the teddy bear icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 19.13c-.83 0-1.5-.84-1.5-1.88c0-1.03.67-1.87 1.5-1.87s1.5.84 1.5 1.87c0 1.04-.67 1.88-1.5 1.88M12 11.25c-1.24 0-2.25-.84-2.25-1.87c0-1.04 1.01-1.88 2.25-1.88s2.25.84 2.25 1.88c0 1.03-1.01 1.87-2.25 1.87m-3.75 7.88c-.83 0-1.5-.84-1.5-1.88c0-1.03.67-1.87 1.5-1.87s1.5.84 1.5 1.87c0 1.04-.67 1.88-1.5 1.88M12 8.25c.41 0 .75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75M18.75 12c-.32 0-.63.07-.91.2c-.48-.61-1.13-1.13-1.91-1.53c.57-.8.91-1.77.91-2.82v-.06c1.09-.23 1.91-1.2 1.91-2.37c0-1.33-1.09-2.42-2.42-2.42c-.69 0-1.33.29-1.75.75a4.81 4.81 0 0 0-5.16 0C9 3.29 8.36 3 7.67 3C6.34 3 5.25 4.09 5.25 5.42c0 1.16.82 2.13 1.9 2.37v.06c0 1.05.35 2.03.91 2.82c-.77.4-1.42.92-1.9 1.53A2.24 2.24 0 0 0 3 14.25c0 1.25 1 2.25 2.25 2.25h.06c-.04.24-.06.5-.06.75c0 2.07 1.34 3.75 3 3.75c1.01 0 1.9-.63 2.45-1.59c.42.06.85.09 1.3.09s.88-.03 1.3-.09c.55.96 1.44 1.59 2.45 1.59c1.66 0 3-1.68 3-3.75c0-.25-.02-.51-.06-.75h.06c1.25 0 2.25-1 2.25-2.25S20 12 18.75 12"/></svg>

React

import type { SVGProps } from "react";

export function MdiTeddyBear(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="M15.75 19.13c-.83 0-1.5-.84-1.5-1.88c0-1.03.67-1.87 1.5-1.87s1.5.84 1.5 1.87c0 1.04-.67 1.88-1.5 1.88M12 11.25c-1.24 0-2.25-.84-2.25-1.87c0-1.04 1.01-1.88 2.25-1.88s2.25.84 2.25 1.88c0 1.03-1.01 1.87-2.25 1.87m-3.75 7.88c-.83 0-1.5-.84-1.5-1.88c0-1.03.67-1.87 1.5-1.87s1.5.84 1.5 1.87c0 1.04-.67 1.88-1.5 1.88M12 8.25c.41 0 .75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75M18.75 12c-.32 0-.63.07-.91.2c-.48-.61-1.13-1.13-1.91-1.53c.57-.8.91-1.77.91-2.82v-.06c1.09-.23 1.91-1.2 1.91-2.37c0-1.33-1.09-2.42-2.42-2.42c-.69 0-1.33.29-1.75.75a4.81 4.81 0 0 0-5.16 0C9 3.29 8.36 3 7.67 3C6.34 3 5.25 4.09 5.25 5.42c0 1.16.82 2.13 1.9 2.37v.06c0 1.05.35 2.03.91 2.82c-.77.4-1.42.92-1.9 1.53A2.24 2.24 0 0 0 3 14.25c0 1.25 1 2.25 2.25 2.25h.06c-.04.24-.06.5-.06.75c0 2.07 1.34 3.75 3 3.75c1.01 0 1.9-.63 2.45-1.59c.42.06.85.09 1.3.09s.88-.03 1.3-.09c.55.96 1.44 1.59 2.45 1.59c1.66 0 3-1.68 3-3.75c0-.25-.02-.51-.06-.75h.06c1.25 0 2.25-1 2.25-2.25S20 12 18.75 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.75 19.13c-.83 0-1.5-.84-1.5-1.88c0-1.03.67-1.87 1.5-1.87s1.5.84 1.5 1.87c0 1.04-.67 1.88-1.5 1.88M12 11.25c-1.24 0-2.25-.84-2.25-1.87c0-1.04 1.01-1.88 2.25-1.88s2.25.84 2.25 1.88c0 1.03-1.01 1.87-2.25 1.87m-3.75 7.88c-.83 0-1.5-.84-1.5-1.88c0-1.03.67-1.87 1.5-1.87s1.5.84 1.5 1.87c0 1.04-.67 1.88-1.5 1.88M12 8.25c.41 0 .75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75M18.75 12c-.32 0-.63.07-.91.2c-.48-.61-1.13-1.13-1.91-1.53c.57-.8.91-1.77.91-2.82v-.06c1.09-.23 1.91-1.2 1.91-2.37c0-1.33-1.09-2.42-2.42-2.42c-.69 0-1.33.29-1.75.75a4.81 4.81 0 0 0-5.16 0C9 3.29 8.36 3 7.67 3C6.34 3 5.25 4.09 5.25 5.42c0 1.16.82 2.13 1.9 2.37v.06c0 1.05.35 2.03.91 2.82c-.77.4-1.42.92-1.9 1.53A2.24 2.24 0 0 0 3 14.25c0 1.25 1 2.25 2.25 2.25h.06c-.04.24-.06.5-.06.75c0 2.07 1.34 3.75 3 3.75c1.01 0 1.9-.63 2.45-1.59c.42.06.85.09 1.3.09s.88-.03 1.3-.09c.55.96 1.44 1.59 2.45 1.59c1.66 0 3-1.68 3-3.75c0-.25-.02-.51-.06-.75h.06c1.25 0 2.25-1 2.25-2.25S20 12 18.75 12"/></svg>
</template>

CSS

.icon-teddy-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.75%2019.13c-.83%200-1.5-.84-1.5-1.88c0-1.03.67-1.87%201.5-1.87s1.5.84%201.5%201.87c0%201.04-.67%201.88-1.5%201.88M12%2011.25c-1.24%200-2.25-.84-2.25-1.87c0-1.04%201.01-1.88%202.25-1.88s2.25.84%202.25%201.88c0%201.03-1.01%201.87-2.25%201.87m-3.75%207.88c-.83%200-1.5-.84-1.5-1.88c0-1.03.67-1.87%201.5-1.87s1.5.84%201.5%201.87c0%201.04-.67%201.88-1.5%201.88M12%208.25c.41%200%20.75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75M18.75%2012c-.32%200-.63.07-.91.2c-.48-.61-1.13-1.13-1.91-1.53c.57-.8.91-1.77.91-2.82v-.06c1.09-.23%201.91-1.2%201.91-2.37c0-1.33-1.09-2.42-2.42-2.42c-.69%200-1.33.29-1.75.75a4.81%204.81%200%200%200-5.16%200C9%203.29%208.36%203%207.67%203C6.34%203%205.25%204.09%205.25%205.42c0%201.16.82%202.13%201.9%202.37v.06c0%201.05.35%202.03.91%202.82c-.77.4-1.42.92-1.9%201.53A2.24%202.24%200%200%200%203%2014.25c0%201.25%201%202.25%202.25%202.25h.06c-.04.24-.06.5-.06.75c0%202.07%201.34%203.75%203%203.75c1.01%200%201.9-.63%202.45-1.59c.42.06.85.09%201.3.09s.88-.03%201.3-.09c.55.96%201.44%201.59%202.45%201.59c1.66%200%203-1.68%203-3.75c0-.25-.02-.51-.06-.75h.06c1.25%200%202.25-1%202.25-2.25S20%2012%2018.75%2012%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%22M15.75%2019.13c-.83%200-1.5-.84-1.5-1.88c0-1.03.67-1.87%201.5-1.87s1.5.84%201.5%201.87c0%201.04-.67%201.88-1.5%201.88M12%2011.25c-1.24%200-2.25-.84-2.25-1.87c0-1.04%201.01-1.88%202.25-1.88s2.25.84%202.25%201.88c0%201.03-1.01%201.87-2.25%201.87m-3.75%207.88c-.83%200-1.5-.84-1.5-1.88c0-1.03.67-1.87%201.5-1.87s1.5.84%201.5%201.87c0%201.04-.67%201.88-1.5%201.88M12%208.25c.41%200%20.75.34.75.75s-.34.75-.75.75s-.75-.34-.75-.75s.34-.75.75-.75M18.75%2012c-.32%200-.63.07-.91.2c-.48-.61-1.13-1.13-1.91-1.53c.57-.8.91-1.77.91-2.82v-.06c1.09-.23%201.91-1.2%201.91-2.37c0-1.33-1.09-2.42-2.42-2.42c-.69%200-1.33.29-1.75.75a4.81%204.81%200%200%200-5.16%200C9%203.29%208.36%203%207.67%203C6.34%203%205.25%204.09%205.25%205.42c0%201.16.82%202.13%201.9%202.37v.06c0%201.05.35%202.03.91%202.82c-.77.4-1.42.92-1.9%201.53A2.24%202.24%200%200%200%203%2014.25c0%201.25%201%202.25%202.25%202.25h.06c-.04.24-.06.5-.06.75c0%202.07%201.34%203.75%203%203.75c1.01%200%201.9-.63%202.45-1.59c.42.06.85.09%201.3.09s.88-.03%201.3-.09c.55.96%201.44%201.59%202.45%201.59c1.66%200%203-1.68%203-3.75c0-.25-.02-.51-.06-.75h.06c1.25%200%202.25-1%202.25-2.25S20%2012%2018.75%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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