medicines icon
medicines-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Medications · MIT Free for personal and commercial use.
- Name
- medicines-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Medications
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More medications icons from Health Icons
Use the medicines icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.621 3.664c.629-1.064 2.203-.954 2.677.187l2.524 6.073a1.5 1.5 0 0 1-1.49 2.072l-5.868-.41a1.5 1.5 0 0 1-1.187-2.26zm-1.21 5.983l4.253.297l-1.83-4.402z" clip-rule="evenodd"/><path d="M15.759 5.284a1 1 0 1 0-.518 1.932l1.932.518a1 1 0 1 0 .518-1.932z"/><path fill-rule="evenodd" d="M16.5 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9M14 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6.238 19.335a3.75 3.75 0 0 1 2.242-4.807l6.108-2.223a3.75 3.75 0 1 1 2.565 7.048l-6.108 2.223a3.75 3.75 0 0 1-4.807-2.241m6.908-4.377l2.126-.774a1.75 1.75 0 0 1 1.197 3.29l-2.126.773zm-1.88.684l-2.102.766a1.75 1.75 0 1 0 1.197 3.288l2.103-.765z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMedicinesOutline24px(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 fillRule="evenodd" d="M5.621 3.664c.629-1.064 2.203-.954 2.677.187l2.524 6.073a1.5 1.5 0 0 1-1.49 2.072l-5.868-.41a1.5 1.5 0 0 1-1.187-2.26zm-1.21 5.983l4.253.297l-1.83-4.402z" clipRule="evenodd"/><path d="M15.759 5.284a1 1 0 1 0-.518 1.932l1.932.518a1 1 0 1 0 .518-1.932z"/><path fillRule="evenodd" d="M16.5 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9M14 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6.238 19.335a3.75 3.75 0 0 1 2.242-4.807l6.108-2.223a3.75 3.75 0 1 1 2.565 7.048l-6.108 2.223a3.75 3.75 0 0 1-4.807-2.241m6.908-4.377l2.126-.774a1.75 1.75 0 0 1 1.197 3.29l-2.126.773zm-1.88.684l-2.102.766a1.75 1.75 0 1 0 1.197 3.288l2.103-.765z" clipRule="evenodd"/></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 fill-rule="evenodd" d="M5.621 3.664c.629-1.064 2.203-.954 2.677.187l2.524 6.073a1.5 1.5 0 0 1-1.49 2.072l-5.868-.41a1.5 1.5 0 0 1-1.187-2.26zm-1.21 5.983l4.253.297l-1.83-4.402z" clip-rule="evenodd"/><path d="M15.759 5.284a1 1 0 1 0-.518 1.932l1.932.518a1 1 0 1 0 .518-1.932z"/><path fill-rule="evenodd" d="M16.5 2a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9M14 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6.238 19.335a3.75 3.75 0 0 1 2.242-4.807l6.108-2.223a3.75 3.75 0 1 1 2.565 7.048l-6.108 2.223a3.75 3.75 0 0 1-4.807-2.241m6.908-4.377l2.126-.774a1.75 1.75 0 0 1 1.197 3.29l-2.126.773zm-1.88.684l-2.102.766a1.75 1.75 0 1 0 1.197 3.288l2.103-.765z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-medicines-outline-24px {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.621%203.664c.629-1.064%202.203-.954%202.677.187l2.524%206.073a1.5%201.5%200%200%201-1.49%202.072l-5.868-.41a1.5%201.5%200%200%201-1.187-2.26zm-1.21%205.983l4.253.297l-1.83-4.402z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.759%205.284a1%201%200%201%200-.518%201.932l1.932.518a1%201%200%201%200%20.518-1.932z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%202a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9M14%206.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M6.238%2019.335a3.75%203.75%200%200%201%202.242-4.807l6.108-2.223a3.75%203.75%200%201%201%202.565%207.048l-6.108%202.223a3.75%203.75%200%200%201-4.807-2.241m6.908-4.377l2.126-.774a1.75%201.75%200%200%201%201.197%203.29l-2.126.773zm-1.88.684l-2.102.766a1.75%201.75%200%201%200%201.197%203.288l2.103-.765z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.621%203.664c.629-1.064%202.203-.954%202.677.187l2.524%206.073a1.5%201.5%200%200%201-1.49%202.072l-5.868-.41a1.5%201.5%200%200%201-1.187-2.26zm-1.21%205.983l4.253.297l-1.83-4.402z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M15.759%205.284a1%201%200%201%200-.518%201.932l1.932.518a1%201%200%201%200%20.518-1.932z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.5%202a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9M14%206.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M6.238%2019.335a3.75%203.75%200%200%201%202.242-4.807l6.108-2.223a3.75%203.75%200%201%201%202.565%207.048l-6.108%202.223a3.75%203.75%200%200%201-4.807-2.241m6.908-4.377l2.126-.774a1.75%201.75%200%200%201%201.197%203.29l-2.126.773zm-1.88.684l-2.102.766a1.75%201.75%200%201%200%201.197%203.288l2.103-.765z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/medicines-outline-24px.svg?color=%231a73e8&size=48