teddy-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
teddy-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Use the teddy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 3.875a4.125 4.125 0 0 1 2.697 7.246c.278.749.428 1.548.428 2.379c0 2.39-1.243 4.519-3.18 5.914q-.425.306-.89.562l-.037.02A9.44 9.44 0 0 1 12 21.125a9.44 9.44 0 0 1-4.518-1.129a9 9 0 0 1-.882-.55l-.045-.032c-1.937-1.395-3.18-3.524-3.18-5.914c0-.83.15-1.63.428-2.379a4.125 4.125 0 1 1 6.335-5.068A10 10 0 0 1 12 5.875q.961.001 1.862.178A4.12 4.12 0 0 1 17.5 3.875m-3.977 12.522c-.11.204-.3.374-.533.497c-.276.146-.62.231-.99.231s-.714-.085-.99-.23a1.26 1.26 0 0 1-.532-.498a4.4 4.4 0 0 0-2.523 2.433A8.17 8.17 0 0 0 12 19.875a8.17 8.17 0 0 0 4.045-1.045a4.38 4.38 0 0 0-2.523-2.433M12 7.125c-4.116 0-7.375 2.9-7.375 6.375c0 1.799.87 3.44 2.282 4.608a5.626 5.626 0 0 1 10.186 0c1.412-1.168 2.282-2.81 2.282-4.608c0-3.475-3.26-6.375-7.375-6.375m-5.5-2a2.875 2.875 0 0 0-2.127 4.81c.968-1.614 2.57-2.882 4.509-3.547A2.88 2.88 0 0 0 6.5 5.125m11 0c-.975 0-1.858.49-2.382 1.263c1.94.665 3.541 1.933 4.509 3.547a2.875 2.875 0 0 0-2.127-4.81"/></svg>

React

import type { SVGProps } from "react";

