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

Name
drop-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M13.47 2.22a.75.75 0 0 1 1.06 0c.523.523 2.494 2.614 4.34 5.316c1.823 2.669 3.63 6.082 3.63 9.214c0 3.041-.917 5.374-2.49 6.947C18.442 25.267 16.299 26 14 26s-4.441-.733-6.01-2.303C6.417 22.124 5.5 19.79 5.5 16.75c0-3.132 1.807-6.545 3.63-9.214c1.846-2.702 3.817-4.793 4.34-5.316M14 3.836a41 41 0 0 0-3.63 4.546C8.567 11.018 7 14.105 7 16.75c0 2.736.818 4.654 2.05 5.886C10.286 23.872 12.018 24.5 14 24.5s3.714-.628 4.95-1.864c1.232-1.232 2.05-3.15 2.05-5.886c0-2.645-1.568-5.732-3.37-8.368A41 41 0 0 0 14 3.836"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrop28Regular(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="M13.47 2.22a.75.75 0 0 1 1.06 0c.523.523 2.494 2.614 4.34 5.316c1.823 2.669 3.63 6.082 3.63 9.214c0 3.041-.917 5.374-2.49 6.947C18.442 25.267 16.299 26 14 26s-4.441-.733-6.01-2.303C6.417 22.124 5.5 19.79 5.5 16.75c0-3.132 1.807-6.545 3.63-9.214c1.846-2.702 3.817-4.793 4.34-5.316M14 3.836a41 41 0 0 0-3.63 4.546C8.567 11.018 7 14.105 7 16.75c0 2.736.818 4.654 2.05 5.886C10.286 23.872 12.018 24.5 14 24.5s3.714-.628 4.95-1.864c1.232-1.232 2.05-3.15 2.05-5.886c0-2.645-1.568-5.732-3.37-8.368A41 41 0 0 0 14 3.836"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.47 2.22a.75.75 0 0 1 1.06 0c.523.523 2.494 2.614 4.34 5.316c1.823 2.669 3.63 6.082 3.63 9.214c0 3.041-.917 5.374-2.49 6.947C18.442 25.267 16.299 26 14 26s-4.441-.733-6.01-2.303C6.417 22.124 5.5 19.79 5.5 16.75c0-3.132 1.807-6.545 3.63-9.214c1.846-2.702 3.817-4.793 4.34-5.316M14 3.836a41 41 0 0 0-3.63 4.546C8.567 11.018 7 14.105 7 16.75c0 2.736.818 4.654 2.05 5.886C10.286 23.872 12.018 24.5 14 24.5s3.714-.628 4.95-1.864c1.232-1.232 2.05-3.15 2.05-5.886c0-2.645-1.568-5.732-3.37-8.368A41 41 0 0 0 14 3.836"/></svg>
</template>

CSS

.icon-drop-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%22M13.47%202.22a.75.75%200%200%201%201.06%200c.523.523%202.494%202.614%204.34%205.316c1.823%202.669%203.63%206.082%203.63%209.214c0%203.041-.917%205.374-2.49%206.947C18.442%2025.267%2016.299%2026%2014%2026s-4.441-.733-6.01-2.303C6.417%2022.124%205.5%2019.79%205.5%2016.75c0-3.132%201.807-6.545%203.63-9.214c1.846-2.702%203.817-4.793%204.34-5.316M14%203.836a41%2041%200%200%200-3.63%204.546C8.567%2011.018%207%2014.105%207%2016.75c0%202.736.818%204.654%202.05%205.886C10.286%2023.872%2012.018%2024.5%2014%2024.5s3.714-.628%204.95-1.864c1.232-1.232%202.05-3.15%202.05-5.886c0-2.645-1.568-5.732-3.37-8.368A41%2041%200%200%200%2014%203.836%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%22M13.47%202.22a.75.75%200%200%201%201.06%200c.523.523%202.494%202.614%204.34%205.316c1.823%202.669%203.63%206.082%203.63%209.214c0%203.041-.917%205.374-2.49%206.947C18.442%2025.267%2016.299%2026%2014%2026s-4.441-.733-6.01-2.303C6.417%2022.124%205.5%2019.79%205.5%2016.75c0-3.132%201.807-6.545%203.63-9.214c1.846-2.702%203.817-4.793%204.34-5.316M14%203.836a41%2041%200%200%200-3.63%204.546C8.567%2011.018%207%2014.105%207%2016.75c0%202.736.818%204.654%202.05%205.886C10.286%2023.872%2012.018%2024.5%2014%2024.5s3.714-.628%204.95-1.864c1.232-1.232%202.05-3.15%202.05-5.886c0-2.645-1.568-5.732-3.37-8.368A41%2041%200%200%200%2014%203.836%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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