dropper-line from Remix Icon by Remix Design · Line · Health & Medical · Apache-2.0 Free for personal and commercial use.

Name
dropper-line
Set
Remix Icon
Style
Line
Category
Health & Medical
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More health & medical icons from Remix Icon

Use the dropper icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.778 4.222a2 2 0 0 1 0 2.828L16.95 9.88l-2.83-2.83l2.829-2.828a2 2 0 0 1 2.828 0m1.414-1.415a4 4 0 0 0-5.656 0l-2.829 2.829l-.354-.353a1 1 0 1 0-1.414 1.414l.354.353l-6.215 6.215a4 4 0 0 0-1.094 2.044l-.35 1.754a2 2 0 0 1-.547 1.022l-.986.986a1 1 0 0 0 0 1.414L3.515 21.9a1 1 0 0 0 1.414 0l.986-.986a2 2 0 0 1 1.022-.547l1.754-.351a4 4 0 0 0 2.044-1.094l6.215-6.215l.353.354a1 1 0 0 0 1.415-1.414l-.354-.354l2.828-2.829a4 4 0 0 0 0-5.657m-8.485 5.658l2.829 2.828l-6.215 6.215a2 2 0 0 1-1.022.547l-1.754.35A4 4 0 0 0 4.5 19.5a4 4 0 0 0 1.094-2.044l.35-1.755a2 2 0 0 1 .547-1.022z"/></svg>

React

import type { SVGProps } from "react";

export function RiDropperLine(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="M19.778 4.222a2 2 0 0 1 0 2.828L16.95 9.88l-2.83-2.83l2.829-2.828a2 2 0 0 1 2.828 0m1.414-1.415a4 4 0 0 0-5.656 0l-2.829 2.829l-.354-.353a1 1 0 1 0-1.414 1.414l.354.353l-6.215 6.215a4 4 0 0 0-1.094 2.044l-.35 1.754a2 2 0 0 1-.547 1.022l-.986.986a1 1 0 0 0 0 1.414L3.515 21.9a1 1 0 0 0 1.414 0l.986-.986a2 2 0 0 1 1.022-.547l1.754-.351a4 4 0 0 0 2.044-1.094l6.215-6.215l.353.354a1 1 0 0 0 1.415-1.414l-.354-.354l2.828-2.829a4 4 0 0 0 0-5.657m-8.485 5.658l2.829 2.828l-6.215 6.215a2 2 0 0 1-1.022.547l-1.754.35A4 4 0 0 0 4.5 19.5a4 4 0 0 0 1.094-2.044l.35-1.755a2 2 0 0 1 .547-1.022z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.778 4.222a2 2 0 0 1 0 2.828L16.95 9.88l-2.83-2.83l2.829-2.828a2 2 0 0 1 2.828 0m1.414-1.415a4 4 0 0 0-5.656 0l-2.829 2.829l-.354-.353a1 1 0 1 0-1.414 1.414l.354.353l-6.215 6.215a4 4 0 0 0-1.094 2.044l-.35 1.754a2 2 0 0 1-.547 1.022l-.986.986a1 1 0 0 0 0 1.414L3.515 21.9a1 1 0 0 0 1.414 0l.986-.986a2 2 0 0 1 1.022-.547l1.754-.351a4 4 0 0 0 2.044-1.094l6.215-6.215l.353.354a1 1 0 0 0 1.415-1.414l-.354-.354l2.828-2.829a4 4 0 0 0 0-5.657m-8.485 5.658l2.829 2.828l-6.215 6.215a2 2 0 0 1-1.022.547l-1.754.35A4 4 0 0 0 4.5 19.5a4 4 0 0 0 1.094-2.044l.35-1.755a2 2 0 0 1 .547-1.022z"/></svg>
</template>

CSS

.icon-dropper-line {
  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%22M19.778%204.222a2%202%200%200%201%200%202.828L16.95%209.88l-2.83-2.83l2.829-2.828a2%202%200%200%201%202.828%200m1.414-1.415a4%204%200%200%200-5.656%200l-2.829%202.829l-.354-.353a1%201%200%201%200-1.414%201.414l.354.353l-6.215%206.215a4%204%200%200%200-1.094%202.044l-.35%201.754a2%202%200%200%201-.547%201.022l-.986.986a1%201%200%200%200%200%201.414L3.515%2021.9a1%201%200%200%200%201.414%200l.986-.986a2%202%200%200%201%201.022-.547l1.754-.351a4%204%200%200%200%202.044-1.094l6.215-6.215l.353.354a1%201%200%200%200%201.415-1.414l-.354-.354l2.828-2.829a4%204%200%200%200%200-5.657m-8.485%205.658l2.829%202.828l-6.215%206.215a2%202%200%200%201-1.022.547l-1.754.35A4%204%200%200%200%204.5%2019.5a4%204%200%200%200%201.094-2.044l.35-1.755a2%202%200%200%201%20.547-1.022z%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%22M19.778%204.222a2%202%200%200%201%200%202.828L16.95%209.88l-2.83-2.83l2.829-2.828a2%202%200%200%201%202.828%200m1.414-1.415a4%204%200%200%200-5.656%200l-2.829%202.829l-.354-.353a1%201%200%201%200-1.414%201.414l.354.353l-6.215%206.215a4%204%200%200%200-1.094%202.044l-.35%201.754a2%202%200%200%201-.547%201.022l-.986.986a1%201%200%200%200%200%201.414L3.515%2021.9a1%201%200%200%200%201.414%200l.986-.986a2%202%200%200%201%201.022-.547l1.754-.351a4%204%200%200%200%202.044-1.094l6.215-6.215l.353.354a1%201%200%200%200%201.415-1.414l-.354-.354l2.828-2.829a4%204%200%200%200%200-5.657m-8.485%205.658l2.829%202.828l-6.215%206.215a2%202%200%200%201-1.022.547l-1.754.35A4%204%200%200%200%204.5%2019.5a4%204%200%200%200%201.094-2.044l.35-1.755a2%202%200%200%201%20.547-1.022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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