drop-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.

Name
drop-12-filled
Set
Fluent UI System Icons
Style
12 Filled
Viewbox
12×12
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Use the drop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 1a.5.5 0 0 1 .354.146v.002A15 15 0 0 1 8.1 3.217C8.806 4.244 9.5 5.597 9.5 7c0 1.337-.36 2.352-1.019 3.035C7.821 10.718 6.928 11 6 11s-1.822-.282-2.481-.965S2.5 8.337 2.5 7c0-1.403.694-2.756 1.4-3.783a15 15 0 0 1 1.745-2.07h.001A.5.5 0 0 1 6 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrop12Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 1a.5.5 0 0 1 .354.146v.002A15 15 0 0 1 8.1 3.217C8.806 4.244 9.5 5.597 9.5 7c0 1.337-.36 2.352-1.019 3.035C7.821 10.718 6.928 11 6 11s-1.822-.282-2.481-.965S2.5 8.337 2.5 7c0-1.403.694-2.756 1.4-3.783a15 15 0 0 1 1.745-2.07h.001A.5.5 0 0 1 6 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 1a.5.5 0 0 1 .354.146v.002A15 15 0 0 1 8.1 3.217C8.806 4.244 9.5 5.597 9.5 7c0 1.337-.36 2.352-1.019 3.035C7.821 10.718 6.928 11 6 11s-1.822-.282-2.481-.965S2.5 8.337 2.5 7c0-1.403.694-2.756 1.4-3.783a15 15 0 0 1 1.745-2.07h.001A.5.5 0 0 1 6 1"/></svg>
</template>

CSS

.icon-drop-12-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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%201a.5.5%200%200%201%20.354.146v.002A15%2015%200%200%201%208.1%203.217C8.806%204.244%209.5%205.597%209.5%207c0%201.337-.36%202.352-1.019%203.035C7.821%2010.718%206.928%2011%206%2011s-1.822-.282-2.481-.965S2.5%208.337%202.5%207c0-1.403.694-2.756%201.4-3.783a15%2015%200%200%201%201.745-2.07h.001A.5.5%200%200%201%206%201%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%201a.5.5%200%200%201%20.354.146v.002A15%2015%200%200%201%208.1%203.217C8.806%204.244%209.5%205.597%209.5%207c0%201.337-.36%202.352-1.019%203.035C7.821%2010.718%206.928%2011%206%2011s-1.822-.282-2.481-.965S2.5%208.337%202.5%207c0-1.403.694-2.756%201.4-3.783a15%2015%200%200%201%201.745-2.07h.001A.5.5%200%200%201%206%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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