fill-drip from Line Awesome by Icons8 · Line · Design · Apache-2.0 Free for personal and commercial use.

Name
fill-drip
Set
Line Awesome
Style
Line
Category
Design
Viewbox
32×32
License
Apache 2.0
Aliases
fill-drip-solid

The same icon in other sets

More design icons from Line Awesome

Use the fill drip icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.3 3.3L9.9 4.7l1.8 1.8l-6.9 6.9a3.017 3.017 0 0 0 0 4.3l.1.1l6.3 6.3c1.2 1.2 3.1 1.2 4.3 0l7.6-7.6l.7-.7l-9.7-9.7l-.8-.8l-.2-.2zm1.8 4.6l7.9 7.9l-2.2 2.2H7.899L6.2 16.3c-.4-.4-.4-1.1 0-1.5zM25 19.3l-.8 1.2s-.5.8-1.1 1.7c-.3.5-.5.9-.7 1.4s-.4.8-.4 1.4c0 1.6 1.4 3 3 3s3-1.4 3-3c0-.6-.2-1-.4-1.5s-.5-1-.7-1.4c-.5-.9-1.1-1.7-1.1-1.7z"/></svg>

React

import type { SVGProps } from "react";

export function LaFillDrip(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.3 3.3L9.9 4.7l1.8 1.8l-6.9 6.9a3.017 3.017 0 0 0 0 4.3l.1.1l6.3 6.3c1.2 1.2 3.1 1.2 4.3 0l7.6-7.6l.7-.7l-9.7-9.7l-.8-.8l-.2-.2zm1.8 4.6l7.9 7.9l-2.2 2.2H7.899L6.2 16.3c-.4-.4-.4-1.1 0-1.5zM25 19.3l-.8 1.2s-.5.8-1.1 1.7c-.3.5-.5.9-.7 1.4s-.4.8-.4 1.4c0 1.6 1.4 3 3 3s3-1.4 3-3c0-.6-.2-1-.4-1.5s-.5-1-.7-1.4c-.5-.9-1.1-1.7-1.1-1.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11.3 3.3L9.9 4.7l1.8 1.8l-6.9 6.9a3.017 3.017 0 0 0 0 4.3l.1.1l6.3 6.3c1.2 1.2 3.1 1.2 4.3 0l7.6-7.6l.7-.7l-9.7-9.7l-.8-.8l-.2-.2zm1.8 4.6l7.9 7.9l-2.2 2.2H7.899L6.2 16.3c-.4-.4-.4-1.1 0-1.5zM25 19.3l-.8 1.2s-.5.8-1.1 1.7c-.3.5-.5.9-.7 1.4s-.4.8-.4 1.4c0 1.6 1.4 3 3 3s3-1.4 3-3c0-.6-.2-1-.4-1.5s-.5-1-.7-1.4c-.5-.9-1.1-1.7-1.1-1.7z"/></svg>
</template>

CSS

.icon-fill-drip {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.3%203.3L9.9%204.7l1.8%201.8l-6.9%206.9a3.017%203.017%200%200%200%200%204.3l.1.1l6.3%206.3c1.2%201.2%203.1%201.2%204.3%200l7.6-7.6l.7-.7l-9.7-9.7l-.8-.8l-.2-.2zm1.8%204.6l7.9%207.9l-2.2%202.2H7.899L6.2%2016.3c-.4-.4-.4-1.1%200-1.5zM25%2019.3l-.8%201.2s-.5.8-1.1%201.7c-.3.5-.5.9-.7%201.4s-.4.8-.4%201.4c0%201.6%201.4%203%203%203s3-1.4%203-3c0-.6-.2-1-.4-1.5s-.5-1-.7-1.4c-.5-.9-1.1-1.7-1.1-1.7z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.3%203.3L9.9%204.7l1.8%201.8l-6.9%206.9a3.017%203.017%200%200%200%200%204.3l.1.1l6.3%206.3c1.2%201.2%203.1%201.2%204.3%200l7.6-7.6l.7-.7l-9.7-9.7l-.8-.8l-.2-.2zm1.8%204.6l7.9%207.9l-2.2%202.2H7.899L6.2%2016.3c-.4-.4-.4-1.1%200-1.5zM25%2019.3l-.8%201.2s-.5.8-1.1%201.7c-.3.5-.5.9-.7%201.4s-.4.8-.4%201.4c0%201.6%201.4%203%203%203s3-1.4%203-3c0-.6-.2-1-.4-1.5s-.5-1-.7-1.4c-.5-.9-1.1-1.7-1.1-1.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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