teddy icon
teddy-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- teddy-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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="M3.207 10.271a4 4 0 0 1 6.251-4.964c-2.833.703-5.144 2.55-6.251 4.964m11.335-4.963a4 4 0 0 1 6.251 4.964c-1.107-2.415-3.418-4.262-6.251-4.964M6.628 19.313C4.72 17.938 3.5 15.844 3.5 13.5C3.5 9.358 7.306 6 12 6s8.5 3.358 8.5 7.5c0 2.344-1.22 4.438-3.128 5.813a5.5 5.5 0 0 0-1.707-2.914a5.502 5.502 0 0 0-9.037 2.914m8.37-2.168a4.5 4.5 0 0 0-1.542-.904c-.161.436-.752.759-1.456.759s-1.294-.323-1.456-.76a4.5 4.5 0 0 0-3.003 3.647A9.3 9.3 0 0 0 12 21a9.3 9.3 0 0 0 4.459-1.113a4.5 4.5 0 0 0-1.46-2.742"/></svg>
React
import type { SVGProps } from "react";
export function FluentTeddy24Filled(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="M3.207 10.271a4 4 0 0 1 6.251-4.964c-2.833.703-5.144 2.55-6.251 4.964m11.335-4.963a4 4 0 0 1 6.251 4.964c-1.107-2.415-3.418-4.262-6.251-4.964M6.628 19.313C4.72 17.938 3.5 15.844 3.5 13.5C3.5 9.358 7.306 6 12 6s8.5 3.358 8.5 7.5c0 2.344-1.22 4.438-3.128 5.813a5.5 5.5 0 0 0-1.707-2.914a5.502 5.502 0 0 0-9.037 2.914m8.37-2.168a4.5 4.5 0 0 0-1.542-.904c-.161.436-.752.759-1.456.759s-1.294-.323-1.456-.76a4.5 4.5 0 0 0-3.003 3.647A9.3 9.3 0 0 0 12 21a9.3 9.3 0 0 0 4.459-1.113a4.5 4.5 0 0 0-1.46-2.742"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.207 10.271a4 4 0 0 1 6.251-4.964c-2.833.703-5.144 2.55-6.251 4.964m11.335-4.963a4 4 0 0 1 6.251 4.964c-1.107-2.415-3.418-4.262-6.251-4.964M6.628 19.313C4.72 17.938 3.5 15.844 3.5 13.5C3.5 9.358 7.306 6 12 6s8.5 3.358 8.5 7.5c0 2.344-1.22 4.438-3.128 5.813a5.5 5.5 0 0 0-1.707-2.914a5.502 5.502 0 0 0-9.037 2.914m8.37-2.168a4.5 4.5 0 0 0-1.542-.904c-.161.436-.752.759-1.456.759s-1.294-.323-1.456-.76a4.5 4.5 0 0 0-3.003 3.647A9.3 9.3 0 0 0 12 21a9.3 9.3 0 0 0 4.459-1.113a4.5 4.5 0 0 0-1.46-2.742"/></svg> </template>
CSS
.icon-teddy-24-filled {
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%22M3.207%2010.271a4%204%200%200%201%206.251-4.964c-2.833.703-5.144%202.55-6.251%204.964m11.335-4.963a4%204%200%200%201%206.251%204.964c-1.107-2.415-3.418-4.262-6.251-4.964M6.628%2019.313C4.72%2017.938%203.5%2015.844%203.5%2013.5C3.5%209.358%207.306%206%2012%206s8.5%203.358%208.5%207.5c0%202.344-1.22%204.438-3.128%205.813a5.5%205.5%200%200%200-1.707-2.914a5.502%205.502%200%200%200-9.037%202.914m8.37-2.168a4.5%204.5%200%200%200-1.542-.904c-.161.436-.752.759-1.456.759s-1.294-.323-1.456-.76a4.5%204.5%200%200%200-3.003%203.647A9.3%209.3%200%200%200%2012%2021a9.3%209.3%200%200%200%204.459-1.113a4.5%204.5%200%200%200-1.46-2.742%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%22M3.207%2010.271a4%204%200%200%201%206.251-4.964c-2.833.703-5.144%202.55-6.251%204.964m11.335-4.963a4%204%200%200%201%206.251%204.964c-1.107-2.415-3.418-4.262-6.251-4.964M6.628%2019.313C4.72%2017.938%203.5%2015.844%203.5%2013.5C3.5%209.358%207.306%206%2012%206s8.5%203.358%208.5%207.5c0%202.344-1.22%204.438-3.128%205.813a5.5%205.5%200%200%200-1.707-2.914a5.502%205.502%200%200%200-9.037%202.914m8.37-2.168a4.5%204.5%200%200%200-1.542-.904c-.161.436-.752.759-1.456.759s-1.294-.323-1.456-.76a4.5%204.5%200%200%200-3.003%203.647A9.3%209.3%200%200%200%2012%2021a9.3%209.3%200%200%200%204.459-1.113a4.5%204.5%200%200%200-1.46-2.742%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/teddy-24-filled.svg?color=%231a73e8&size=48