export function FluentTeddy24Regular(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="M17.5 3.875a4.125 4.125 0 0 1 2.697 7.246c.278.749.428 1.548.428 2.379c0 2.39-1.243 4.519-3.18 5.914q-.425.306-.89.562l-.037.02A9.44 9.44 0 0 1 12 21.125a9.44 9.44 0 0 1-4.518-1.129a9 9 0 0 1-.882-.55l-.045-.032c-1.937-1.395-3.18-3.524-3.18-5.914c0-.83.15-1.63.428-2.379a4.125 4.125 0 1 1 6.335-5.068A10 10 0 0 1 12 5.875q.961.001 1.862.178A4.12 4.12 0 0 1 17.5 3.875m-3.977 12.522c-.11.204-.3.374-.533.497c-.276.146-.62.231-.99.231s-.714-.085-.99-.23a1.26 1.26 0 0 1-.532-.498a4.4 4.4 0 0 0-2.523 2.433A8.17 8.17 0 0 0 12 19.875a8.17 8.17 0 0 0 4.045-1.045a4.38 4.38 0 0 0-2.523-2.433M12 7.125c-4.116 0-7.375 2.9-7.375 6.375c0 1.799.87 3.44 2.282 4.608a5.626 5.626 0 0 1 10.186 0c1.412-1.168 2.282-2.81 2.282-4.608c0-3.475-3.26-6.375-7.375-6.375m-5.5-2a2.875 2.875 0 0 0-2.127 4.81c.968-1.614 2.57-2.882 4.509-3.547A2.88 2.88 0 0 0 6.5 5.125m11 0c-.975 0-1.858.49-2.382 1.263c1.94.665 3.541 1.933 4.509 3.547a2.875 2.875 0 0 0-2.127-4.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 3.875a4.125 4.125 0 0 1 2.697 7.246c.278.749.428 1.548.428 2.379c0 2.39-1.243 4.519-3.18 5.914q-.425.306-.89.562l-.037.02A9.44 9.44 0 0 1 12 21.125a9.44 9.44 0 0 1-4.518-1.129a9 9 0 0 1-.882-.55l-.045-.032c-1.937-1.395-3.18-3.524-3.18-5.914c0-.83.15-1.63.428-2.379a4.125 4.125 0 1 1 6.335-5.068A10 10 0 0 1 12 5.875q.961.001 1.862.178A4.12 4.12 0 0 1 17.5 3.875m-3.977 12.522c-.11.204-.3.374-.533.497c-.276.146-.62.231-.99.231s-.714-.085-.99-.23a1.26 1.26 0 0 1-.532-.498a4.4 4.4 0 0 0-2.523 2.433A8.17 8.17 0 0 0 12 19.875a8.17 8.17 0 0 0 4.045-1.045a4.38 4.38 0 0 0-2.523-2.433M12 7.125c-4.116 0-7.375 2.9-7.375 6.375c0 1.799.87 3.44 2.282 4.608a5.626 5.626 0 0 1 10.186 0c1.412-1.168 2.282-2.81 2.282-4.608c0-3.475-3.26-6.375-7.375-6.375m-5.5-2a2.875 2.875 0 0 0-2.127 4.81c.968-1.614 2.57-2.882 4.509-3.547A2.88 2.88 0 0 0 6.5 5.125m11 0c-.975 0-1.858.49-2.382 1.263c1.94.665 3.541 1.933 4.509 3.547a2.875 2.875 0 0 0-2.127-4.81"/></svg>
</template>

CSS

.icon-teddy-24-regular {
  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%22M17.5%203.875a4.125%204.125%200%200%201%202.697%207.246c.278.749.428%201.548.428%202.379c0%202.39-1.243%204.519-3.18%205.914q-.425.306-.89.562l-.037.02A9.44%209.44%200%200%201%2012%2021.125a9.44%209.44%200%200%201-4.518-1.129a9%209%200%200%201-.882-.55l-.045-.032c-1.937-1.395-3.18-3.524-3.18-5.914c0-.83.15-1.63.428-2.379a4.125%204.125%200%201%201%206.335-5.068A10%2010%200%200%201%2012%205.875q.961.001%201.862.178A4.12%204.12%200%200%201%2017.5%203.875m-3.977%2012.522c-.11.204-.3.374-.533.497c-.276.146-.62.231-.99.231s-.714-.085-.99-.23a1.26%201.26%200%200%201-.532-.498a4.4%204.4%200%200%200-2.523%202.433A8.17%208.17%200%200%200%2012%2019.875a8.17%208.17%200%200%200%204.045-1.045a4.38%204.38%200%200%200-2.523-2.433M12%207.125c-4.116%200-7.375%202.9-7.375%206.375c0%201.799.87%203.44%202.282%204.608a5.626%205.626%200%200%201%2010.186%200c1.412-1.168%202.282-2.81%202.282-4.608c0-3.475-3.26-6.375-7.375-6.375m-5.5-2a2.875%202.875%200%200%200-2.127%204.81c.968-1.614%202.57-2.882%204.509-3.547A2.88%202.88%200%200%200%206.5%205.125m11%200c-.975%200-1.858.49-2.382%201.263c1.94.665%203.541%201.933%204.509%203.547a2.875%202.875%200%200%200-2.127-4.81%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%22M17.5%203.875a4.125%204.125%200%200%201%202.697%207.246c.278.749.428%201.548.428%202.379c0%202.39-1.243%204.519-3.18%205.914q-.425.306-.89.562l-.037.02A9.44%209.44%200%200%201%2012%2021.125a9.44%209.44%200%200%201-4.518-1.129a9%209%200%200%201-.882-.55l-.045-.032c-1.937-1.395-3.18-3.524-3.18-5.914c0-.83.15-1.63.428-2.379a4.125%204.125%200%201%201%206.335-5.068A10%2010%200%200%201%2012%205.875q.961.001%201.862.178A4.12%204.12%200%200%201%2017.5%203.875m-3.977%2012.522c-.11.204-.3.374-.533.497c-.276.146-.62.231-.99.231s-.714-.085-.99-.23a1.26%201.26%200%200%201-.532-.498a4.4%204.4%200%200%200-2.523%202.433A8.17%208.17%200%200%200%2012%2019.875a8.17%208.17%200%200%200%204.045-1.045a4.38%204.38%200%200%200-2.523-2.433M12%207.125c-4.116%200-7.375%202.9-7.375%206.375c0%201.799.87%203.44%202.282%204.608a5.626%205.626%200%200%201%2010.186%200c1.412-1.168%202.282-2.81%202.282-4.608c0-3.475-3.26-6.375-7.375-6.375m-5.5-2a2.875%202.875%200%200%200-2.127%204.81c.968-1.614%202.57-2.882%204.509-3.547A2.88%202.88%200%200%200%206.5%205.125m11%200c-.975%200-1.858.49-2.382%201.263c1.94.665%203.541%201.933%204.509%203.547a2.875%202.875%200%200%200-2.127-4.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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