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

Name
drop-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M7.646 1.146a.5.5 0 0 1 .708 0c.261.262 1.408 1.45 2.493 3.003C11.917 5.68 13 7.665 13 9.5c0 1.78-.577 3.165-1.516 4.105C10.549 14.542 9.291 15 8 15s-2.549-.458-3.484-1.395C3.577 12.665 3 11.281 3 9.5c0-1.835 1.083-3.82 2.153-5.35a24 24 0 0 1 2.493-3.004M5.972 4.722C4.917 6.232 4 7.997 4 9.5c0 1.557.5 2.673 1.224 3.398C5.95 13.628 6.944 14 8 14s2.049-.373 2.776-1.102C11.501 12.173 12 11.058 12 9.5c0-1.503-.916-3.267-1.972-4.778A24 24 0 0 0 8 2.222a24 24 0 0 0-2.028 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrop16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.646 1.146a.5.5 0 0 1 .708 0c.261.262 1.408 1.45 2.493 3.003C11.917 5.68 13 7.665 13 9.5c0 1.78-.577 3.165-1.516 4.105C10.549 14.542 9.291 15 8 15s-2.549-.458-3.484-1.395C3.577 12.665 3 11.281 3 9.5c0-1.835 1.083-3.82 2.153-5.35a24 24 0 0 1 2.493-3.004M5.972 4.722C4.917 6.232 4 7.997 4 9.5c0 1.557.5 2.673 1.224 3.398C5.95 13.628 6.944 14 8 14s2.049-.373 2.776-1.102C11.501 12.173 12 11.058 12 9.5c0-1.503-.916-3.267-1.972-4.778A24 24 0 0 0 8 2.222a24 24 0 0 0-2.028 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.646 1.146a.5.5 0 0 1 .708 0c.261.262 1.408 1.45 2.493 3.003C11.917 5.68 13 7.665 13 9.5c0 1.78-.577 3.165-1.516 4.105C10.549 14.542 9.291 15 8 15s-2.549-.458-3.484-1.395C3.577 12.665 3 11.281 3 9.5c0-1.835 1.083-3.82 2.153-5.35a24 24 0 0 1 2.493-3.004M5.972 4.722C4.917 6.232 4 7.997 4 9.5c0 1.557.5 2.673 1.224 3.398C5.95 13.628 6.944 14 8 14s2.049-.373 2.776-1.102C11.501 12.173 12 11.058 12 9.5c0-1.503-.916-3.267-1.972-4.778A24 24 0 0 0 8 2.222a24 24 0 0 0-2.028 2.5"/></svg>
</template>

CSS

.icon-drop-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.646%201.146a.5.5%200%200%201%20.708%200c.261.262%201.408%201.45%202.493%203.003C11.917%205.68%2013%207.665%2013%209.5c0%201.78-.577%203.165-1.516%204.105C10.549%2014.542%209.291%2015%208%2015s-2.549-.458-3.484-1.395C3.577%2012.665%203%2011.281%203%209.5c0-1.835%201.083-3.82%202.153-5.35a24%2024%200%200%201%202.493-3.004M5.972%204.722C4.917%206.232%204%207.997%204%209.5c0%201.557.5%202.673%201.224%203.398C5.95%2013.628%206.944%2014%208%2014s2.049-.373%202.776-1.102C11.501%2012.173%2012%2011.058%2012%209.5c0-1.503-.916-3.267-1.972-4.778A24%2024%200%200%200%208%202.222a24%2024%200%200%200-2.028%202.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.646%201.146a.5.5%200%200%201%20.708%200c.261.262%201.408%201.45%202.493%203.003C11.917%205.68%2013%207.665%2013%209.5c0%201.78-.577%203.165-1.516%204.105C10.549%2014.542%209.291%2015%208%2015s-2.549-.458-3.484-1.395C3.577%2012.665%203%2011.281%203%209.5c0-1.835%201.083-3.82%202.153-5.35a24%2024%200%200%201%202.493-3.004M5.972%204.722C4.917%206.232%204%207.997%204%209.5c0%201.557.5%202.673%201.224%203.398C5.95%2013.628%206.944%2014%208%2014s2.049-.373%202.776-1.102C11.501%2012.173%2012%2011.058%2012%209.5c0-1.503-.916-3.267-1.972-4.778A24%2024%200%200%200%208%202.222a24%2024%200%200%200-2.028%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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