pill jar2 icon
pill-jar2-duotone from Reicon by REICON · Duotone · Medicine · MIT Free for personal and commercial use.
- Name
- pill-jar2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More medicine icons from Reicon
Use the pill jar2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 3.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C6.801 2 7.034 2 7.5 2h9c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C17.199 5 16.966 5 16.5 5h-9c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C6 4.199 6 3.966 6 3.5" opacity=".5"/><path fill-rule="evenodd" d="M12 11.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25V16a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V12a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="m15.878 15.667l-2.21 2.211c-.917.916-.886 2.432.068 3.386s2.47.985 3.386.069l2.21-2.211c.917-.916.886-2.432-.068-3.386s-2.47-.985-3.386-.069" opacity=".5"/><path d="M9 5L5.501 7.799A4 4 0 0 0 4.108 10h15.788a4 4 0 0 0-1.379-2.2L16.16 5.89L15.018 5zM4.927 20.113A4 4 0 0 1 4.025 18h7.78c-.56 1.31-.336 2.86.58 4H8.957c-.571 0-.857 0-1.127-.037a4 4 0 0 1-2.152-1.008c-.202-.184-.385-.404-.75-.842"/><path d="M4 17.552v-6.63q0-.471.108-.922h15.787q.105.444.105.908v3.476c-1.511-1.215-3.747-1.213-5.182.222l-2.211 2.211c-.354.354-.62.756-.803 1.183H4.025A4 4 0 0 1 4 17.552" opacity=".5"/><path d="M18.82 19.634a5 5 0 0 0-.168-.377a6.5 6.5 0 0 0-1.231-1.678a6.5 6.5 0 0 0-1.678-1.232a5 5 0 0 0-.377-.168l-1.226 1.226l.47.1l.01.003q.024.006.085.026c.08.027.208.076.37.156c.323.161.785.45 1.285.95s.789.962.95 1.285a3 3 0 0 1 .182.454l.003.011l.1.47z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPillJar2Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 3.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C6.801 2 7.034 2 7.5 2h9c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C17.199 5 16.966 5 16.5 5h-9c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C6 4.199 6 3.966 6 3.5" opacity=".5"/><path fillRule="evenodd" d="M12 11.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25V16a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V12a.75.75 0 0 1 .75-.75" clipRule="evenodd"/><path d="m15.878 15.667l-2.21 2.211c-.917.916-.886 2.432.068 3.386s2.47.985 3.386.069l2.21-2.211c.917-.916.886-2.432-.068-3.386s-2.47-.985-3.386-.069" opacity=".5"/><path d="M9 5L5.501 7.799A4 4 0 0 0 4.108 10h15.788a4 4 0 0 0-1.379-2.2L16.16 5.89L15.018 5zM4.927 20.113A4 4 0 0 1 4.025 18h7.78c-.56 1.31-.336 2.86.58 4H8.957c-.571 0-.857 0-1.127-.037a4 4 0 0 1-2.152-1.008c-.202-.184-.385-.404-.75-.842"/><path d="M4 17.552v-6.63q0-.471.108-.922h15.787q.105.444.105.908v3.476c-1.511-1.215-3.747-1.213-5.182.222l-2.211 2.211c-.354.354-.62.756-.803 1.183H4.025A4 4 0 0 1 4 17.552" opacity=".5"/><path d="M18.82 19.634a5 5 0 0 0-.168-.377a6.5 6.5 0 0 0-1.231-1.678a6.5 6.5 0 0 0-1.678-1.232a5 5 0 0 0-.377-.168l-1.226 1.226l.47.1l.01.003q.024.006.085.026c.08.027.208.076.37.156c.323.161.785.45 1.285.95s.789.962.95 1.285a3 3 0 0 1 .182.454l.003.011l.1.47z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6 3.5c0-.466 0-.699.076-.883a1 1 0 0 1 .541-.54C6.801 2 7.034 2 7.5 2h9c.466 0 .699 0 .883.076a1 1 0 0 1 .54.541c.077.184.077.417.077.883s0 .699-.076.883a1 1 0 0 1-.541.54C17.199 5 16.966 5 16.5 5h-9c-.466 0-.699 0-.883-.076a1 1 0 0 1-.54-.541C6 4.199 6 3.966 6 3.5" opacity=".5"/><path fill-rule="evenodd" d="M12 11.25a.75.75 0 0 1 .75.75v1.25H14a.75.75 0 0 1 0 1.5h-1.25V16a.75.75 0 0 1-1.5 0v-1.25H10a.75.75 0 0 1 0-1.5h1.25V12a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/><path d="m15.878 15.667l-2.21 2.211c-.917.916-.886 2.432.068 3.386s2.47.985 3.386.069l2.21-2.211c.917-.916.886-2.432-.068-3.386s-2.47-.985-3.386-.069" opacity=".5"/><path d="M9 5L5.501 7.799A4 4 0 0 0 4.108 10h15.788a4 4 0 0 0-1.379-2.2L16.16 5.89L15.018 5zM4.927 20.113A4 4 0 0 1 4.025 18h7.78c-.56 1.31-.336 2.86.58 4H8.957c-.571 0-.857 0-1.127-.037a4 4 0 0 1-2.152-1.008c-.202-.184-.385-.404-.75-.842"/><path d="M4 17.552v-6.63q0-.471.108-.922h15.787q.105.444.105.908v3.476c-1.511-1.215-3.747-1.213-5.182.222l-2.211 2.211c-.354.354-.62.756-.803 1.183H4.025A4 4 0 0 1 4 17.552" opacity=".5"/><path d="M18.82 19.634a5 5 0 0 0-.168-.377a6.5 6.5 0 0 0-1.231-1.678a6.5 6.5 0 0 0-1.678-1.232a5 5 0 0 0-.377-.168l-1.226 1.226l.47.1l.01.003q.024.006.085.026c.08.027.208.076.37.156c.323.161.785.45 1.285.95s.789.962.95 1.285a3 3 0 0 1 .182.454l.003.011l.1.47z"/></g></svg> </template>
CSS
.icon-pill-jar2-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%203.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C6.801%202%207.034%202%207.5%202h9c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C17.199%205%2016.966%205%2016.5%205h-9c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C6%204.199%206%203.966%206%203.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2011.25a.75.75%200%200%201%20.75.75v1.25H14a.75.75%200%200%201%200%201.5h-1.25V16a.75.75%200%200%201-1.5%200v-1.25H10a.75.75%200%200%201%200-1.5h1.25V12a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m15.878%2015.667l-2.21%202.211c-.917.916-.886%202.432.068%203.386s2.47.985%203.386.069l2.21-2.211c.917-.916.886-2.432-.068-3.386s-2.47-.985-3.386-.069%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%205L5.501%207.799A4%204%200%200%200%204.108%2010h15.788a4%204%200%200%200-1.379-2.2L16.16%205.89L15.018%205zM4.927%2020.113A4%204%200%200%201%204.025%2018h7.78c-.56%201.31-.336%202.86.58%204H8.957c-.571%200-.857%200-1.127-.037a4%204%200%200%201-2.152-1.008c-.202-.184-.385-.404-.75-.842%22%2F%3E%3Cpath%20d%3D%22M4%2017.552v-6.63q0-.471.108-.922h15.787q.105.444.105.908v3.476c-1.511-1.215-3.747-1.213-5.182.222l-2.211%202.211c-.354.354-.62.756-.803%201.183H4.025A4%204%200%200%201%204%2017.552%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18.82%2019.634a5%205%200%200%200-.168-.377a6.5%206.5%200%200%200-1.231-1.678a6.5%206.5%200%200%200-1.678-1.232a5%205%200%200%200-.377-.168l-1.226%201.226l.47.1l.01.003q.024.006.085.026c.08.027.208.076.37.156c.323.161.785.45%201.285.95s.789.962.95%201.285a3%203%200%200%201%20.182.454l.003.011l.1.47z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6%203.5c0-.466%200-.699.076-.883a1%201%200%200%201%20.541-.54C6.801%202%207.034%202%207.5%202h9c.466%200%20.699%200%20.883.076a1%201%200%200%201%20.54.541c.077.184.077.417.077.883s0%20.699-.076.883a1%201%200%200%201-.541.54C17.199%205%2016.966%205%2016.5%205h-9c-.466%200-.699%200-.883-.076a1%201%200%200%201-.54-.541C6%204.199%206%203.966%206%203.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2011.25a.75.75%200%200%201%20.75.75v1.25H14a.75.75%200%200%201%200%201.5h-1.25V16a.75.75%200%200%201-1.5%200v-1.25H10a.75.75%200%200%201%200-1.5h1.25V12a.75.75%200%200%201%20.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m15.878%2015.667l-2.21%202.211c-.917.916-.886%202.432.068%203.386s2.47.985%203.386.069l2.21-2.211c.917-.916.886-2.432-.068-3.386s-2.47-.985-3.386-.069%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9%205L5.501%207.799A4%204%200%200%200%204.108%2010h15.788a4%204%200%200%200-1.379-2.2L16.16%205.89L15.018%205zM4.927%2020.113A4%204%200%200%201%204.025%2018h7.78c-.56%201.31-.336%202.86.58%204H8.957c-.571%200-.857%200-1.127-.037a4%204%200%200%201-2.152-1.008c-.202-.184-.385-.404-.75-.842%22%2F%3E%3Cpath%20d%3D%22M4%2017.552v-6.63q0-.471.108-.922h15.787q.105.444.105.908v3.476c-1.511-1.215-3.747-1.213-5.182.222l-2.211%202.211c-.354.354-.62.756-.803%201.183H4.025A4%204%200%200%201%204%2017.552%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M18.82%2019.634a5%205%200%200%200-.168-.377a6.5%206.5%200%200%200-1.231-1.678a6.5%206.5%200%200%200-1.678-1.232a5%205%200%200%200-.377-.168l-1.226%201.226l.47.1l.01.003q.024.006.085.026c.08.027.208.076.37.156c.323.161.785.45%201.285.95s.789.962.95%201.285a3%203%200%200%201%20.182.454l.003.011l.1.47z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/pill-jar2-duotone.svg?color=%231a73e8&size=48