pills3 icon
pills3 from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.
- Name
- pills3
- Set
- Reicon
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More medicine icons from Reicon
Use the pills3 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="M19.53 2.348a3.75 3.75 0 1 0-5.303 5.304a3.75 3.75 0 0 0 5.303-5.304M15.288 3.41a2.25 2.25 0 1 1 3.182 3.182a2.25 2.25 0 0 1-3.182-3.182m-5.076 2.377a5.25 5.25 0 1 0-7.424 7.425a5.25 5.25 0 0 0 7.424-7.425M3.848 6.848a3.75 3.75 0 0 1 6.327 1.902h-7.35a3.73 3.73 0 0 1 1.023-1.902M2.825 10.25h7.35a3.75 3.75 0 0 1-7.35 0m18.611 1.314a4.49 4.49 0 0 0-6.347 0l-3.524 3.524a4.488 4.488 0 1 0 6.346 6.347l3.524-3.524a4.49 4.49 0 0 0 0-6.347m-5.287 1.06a2.988 2.988 0 1 1 4.226 4.227L19 18.224l-.026-.008a4.5 4.5 0 0 1-.583-.236c-.5-.241-1.2-.672-1.95-1.421c-.75-.75-1.181-1.452-1.422-1.951a4.5 4.5 0 0 1-.236-.583L14.775 14zm-2.53 2.53l.05.105c.307.637.832 1.48 1.712 2.36s1.723 1.405 2.36 1.712l.104.05l-.994.994a2.988 2.988 0 1 1-4.226-4.226z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconPills3(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="M19.53 2.348a3.75 3.75 0 1 0-5.303 5.304a3.75 3.75 0 0 0 5.303-5.304M15.288 3.41a2.25 2.25 0 1 1 3.182 3.182a2.25 2.25 0 0 1-3.182-3.182m-5.076 2.377a5.25 5.25 0 1 0-7.424 7.425a5.25 5.25 0 0 0 7.424-7.425M3.848 6.848a3.75 3.75 0 0 1 6.327 1.902h-7.35a3.73 3.73 0 0 1 1.023-1.902M2.825 10.25h7.35a3.75 3.75 0 0 1-7.35 0m18.611 1.314a4.49 4.49 0 0 0-6.347 0l-3.524 3.524a4.488 4.488 0 1 0 6.346 6.347l3.524-3.524a4.49 4.49 0 0 0 0-6.347m-5.287 1.06a2.988 2.988 0 1 1 4.226 4.227L19 18.224l-.026-.008a4.5 4.5 0 0 1-.583-.236c-.5-.241-1.2-.672-1.95-1.421c-.75-.75-1.181-1.452-1.422-1.951a4.5 4.5 0 0 1-.236-.583L14.775 14zm-2.53 2.53l.05.105c.307.637.832 1.48 1.712 2.36s1.723 1.405 2.36 1.712l.104.05l-.994.994a2.988 2.988 0 1 1-4.226-4.226z" 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="M19.53 2.348a3.75 3.75 0 1 0-5.303 5.304a3.75 3.75 0 0 0 5.303-5.304M15.288 3.41a2.25 2.25 0 1 1 3.182 3.182a2.25 2.25 0 0 1-3.182-3.182m-5.076 2.377a5.25 5.25 0 1 0-7.424 7.425a5.25 5.25 0 0 0 7.424-7.425M3.848 6.848a3.75 3.75 0 0 1 6.327 1.902h-7.35a3.73 3.73 0 0 1 1.023-1.902M2.825 10.25h7.35a3.75 3.75 0 0 1-7.35 0m18.611 1.314a4.49 4.49 0 0 0-6.347 0l-3.524 3.524a4.488 4.488 0 1 0 6.346 6.347l3.524-3.524a4.49 4.49 0 0 0 0-6.347m-5.287 1.06a2.988 2.988 0 1 1 4.226 4.227L19 18.224l-.026-.008a4.5 4.5 0 0 1-.583-.236c-.5-.241-1.2-.672-1.95-1.421c-.75-.75-1.181-1.452-1.422-1.951a4.5 4.5 0 0 1-.236-.583L14.775 14zm-2.53 2.53l.05.105c.307.637.832 1.48 1.712 2.36s1.723 1.405 2.36 1.712l.104.05l-.994.994a2.988 2.988 0 1 1-4.226-4.226z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-pills3 {
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%22M19.53%202.348a3.75%203.75%200%201%200-5.303%205.304a3.75%203.75%200%200%200%205.303-5.304M15.288%203.41a2.25%202.25%200%201%201%203.182%203.182a2.25%202.25%200%200%201-3.182-3.182m-5.076%202.377a5.25%205.25%200%201%200-7.424%207.425a5.25%205.25%200%200%200%207.424-7.425M3.848%206.848a3.75%203.75%200%200%201%206.327%201.902h-7.35a3.73%203.73%200%200%201%201.023-1.902M2.825%2010.25h7.35a3.75%203.75%200%200%201-7.35%200m18.611%201.314a4.49%204.49%200%200%200-6.347%200l-3.524%203.524a4.488%204.488%200%201%200%206.346%206.347l3.524-3.524a4.49%204.49%200%200%200%200-6.347m-5.287%201.06a2.988%202.988%200%201%201%204.226%204.227L19%2018.224l-.026-.008a4.5%204.5%200%200%201-.583-.236c-.5-.241-1.2-.672-1.95-1.421c-.75-.75-1.181-1.452-1.422-1.951a4.5%204.5%200%200%201-.236-.583L14.775%2014zm-2.53%202.53l.05.105c.307.637.832%201.48%201.712%202.36s1.723%201.405%202.36%201.712l.104.05l-.994.994a2.988%202.988%200%201%201-4.226-4.226z%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%22M19.53%202.348a3.75%203.75%200%201%200-5.303%205.304a3.75%203.75%200%200%200%205.303-5.304M15.288%203.41a2.25%202.25%200%201%201%203.182%203.182a2.25%202.25%200%200%201-3.182-3.182m-5.076%202.377a5.25%205.25%200%201%200-7.424%207.425a5.25%205.25%200%200%200%207.424-7.425M3.848%206.848a3.75%203.75%200%200%201%206.327%201.902h-7.35a3.73%203.73%200%200%201%201.023-1.902M2.825%2010.25h7.35a3.75%203.75%200%200%201-7.35%200m18.611%201.314a4.49%204.49%200%200%200-6.347%200l-3.524%203.524a4.488%204.488%200%201%200%206.346%206.347l3.524-3.524a4.49%204.49%200%200%200%200-6.347m-5.287%201.06a2.988%202.988%200%201%201%204.226%204.227L19%2018.224l-.026-.008a4.5%204.5%200%200%201-.583-.236c-.5-.241-1.2-.672-1.95-1.421c-.75-.75-1.181-1.452-1.422-1.951a4.5%204.5%200%200%201-.236-.583L14.775%2014zm-2.53%202.53l.05.105c.307.637.832%201.48%201.712%202.36s1.723%201.405%202.36%201.712l.104.05l-.994.994a2.988%202.988%200%201%201-4.226-4.226z%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/pills3.svg?color=%231a73e8&size=48