pipette icon
pipette from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.
- Name
- pipette
- Set
- Reicon
- Style
- Outline
- 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" fill-rule="evenodd" d="M20.264 3.736a3.367 3.367 0 0 0-4.762 0l-1.455 1.456a.75.75 0 0 1-1.061 0L11.894 4.1a.794.794 0 1 0-1.122 1.123l8.005 8.005a.794.794 0 0 0 1.123-1.122l-1.092-1.092a.75.75 0 0 1 0-1.06l1.456-1.456a3.367 3.367 0 0 0 0-4.762m-5.822-1.06a4.867 4.867 0 1 1 6.883 6.882l-.926.926l.562.561a2.294 2.294 0 0 1-3.244 3.244l-.562-.561l-6.094 6.093l-.066.067c-.39.391-.695.696-1.07.894a2.8 2.8 0 0 1-.792.278c-.416.08-.844.032-1.393-.03l-.094-.01l-.476-.053a4 4 0 0 0-.285-.027a1.3 1.3 0 0 0-.885.31c-.035.03-.072.066-.205.2l-.63.628a2.294 2.294 0 1 1-3.243-3.244l.629-.629c.133-.133.17-.17.2-.205c.208-.247.319-.562.31-.885a4 4 0 0 0-.028-.285l-.053-.476l-.01-.094c-.061-.549-.11-.977-.03-1.394a2.8 2.8 0 0 1 .277-.791c.2-.375.504-.68.895-1.07l.067-.067l6.093-6.093l-.561-.562a2.294 2.294 0 1 1 3.244-3.244l.561.562zm-3.109 5.23l-6.094 6.093c-.489.489-.617.628-.696.778q-.093.175-.13.369c-.031.167-.018.355.058 1.043l.056.5c.017.15.03.267.033.382c.02.694-.217 1.37-.666 1.9c-.075.087-.158.17-.265.277l-.018.018l-.628.629a.794.794 0 1 0 1.122 1.122l.647-.646c.107-.107.19-.19.277-.265a2.8 2.8 0 0 1 1.9-.666c.115.003.231.016.382.033l.5.056c.688.076.876.09 1.043.058a1.3 1.3 0 0 0 .369-.13c.15-.08.289-.207.778-.696l1.438-1.439L10.116 16a.75.75 0 0 1 1.06-1.06l1.324 1.323l.94-.94L12.115 14a.75.75 0 0 1 1.06-1.06l1.324 1.323l1.595-1.595z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPipette(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" fillRule="evenodd" d="M20.264 3.736a3.367 3.367 0 0 0-4.762 0l-1.455 1.456a.75.75 0 0 1-1.061 0L11.894 4.1a.794.794 0 1 0-1.122 1.123l8.005 8.005a.794.794 0 0 0 1.123-1.122l-1.092-1.092a.75.75 0 0 1 0-1.06l1.456-1.456a3.367 3.367 0 0 0 0-4.762m-5.822-1.06a4.867 4.867 0 1 1 6.883 6.882l-.926.926l.562.561a2.294 2.294 0 0 1-3.244 3.244l-.562-.561l-6.094 6.093l-.066.067c-.39.391-.695.696-1.07.894a2.8 2.8 0 0 1-.792.278c-.416.08-.844.032-1.393-.03l-.094-.01l-.476-.053a4 4 0 0 0-.285-.027a1.3 1.3 0 0 0-.885.31c-.035.03-.072.066-.205.2l-.63.628a2.294 2.294 0 1 1-3.243-3.244l.629-.629c.133-.133.17-.17.2-.205c.208-.247.319-.562.31-.885a4 4 0 0 0-.028-.285l-.053-.476l-.01-.094c-.061-.549-.11-.977-.03-1.394a2.8 2.8 0 0 1 .277-.791c.2-.375.504-.68.895-1.07l.067-.067l6.093-6.093l-.561-.562a2.294 2.294 0 1 1 3.244-3.244l.561.562zm-3.109 5.23l-6.094 6.093c-.489.489-.617.628-.696.778q-.093.175-.13.369c-.031.167-.018.355.058 1.043l.056.5c.017.15.03.267.033.382c.02.694-.217 1.37-.666 1.9c-.075.087-.158.17-.265.277l-.018.018l-.628.629a.794.794 0 1 0 1.122 1.122l.647-.646c.107-.107.19-.19.277-.265a2.8 2.8 0 0 1 1.9-.666c.115.003.231.016.382.033l.5.056c.688.076.876.09 1.043.058a1.3 1.3 0 0 0 .369-.13c.15-.08.289-.207.778-.696l1.438-1.439L10.116 16a.75.75 0 0 1 1.06-1.06l1.324 1.323l.94-.94L12.115 14a.75.75 0 0 1 1.06-1.06l1.324 1.323l1.595-1.595z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M20.264 3.736a3.367 3.367 0 0 0-4.762 0l-1.455 1.456a.75.75 0 0 1-1.061 0L11.894 4.1a.794.794 0 1 0-1.122 1.123l8.005 8.005a.794.794 0 0 0 1.123-1.122l-1.092-1.092a.75.75 0 0 1 0-1.06l1.456-1.456a3.367 3.367 0 0 0 0-4.762m-5.822-1.06a4.867 4.867 0 1 1 6.883 6.882l-.926.926l.562.561a2.294 2.294 0 0 1-3.244 3.244l-.562-.561l-6.094 6.093l-.066.067c-.39.391-.695.696-1.07.894a2.8 2.8 0 0 1-.792.278c-.416.08-.844.032-1.393-.03l-.094-.01l-.476-.053a4 4 0 0 0-.285-.027a1.3 1.3 0 0 0-.885.31c-.035.03-.072.066-.205.2l-.63.628a2.294 2.294 0 1 1-3.243-3.244l.629-.629c.133-.133.17-.17.2-.205c.208-.247.319-.562.31-.885a4 4 0 0 0-.028-.285l-.053-.476l-.01-.094c-.061-.549-.11-.977-.03-1.394a2.8 2.8 0 0 1 .277-.791c.2-.375.504-.68.895-1.07l.067-.067l6.093-6.093l-.561-.562a2.294 2.294 0 1 1 3.244-3.244l.561.562zm-3.109 5.23l-6.094 6.093c-.489.489-.617.628-.696.778q-.093.175-.13.369c-.031.167-.018.355.058 1.043l.056.5c.017.15.03.267.033.382c.02.694-.217 1.37-.666 1.9c-.075.087-.158.17-.265.277l-.018.018l-.628.629a.794.794 0 1 0 1.122 1.122l.647-.646c.107-.107.19-.19.277-.265a2.8 2.8 0 0 1 1.9-.666c.115.003.231.016.382.033l.5.056c.688.076.876.09 1.043.058a1.3 1.3 0 0 0 .369-.13c.15-.08.289-.207.778-.696l1.438-1.439L10.116 16a.75.75 0 0 1 1.06-1.06l1.324 1.323l.94-.94L12.115 14a.75.75 0 0 1 1.06-1.06l1.324 1.323l1.595-1.595z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pipette {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M20.264%203.736a3.367%203.367%200%200%200-4.762%200l-1.455%201.456a.75.75%200%200%201-1.061%200L11.894%204.1a.794.794%200%201%200-1.122%201.123l8.005%208.005a.794.794%200%200%200%201.123-1.122l-1.092-1.092a.75.75%200%200%201%200-1.06l1.456-1.456a3.367%203.367%200%200%200%200-4.762m-5.822-1.06a4.867%204.867%200%201%201%206.883%206.882l-.926.926l.562.561a2.294%202.294%200%200%201-3.244%203.244l-.562-.561l-6.094%206.093l-.066.067c-.39.391-.695.696-1.07.894a2.8%202.8%200%200%201-.792.278c-.416.08-.844.032-1.393-.03l-.094-.01l-.476-.053a4%204%200%200%200-.285-.027a1.3%201.3%200%200%200-.885.31c-.035.03-.072.066-.205.2l-.63.628a2.294%202.294%200%201%201-3.243-3.244l.629-.629c.133-.133.17-.17.2-.205c.208-.247.319-.562.31-.885a4%204%200%200%200-.028-.285l-.053-.476l-.01-.094c-.061-.549-.11-.977-.03-1.394a2.8%202.8%200%200%201%20.277-.791c.2-.375.504-.68.895-1.07l.067-.067l6.093-6.093l-.561-.562a2.294%202.294%200%201%201%203.244-3.244l.561.562zm-3.109%205.23l-6.094%206.093c-.489.489-.617.628-.696.778q-.093.175-.13.369c-.031.167-.018.355.058%201.043l.056.5c.017.15.03.267.033.382c.02.694-.217%201.37-.666%201.9c-.075.087-.158.17-.265.277l-.018.018l-.628.629a.794.794%200%201%200%201.122%201.122l.647-.646c.107-.107.19-.19.277-.265a2.8%202.8%200%200%201%201.9-.666c.115.003.231.016.382.033l.5.056c.688.076.876.09%201.043.058a1.3%201.3%200%200%200%20.369-.13c.15-.08.289-.207.778-.696l1.438-1.439L10.116%2016a.75.75%200%200%201%201.06-1.06l1.324%201.323l.94-.94L12.115%2014a.75.75%200%200%201%201.06-1.06l1.324%201.323l1.595-1.595z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M20.264%203.736a3.367%203.367%200%200%200-4.762%200l-1.455%201.456a.75.75%200%200%201-1.061%200L11.894%204.1a.794.794%200%201%200-1.122%201.123l8.005%208.005a.794.794%200%200%200%201.123-1.122l-1.092-1.092a.75.75%200%200%201%200-1.06l1.456-1.456a3.367%203.367%200%200%200%200-4.762m-5.822-1.06a4.867%204.867%200%201%201%206.883%206.882l-.926.926l.562.561a2.294%202.294%200%200%201-3.244%203.244l-.562-.561l-6.094%206.093l-.066.067c-.39.391-.695.696-1.07.894a2.8%202.8%200%200%201-.792.278c-.416.08-.844.032-1.393-.03l-.094-.01l-.476-.053a4%204%200%200%200-.285-.027a1.3%201.3%200%200%200-.885.31c-.035.03-.072.066-.205.2l-.63.628a2.294%202.294%200%201%201-3.243-3.244l.629-.629c.133-.133.17-.17.2-.205c.208-.247.319-.562.31-.885a4%204%200%200%200-.028-.285l-.053-.476l-.01-.094c-.061-.549-.11-.977-.03-1.394a2.8%202.8%200%200%201%20.277-.791c.2-.375.504-.68.895-1.07l.067-.067l6.093-6.093l-.561-.562a2.294%202.294%200%201%201%203.244-3.244l.561.562zm-3.109%205.23l-6.094%206.093c-.489.489-.617.628-.696.778q-.093.175-.13.369c-.031.167-.018.355.058%201.043l.056.5c.017.15.03.267.033.382c.02.694-.217%201.37-.666%201.9c-.075.087-.158.17-.265.277l-.018.018l-.628.629a.794.794%200%201%200%201.122%201.122l.647-.646c.107-.107.19-.19.277-.265a2.8%202.8%200%200%201%201.9-.666c.115.003.231.016.382.033l.5.056c.688.076.876.09%201.043.058a1.3%201.3%200%200%200%20.369-.13c.15-.08.289-.207.778-.696l1.438-1.439L10.116%2016a.75.75%200%200%201%201.06-1.06l1.324%201.323l.94-.94L12.115%2014a.75.75%200%200%201%201.06-1.06l1.324%201.323l1.595-1.595z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pipette.svg?color=%231a73e8&size=48