hand pills icon
hand-pills from Reicon by REICON · Outline · Hands · MIT Free for personal and commercial use.
- Name
- hand-pills
- Set
- Reicon
- Style
- Outline
- Category
- Hands
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More hands icons from Reicon
Use the hand pills 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="M12.11 3.327A1.968 1.968 0 0 0 9.328 6.11l.988.988q.052-.022.106-.049c.386-.186.933-.521 1.52-1.108s.922-1.134 1.108-1.52l.05-.106zm2.103 2.102a7.4 7.4 0 0 1-1.211 1.573a7.4 7.4 0 0 1-1.573 1.211l.46.46a1.969 1.969 0 0 0 2.785-2.783zM8.266 2.266a3.47 3.47 0 0 1 4.905 0l2.563 2.563a3.469 3.469 0 0 1-4.905 4.905L8.266 7.171a3.47 3.47 0 0 1 0-4.905m.418 12.182c1.866-.361 3.863-.28 5.48.684c.226.135.44.304.625.512c.376.423.57.947.579 1.473q.286-.186.577-.407l1.808-1.365a2.64 2.64 0 0 1 3.124 0c.835.63 1.169 1.763.57 2.723c-.425.681-1.065 1.624-1.717 2.228c-.66.61-1.597 1.124-2.306 1.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3 14.3 0 0 0-2.865-.293H4a.75.75 0 0 1 0-1.5h2.26c1.062 0 2.135.111 3.168.324a14.1 14.1 0 0 0 5.06.111c.828-.134 1.602-.333 2.284-.662c.683-.33 1.451-.764 1.938-1.215c.493-.457 1.044-1.248 1.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316 0l-1.807 1.365c-.722.545-1.61 1.128-2.711 1.304a9 9 0 0 1-.347.048q-.086.015-.179.02a10 10 0 0 1-1.932 0a.75.75 0 1 1 .141-1.493a8.5 8.5 0 0 0 1.668-.003l.03-.003a.742.742 0 0 0 .15-1.138a1.2 1.2 0 0 0-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1 12.1 0 0 0-4.535 1.935a.75.75 0 0 1-.868-1.224a13.6 13.6 0 0 1 5.118-2.183" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHandPills(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="M12.11 3.327A1.968 1.968 0 0 0 9.328 6.11l.988.988q.052-.022.106-.049c.386-.186.933-.521 1.52-1.108s.922-1.134 1.108-1.52l.05-.106zm2.103 2.102a7.4 7.4 0 0 1-1.211 1.573a7.4 7.4 0 0 1-1.573 1.211l.46.46a1.969 1.969 0 0 0 2.785-2.783zM8.266 2.266a3.47 3.47 0 0 1 4.905 0l2.563 2.563a3.469 3.469 0 0 1-4.905 4.905L8.266 7.171a3.47 3.47 0 0 1 0-4.905m.418 12.182c1.866-.361 3.863-.28 5.48.684c.226.135.44.304.625.512c.376.423.57.947.579 1.473q.286-.186.577-.407l1.808-1.365a2.64 2.64 0 0 1 3.124 0c.835.63 1.169 1.763.57 2.723c-.425.681-1.065 1.624-1.717 2.228c-.66.61-1.597 1.124-2.306 1.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3 14.3 0 0 0-2.865-.293H4a.75.75 0 0 1 0-1.5h2.26c1.062 0 2.135.111 3.168.324a14.1 14.1 0 0 0 5.06.111c.828-.134 1.602-.333 2.284-.662c.683-.33 1.451-.764 1.938-1.215c.493-.457 1.044-1.248 1.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316 0l-1.807 1.365c-.722.545-1.61 1.128-2.711 1.304a9 9 0 0 1-.347.048q-.086.015-.179.02a10 10 0 0 1-1.932 0a.75.75 0 1 1 .141-1.493a8.5 8.5 0 0 0 1.668-.003l.03-.003a.742.742 0 0 0 .15-1.138a1.2 1.2 0 0 0-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1 12.1 0 0 0-4.535 1.935a.75.75 0 0 1-.868-1.224a13.6 13.6 0 0 1 5.118-2.183" 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="M12.11 3.327A1.968 1.968 0 0 0 9.328 6.11l.988.988q.052-.022.106-.049c.386-.186.933-.521 1.52-1.108s.922-1.134 1.108-1.52l.05-.106zm2.103 2.102a7.4 7.4 0 0 1-1.211 1.573a7.4 7.4 0 0 1-1.573 1.211l.46.46a1.969 1.969 0 0 0 2.785-2.783zM8.266 2.266a3.47 3.47 0 0 1 4.905 0l2.563 2.563a3.469 3.469 0 0 1-4.905 4.905L8.266 7.171a3.47 3.47 0 0 1 0-4.905m.418 12.182c1.866-.361 3.863-.28 5.48.684c.226.135.44.304.625.512c.376.423.57.947.579 1.473q.286-.186.577-.407l1.808-1.365a2.64 2.64 0 0 1 3.124 0c.835.63 1.169 1.763.57 2.723c-.425.681-1.065 1.624-1.717 2.228c-.66.61-1.597 1.124-2.306 1.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3 14.3 0 0 0-2.865-.293H4a.75.75 0 0 1 0-1.5h2.26c1.062 0 2.135.111 3.168.324a14.1 14.1 0 0 0 5.06.111c.828-.134 1.602-.333 2.284-.662c.683-.33 1.451-.764 1.938-1.215c.493-.457 1.044-1.248 1.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316 0l-1.807 1.365c-.722.545-1.61 1.128-2.711 1.304a9 9 0 0 1-.347.048q-.086.015-.179.02a10 10 0 0 1-1.932 0a.75.75 0 1 1 .141-1.493a8.5 8.5 0 0 0 1.668-.003l.03-.003a.742.742 0 0 0 .15-1.138a1.2 1.2 0 0 0-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1 12.1 0 0 0-4.535 1.935a.75.75 0 0 1-.868-1.224a13.6 13.6 0 0 1 5.118-2.183" clip-rule="evenodd"/></svg> </template>
CSS
.icon-hand-pills {
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%22M12.11%203.327A1.968%201.968%200%200%200%209.328%206.11l.988.988q.052-.022.106-.049c.386-.186.933-.521%201.52-1.108s.922-1.134%201.108-1.52l.05-.106zm2.103%202.102a7.4%207.4%200%200%201-1.211%201.573a7.4%207.4%200%200%201-1.573%201.211l.46.46a1.969%201.969%200%200%200%202.785-2.783zM8.266%202.266a3.47%203.47%200%200%201%204.905%200l2.563%202.563a3.469%203.469%200%200%201-4.905%204.905L8.266%207.171a3.47%203.47%200%200%201%200-4.905m.418%2012.182c1.866-.361%203.863-.28%205.48.684c.226.135.44.304.625.512c.376.423.57.947.579%201.473q.286-.186.577-.407l1.808-1.365a2.64%202.64%200%200%201%203.124%200c.835.63%201.169%201.763.57%202.723c-.425.681-1.065%201.624-1.717%202.228c-.66.61-1.597%201.124-2.306%201.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3%2014.3%200%200%200-2.865-.293H4a.75.75%200%200%201%200-1.5h2.26c1.062%200%202.135.111%203.168.324a14.1%2014.1%200%200%200%205.06.111c.828-.134%201.602-.333%202.284-.662c.683-.33%201.451-.764%201.938-1.215c.493-.457%201.044-1.248%201.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316%200l-1.807%201.365c-.722.545-1.61%201.128-2.711%201.304a9%209%200%200%201-.347.048q-.086.015-.179.02a10%2010%200%200%201-1.932%200a.75.75%200%201%201%20.141-1.493a8.5%208.5%200%200%200%201.668-.003l.03-.003a.742.742%200%200%200%20.15-1.138a1.2%201.2%200%200%200-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1%2012.1%200%200%200-4.535%201.935a.75.75%200%200%201-.868-1.224a13.6%2013.6%200%200%201%205.118-2.183%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%22M12.11%203.327A1.968%201.968%200%200%200%209.328%206.11l.988.988q.052-.022.106-.049c.386-.186.933-.521%201.52-1.108s.922-1.134%201.108-1.52l.05-.106zm2.103%202.102a7.4%207.4%200%200%201-1.211%201.573a7.4%207.4%200%200%201-1.573%201.211l.46.46a1.969%201.969%200%200%200%202.785-2.783zM8.266%202.266a3.47%203.47%200%200%201%204.905%200l2.563%202.563a3.469%203.469%200%200%201-4.905%204.905L8.266%207.171a3.47%203.47%200%200%201%200-4.905m.418%2012.182c1.866-.361%203.863-.28%205.48.684c.226.135.44.304.625.512c.376.423.57.947.579%201.473q.286-.186.577-.407l1.808-1.365a2.64%202.64%200%200%201%203.124%200c.835.63%201.169%201.763.57%202.723c-.425.681-1.065%201.624-1.717%202.228c-.66.61-1.597%201.124-2.306%201.466c-.862.416-1.792.646-2.697.792c-1.85.3-3.774.254-5.602-.123a14.3%2014.3%200%200%200-2.865-.293H4a.75.75%200%200%201%200-1.5h2.26c1.062%200%202.135.111%203.168.324a14.1%2014.1%200%200%200%205.06.111c.828-.134%201.602-.333%202.284-.662c.683-.33%201.451-.764%201.938-1.215c.493-.457%201.044-1.248%201.465-1.922c.127-.204.109-.497-.202-.732c-.37-.28-.947-.28-1.316%200l-1.807%201.365c-.722.545-1.61%201.128-2.711%201.304a9%209%200%200%201-.347.048q-.086.015-.179.02a10%2010%200%200%201-1.932%200a.75.75%200%201%201%20.141-1.493a8.5%208.5%200%200%200%201.668-.003l.03-.003a.742.742%200%200%200%20.15-1.138a1.2%201.2%200%200%200-.275-.222c-1.181-.705-2.759-.822-4.426-.5a12.1%2012.1%200%200%200-4.535%201.935a.75.75%200%200%201-.868-1.224a13.6%2013.6%200%200%201%205.118-2.183%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/hand-pills.svg?color=%231a73e8&size=48