drop3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
drop3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the drop3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.589 7.41L6.309 17.69c-.48.48-1.3.37-1.59-.24a8.1 8.1 0 0 1-.82-3.55c-.02-5.52 5.58-10.24 7.48-11.69c.37-.28.87-.28 1.23 0c.87.66 2.5 2.03 4.03 3.83c.34.4.32 1-.05 1.37m3.511 6.5c0 4.46-3.63 8.09-8.1 8.09a8.06 8.06 0 0 1-4.81-1.58c-.49-.36-.53-1.08-.1-1.51L17.16 8.84c.47-.47 1.26-.37 1.58.21c.82 1.51 1.37 3.15 1.36 4.86"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDrop3Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.589 7.41L6.309 17.69c-.48.48-1.3.37-1.59-.24a8.1 8.1 0 0 1-.82-3.55c-.02-5.52 5.58-10.24 7.48-11.69c.37-.28.87-.28 1.23 0c.87.66 2.5 2.03 4.03 3.83c.34.4.32 1-.05 1.37m3.511 6.5c0 4.46-3.63 8.09-8.1 8.09a8.06 8.06 0 0 1-4.81-1.58c-.49-.36-.53-1.08-.1-1.51L17.16 8.84c.47-.47 1.26-.37 1.58.21c.82 1.51 1.37 3.15 1.36 4.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.589 7.41L6.309 17.69c-.48.48-1.3.37-1.59-.24a8.1 8.1 0 0 1-.82-3.55c-.02-5.52 5.58-10.24 7.48-11.69c.37-.28.87-.28 1.23 0c.87.66 2.5 2.03 4.03 3.83c.34.4.32 1-.05 1.37m3.511 6.5c0 4.46-3.63 8.09-8.1 8.09a8.06 8.06 0 0 1-4.81-1.58c-.49-.36-.53-1.08-.1-1.51L17.16 8.84c.47-.47 1.26-.37 1.58.21c.82 1.51 1.37 3.15 1.36 4.86"/></svg>
</template>

CSS

.icon-drop3-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.589%207.41L6.309%2017.69c-.48.48-1.3.37-1.59-.24a8.1%208.1%200%200%201-.82-3.55c-.02-5.52%205.58-10.24%207.48-11.69c.37-.28.87-.28%201.23%200c.87.66%202.5%202.03%204.03%203.83c.34.4.32%201-.05%201.37m3.511%206.5c0%204.46-3.63%208.09-8.1%208.09a8.06%208.06%200%200%201-4.81-1.58c-.49-.36-.53-1.08-.1-1.51L17.16%208.84c.47-.47%201.26-.37%201.58.21c.82%201.51%201.37%203.15%201.36%204.86%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.589%207.41L6.309%2017.69c-.48.48-1.3.37-1.59-.24a8.1%208.1%200%200%201-.82-3.55c-.02-5.52%205.58-10.24%207.48-11.69c.37-.28.87-.28%201.23%200c.87.66%202.5%202.03%204.03%203.83c.34.4.32%201-.05%201.37m3.511%206.5c0%204.46-3.63%208.09-8.1%208.09a8.06%208.06%200%200%201-4.81-1.58c-.49-.36-.53-1.08-.1-1.51L17.16%208.84c.47-.47%201.26-.37%201.58.21c.82%201.51%201.37%203.15%201.36%204.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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