teardrop bottom right icon
teardrop-bottom-right-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- teardrop-bottom-right-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
teardrop-bottom-right-16-filledteardrop-bottom-right-16-regularteardrop-bottom-right-20-filledteardrop-bottom-right-20-regularteardrop-bottom-right-24-filledteardrop-bottom-right-24-regularteardrop-bottom-right-28-filledteardrop-bottom-right-32-filledteardrop-bottom-right-32-regularteardrop-bottom-right-48-filledteardrop-bottom-right-48-regular
Use the teardrop bottom right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 13.75C2 7.26 7.26 2 13.75 2h.5C20.74 2 26 7.26 26 13.75v9.5A2.75 2.75 0 0 1 23.25 26h-9.5C7.26 26 2 20.74 2 14.25zM13.75 3.5C8.09 3.5 3.5 8.09 3.5 13.75v.5c0 5.66 4.59 10.25 10.25 10.25h9.5c.69 0 1.25-.56 1.25-1.25v-9.5c0-5.66-4.59-10.25-10.25-10.25z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTeardropBottomRight28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 13.75C2 7.26 7.26 2 13.75 2h.5C20.74 2 26 7.26 26 13.75v9.5A2.75 2.75 0 0 1 23.25 26h-9.5C7.26 26 2 20.74 2 14.25zM13.75 3.5C8.09 3.5 3.5 8.09 3.5 13.75v.5c0 5.66 4.59 10.25 10.25 10.25h9.5c.69 0 1.25-.56 1.25-1.25v-9.5c0-5.66-4.59-10.25-10.25-10.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M2 13.75C2 7.26 7.26 2 13.75 2h.5C20.74 2 26 7.26 26 13.75v9.5A2.75 2.75 0 0 1 23.25 26h-9.5C7.26 26 2 20.74 2 14.25zM13.75 3.5C8.09 3.5 3.5 8.09 3.5 13.75v.5c0 5.66 4.59 10.25 10.25 10.25h9.5c.69 0 1.25-.56 1.25-1.25v-9.5c0-5.66-4.59-10.25-10.25-10.25z"/></svg> </template>
CSS
.icon-teardrop-bottom-right-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2013.75C2%207.26%207.26%202%2013.75%202h.5C20.74%202%2026%207.26%2026%2013.75v9.5A2.75%202.75%200%200%201%2023.25%2026h-9.5C7.26%2026%202%2020.74%202%2014.25zM13.75%203.5C8.09%203.5%203.5%208.09%203.5%2013.75v.5c0%205.66%204.59%2010.25%2010.25%2010.25h9.5c.69%200%201.25-.56%201.25-1.25v-9.5c0-5.66-4.59-10.25-10.25-10.25z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2013.75C2%207.26%207.26%202%2013.75%202h.5C20.74%202%2026%207.26%2026%2013.75v9.5A2.75%202.75%200%200%201%2023.25%2026h-9.5C7.26%2026%202%2020.74%202%2014.25zM13.75%203.5C8.09%203.5%203.5%208.09%203.5%2013.75v.5c0%205.66%204.59%2010.25%2010.25%2010.25h9.5c.69%200%201.25-.56%201.25-1.25v-9.5c0-5.66-4.59-10.25-10.25-10.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/teardrop-bottom-right-28-regular.svg?color=%231a73e8&size=48