drop-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
drop-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the drop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28 53c-9.389 0-17-7.611-17-17q0-10.462 15.378-31.78a2 2 0 0 1 3.244 0Q45 25.539 45 36c0 9.389-7.611 17-17 17m-.691-9.113a1.337 1.337 0 0 0-1.392 1.448c.065.69.677 1.198 1.368 1.133q5.111-.48 7.907-3.276t3.276-7.907a1.255 1.255 0 0 0-1.326-1.37a1.337 1.337 0 0 0-1.255 1.394q.15 3.38-2.523 6.055t-6.055 2.523"/></svg>

React

import type { SVGProps } from "react";

export function F7DropFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M28 53c-9.389 0-17-7.611-17-17q0-10.462 15.378-31.78a2 2 0 0 1 3.244 0Q45 25.539 45 36c0 9.389-7.611 17-17 17m-.691-9.113a1.337 1.337 0 0 0-1.392 1.448c.065.69.677 1.198 1.368 1.133q5.111-.48 7.907-3.276t3.276-7.907a1.255 1.255 0 0 0-1.326-1.37a1.337 1.337 0 0 0-1.255 1.394q.15 3.38-2.523 6.055t-6.055 2.523"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28 53c-9.389 0-17-7.611-17-17q0-10.462 15.378-31.78a2 2 0 0 1 3.244 0Q45 25.539 45 36c0 9.389-7.611 17-17 17m-.691-9.113a1.337 1.337 0 0 0-1.392 1.448c.065.69.677 1.198 1.368 1.133q5.111-.48 7.907-3.276t3.276-7.907a1.255 1.255 0 0 0-1.326-1.37a1.337 1.337 0 0 0-1.255 1.394q.15 3.38-2.523 6.055t-6.055 2.523"/></svg>
</template>

CSS

.icon-drop-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2053c-9.389%200-17-7.611-17-17q0-10.462%2015.378-31.78a2%202%200%200%201%203.244%200Q45%2025.539%2045%2036c0%209.389-7.611%2017-17%2017m-.691-9.113a1.337%201.337%200%200%200-1.392%201.448c.065.69.677%201.198%201.368%201.133q5.111-.48%207.907-3.276t3.276-7.907a1.255%201.255%200%200%200-1.326-1.37a1.337%201.337%200%200%200-1.255%201.394q.15%203.38-2.523%206.055t-6.055%202.523%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2053c-9.389%200-17-7.611-17-17q0-10.462%2015.378-31.78a2%202%200%200%201%203.244%200Q45%2025.539%2045%2036c0%209.389-7.611%2017-17%2017m-.691-9.113a1.337%201.337%200%200%200-1.392%201.448c.065.69.677%201.198%201.368%201.133q5.111-.48%207.907-3.276t3.276-7.907a1.255%201.255%200%200%200-1.326-1.37a1.337%201.337%200%200%200-1.255%201.394q.15%203.38-2.523%206.055t-6.055%202.523%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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