pipette icon
pipette-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.
- Name
- pipette-filled
- Set
- Reicon
- Style
- Filled
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All pipette icons →More tools icons from Reicon
Use the pipette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.241 5.753l8.006 8.006a1.544 1.544 0 0 0 2.183-2.184l-1.091-1.091l1.455-1.456a4.117 4.117 0 1 0-5.822-5.822L13.516 4.66l-1.091-1.09a1.544 1.544 0 1 0-2.184 2.183m.031 2.152L4.71 13.47c-.456.456-.684.684-.829.957a2 2 0 0 0-.203.58c-.058.304-.022.624.049 1.265l.053.476c.02.175.029.262.031.346a2.06 2.06 0 0 1-.488 1.392c-.054.064-.117.126-.241.25l-.629.63a1.544 1.544 0 0 0 2.184 2.183l.628-.629c.125-.124.187-.187.25-.24c.389-.33.885-.504 1.393-.49c.084.003.171.013.346.032l.476.053c.64.071.961.107 1.265.05a2 2 0 0 0 .58-.204c.273-.145.501-.373.957-.829l1.439-1.439L10.116 16a.75.75 0 1 1 1.06-1.06l1.854 1.853l.94-.94L12.116 14a.75.75 0 0 1 1.06-1.06l1.854 1.853l1.065-1.064z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPipetteFilled(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="m10.241 5.753l8.006 8.006a1.544 1.544 0 0 0 2.183-2.184l-1.091-1.091l1.455-1.456a4.117 4.117 0 1 0-5.822-5.822L13.516 4.66l-1.091-1.09a1.544 1.544 0 1 0-2.184 2.183m.031 2.152L4.71 13.47c-.456.456-.684.684-.829.957a2 2 0 0 0-.203.58c-.058.304-.022.624.049 1.265l.053.476c.02.175.029.262.031.346a2.06 2.06 0 0 1-.488 1.392c-.054.064-.117.126-.241.25l-.629.63a1.544 1.544 0 0 0 2.184 2.183l.628-.629c.125-.124.187-.187.25-.24c.389-.33.885-.504 1.393-.49c.084.003.171.013.346.032l.476.053c.64.071.961.107 1.265.05a2 2 0 0 0 .58-.204c.273-.145.501-.373.957-.829l1.439-1.439L10.116 16a.75.75 0 1 1 1.06-1.06l1.854 1.853l.94-.94L12.116 14a.75.75 0 0 1 1.06-1.06l1.854 1.853l1.065-1.064z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.241 5.753l8.006 8.006a1.544 1.544 0 0 0 2.183-2.184l-1.091-1.091l1.455-1.456a4.117 4.117 0 1 0-5.822-5.822L13.516 4.66l-1.091-1.09a1.544 1.544 0 1 0-2.184 2.183m.031 2.152L4.71 13.47c-.456.456-.684.684-.829.957a2 2 0 0 0-.203.58c-.058.304-.022.624.049 1.265l.053.476c.02.175.029.262.031.346a2.06 2.06 0 0 1-.488 1.392c-.054.064-.117.126-.241.25l-.629.63a1.544 1.544 0 0 0 2.184 2.183l.628-.629c.125-.124.187-.187.25-.24c.389-.33.885-.504 1.393-.49c.084.003.171.013.346.032l.476.053c.64.071.961.107 1.265.05a2 2 0 0 0 .58-.204c.273-.145.501-.373.957-.829l1.439-1.439L10.116 16a.75.75 0 1 1 1.06-1.06l1.854 1.853l.94-.94L12.116 14a.75.75 0 0 1 1.06-1.06l1.854 1.853l1.065-1.064z"/></svg> </template>
CSS
.icon-pipette-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%22m10.241%205.753l8.006%208.006a1.544%201.544%200%200%200%202.183-2.184l-1.091-1.091l1.455-1.456a4.117%204.117%200%201%200-5.822-5.822L13.516%204.66l-1.091-1.09a1.544%201.544%200%201%200-2.184%202.183m.031%202.152L4.71%2013.47c-.456.456-.684.684-.829.957a2%202%200%200%200-.203.58c-.058.304-.022.624.049%201.265l.053.476c.02.175.029.262.031.346a2.06%202.06%200%200%201-.488%201.392c-.054.064-.117.126-.241.25l-.629.63a1.544%201.544%200%200%200%202.184%202.183l.628-.629c.125-.124.187-.187.25-.24c.389-.33.885-.504%201.393-.49c.084.003.171.013.346.032l.476.053c.64.071.961.107%201.265.05a2%202%200%200%200%20.58-.204c.273-.145.501-.373.957-.829l1.439-1.439L10.116%2016a.75.75%200%201%201%201.06-1.06l1.854%201.853l.94-.94L12.116%2014a.75.75%200%200%201%201.06-1.06l1.854%201.853l1.065-1.064z%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%22m10.241%205.753l8.006%208.006a1.544%201.544%200%200%200%202.183-2.184l-1.091-1.091l1.455-1.456a4.117%204.117%200%201%200-5.822-5.822L13.516%204.66l-1.091-1.09a1.544%201.544%200%201%200-2.184%202.183m.031%202.152L4.71%2013.47c-.456.456-.684.684-.829.957a2%202%200%200%200-.203.58c-.058.304-.022.624.049%201.265l.053.476c.02.175.029.262.031.346a2.06%202.06%200%200%201-.488%201.392c-.054.064-.117.126-.241.25l-.629.63a1.544%201.544%200%200%200%202.184%202.183l.628-.629c.125-.124.187-.187.25-.24c.389-.33.885-.504%201.393-.49c.084.003.171.013.346.032l.476.053c.64.071.961.107%201.265.05a2%202%200%200%200%20.58-.204c.273-.145.501-.373.957-.829l1.439-1.439L10.116%2016a.75.75%200%201%201%201.06-1.06l1.854%201.853l.94-.94L12.116%2014a.75.75%200%200%201%201.06-1.06l1.854%201.853l1.065-1.064z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pipette-filled.svg?color=%231a73e8&size=48