teddy icon
teddy-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- teddy-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2 6.5c0 1.149.554 2.168 1.407 2.806A6.1 6.1 0 0 0 3 11.5c0 3.627 3.172 6.5 7 6.5s7-2.873 7-6.5a6.1 6.1 0 0 0-.408-2.195a3.5 3.5 0 1 0-5.307-4.195a7.5 7.5 0 0 0-2.572 0A3.5 3.5 0 0 0 2 6.5M5.5 4a2.5 2.5 0 0 1 2.222 1.353c-1.652.528-3.034 1.616-3.868 3.03A2.5 2.5 0 0 1 5.5 4m6.777 1.353a2.5 2.5 0 1 1 3.868 3.028c-.834-1.413-2.216-2.5-3.868-3.028M10 6c3.352 0 6 2.5 6 5.5c0 1.232-.446 2.38-1.204 3.304A5.5 5.5 0 0 0 10 12a5.5 5.5 0 0 0-4.795 2.805C4.446 13.88 4 12.733 4 11.5C4 8.5 6.648 6 10 6m4.058 9.55C12.996 16.449 11.576 17 10 17s-2.994-.552-4.057-1.448a4.5 4.5 0 0 1 2.73-2.353a1.5 1.5 0 0 0 2.655 0a4.5 4.5 0 0 1 2.73 2.352"/></svg>
React
import type { SVGProps } from "react";
export function FluentTeddy20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 6.5c0 1.149.554 2.168 1.407 2.806A6.1 6.1 0 0 0 3 11.5c0 3.627 3.172 6.5 7 6.5s7-2.873 7-6.5a6.1 6.1 0 0 0-.408-2.195a3.5 3.5 0 1 0-5.307-4.195a7.5 7.5 0 0 0-2.572 0A3.5 3.5 0 0 0 2 6.5M5.5 4a2.5 2.5 0 0 1 2.222 1.353c-1.652.528-3.034 1.616-3.868 3.03A2.5 2.5 0 0 1 5.5 4m6.777 1.353a2.5 2.5 0 1 1 3.868 3.028c-.834-1.413-2.216-2.5-3.868-3.028M10 6c3.352 0 6 2.5 6 5.5c0 1.232-.446 2.38-1.204 3.304A5.5 5.5 0 0 0 10 12a5.5 5.5 0 0 0-4.795 2.805C4.446 13.88 4 12.733 4 11.5C4 8.5 6.648 6 10 6m4.058 9.55C12.996 16.449 11.576 17 10 17s-2.994-.552-4.057-1.448a4.5 4.5 0 0 1 2.73-2.353a1.5 1.5 0 0 0 2.655 0a4.5 4.5 0 0 1 2.73 2.352"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2 6.5c0 1.149.554 2.168 1.407 2.806A6.1 6.1 0 0 0 3 11.5c0 3.627 3.172 6.5 7 6.5s7-2.873 7-6.5a6.1 6.1 0 0 0-.408-2.195a3.5 3.5 0 1 0-5.307-4.195a7.5 7.5 0 0 0-2.572 0A3.5 3.5 0 0 0 2 6.5M5.5 4a2.5 2.5 0 0 1 2.222 1.353c-1.652.528-3.034 1.616-3.868 3.03A2.5 2.5 0 0 1 5.5 4m6.777 1.353a2.5 2.5 0 1 1 3.868 3.028c-.834-1.413-2.216-2.5-3.868-3.028M10 6c3.352 0 6 2.5 6 5.5c0 1.232-.446 2.38-1.204 3.304A5.5 5.5 0 0 0 10 12a5.5 5.5 0 0 0-4.795 2.805C4.446 13.88 4 12.733 4 11.5C4 8.5 6.648 6 10 6m4.058 9.55C12.996 16.449 11.576 17 10 17s-2.994-.552-4.057-1.448a4.5 4.5 0 0 1 2.73-2.353a1.5 1.5 0 0 0 2.655 0a4.5 4.5 0 0 1 2.73 2.352"/></svg> </template>
CSS
.icon-teddy-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206.5c0%201.149.554%202.168%201.407%202.806A6.1%206.1%200%200%200%203%2011.5c0%203.627%203.172%206.5%207%206.5s7-2.873%207-6.5a6.1%206.1%200%200%200-.408-2.195a3.5%203.5%200%201%200-5.307-4.195a7.5%207.5%200%200%200-2.572%200A3.5%203.5%200%200%200%202%206.5M5.5%204a2.5%202.5%200%200%201%202.222%201.353c-1.652.528-3.034%201.616-3.868%203.03A2.5%202.5%200%200%201%205.5%204m6.777%201.353a2.5%202.5%200%201%201%203.868%203.028c-.834-1.413-2.216-2.5-3.868-3.028M10%206c3.352%200%206%202.5%206%205.5c0%201.232-.446%202.38-1.204%203.304A5.5%205.5%200%200%200%2010%2012a5.5%205.5%200%200%200-4.795%202.805C4.446%2013.88%204%2012.733%204%2011.5C4%208.5%206.648%206%2010%206m4.058%209.55C12.996%2016.449%2011.576%2017%2010%2017s-2.994-.552-4.057-1.448a4.5%204.5%200%200%201%202.73-2.353a1.5%201.5%200%200%200%202.655%200a4.5%204.5%200%200%201%202.73%202.352%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206.5c0%201.149.554%202.168%201.407%202.806A6.1%206.1%200%200%200%203%2011.5c0%203.627%203.172%206.5%207%206.5s7-2.873%207-6.5a6.1%206.1%200%200%200-.408-2.195a3.5%203.5%200%201%200-5.307-4.195a7.5%207.5%200%200%200-2.572%200A3.5%203.5%200%200%200%202%206.5M5.5%204a2.5%202.5%200%200%201%202.222%201.353c-1.652.528-3.034%201.616-3.868%203.03A2.5%202.5%200%200%201%205.5%204m6.777%201.353a2.5%202.5%200%201%201%203.868%203.028c-.834-1.413-2.216-2.5-3.868-3.028M10%206c3.352%200%206%202.5%206%205.5c0%201.232-.446%202.38-1.204%203.304A5.5%205.5%200%200%200%2010%2012a5.5%205.5%200%200%200-4.795%202.805C4.446%2013.88%204%2012.733%204%2011.5C4%208.5%206.648%206%2010%206m4.058%209.55C12.996%2016.449%2011.576%2017%2010%2017s-2.994-.552-4.057-1.448a4.5%204.5%200%200%201%202.73-2.353a1.5%201.5%200%200%200%202.655%200a4.5%204.5%200%200%201%202.73%202.352%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/teddy-20-regular.svg?color=%231a73e8&size=48