prescription icon
prescription from Material Design Icons by Pictogrammers · Filled · Medical / Hospital · Apache-2.0 Free for personal and commercial use.
- Name
- prescription
- Set
- Material Design Icons
- Style
- Filled
- Category
- Medical / Hospital
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
prescriptionBootstrap IconsprescriptionFont Awesome 6 SolidprescriptionFont Awesome SolidprescriptionHuge IconsprescriptionIconParkprescriptionIconPark OutlineprescriptionIconPark SolidprescriptionIconPark TwoToneprescriptionLine Awesomeprescription-fillMingCute IconprescriptionPhosphorprescriptionTabler Icons
More medical / hospital icons from Material Design Icons
Use the prescription icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4v10h2v-4h2l5.41 5.41L9.83 19l1.41 1.41l3.59-3.58l3.58 3.58L19.82 19l-3.58-3.59l3.58-3.58l-1.41-1.42L14.83 14l-4-4H11a3 3 0 0 0 3-3a3 3 0 0 0-3-3zm2 2h5a1 1 0 0 1 1 1a1 1 0 0 1-1 1H6z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPrescription(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" d="M4 4v10h2v-4h2l5.41 5.41L9.83 19l1.41 1.41l3.59-3.58l3.58 3.58L19.82 19l-3.58-3.59l3.58-3.58l-1.41-1.42L14.83 14l-4-4H11a3 3 0 0 0 3-3a3 3 0 0 0-3-3zm2 2h5a1 1 0 0 1 1 1a1 1 0 0 1-1 1H6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 4v10h2v-4h2l5.41 5.41L9.83 19l1.41 1.41l3.59-3.58l3.58 3.58L19.82 19l-3.58-3.59l3.58-3.58l-1.41-1.42L14.83 14l-4-4H11a3 3 0 0 0 3-3a3 3 0 0 0-3-3zm2 2h5a1 1 0 0 1 1 1a1 1 0 0 1-1 1H6z"/></svg> </template>
CSS
.icon-prescription {
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%20d%3D%22M4%204v10h2v-4h2l5.41%205.41L9.83%2019l1.41%201.41l3.59-3.58l3.58%203.58L19.82%2019l-3.58-3.59l3.58-3.58l-1.41-1.42L14.83%2014l-4-4H11a3%203%200%200%200%203-3a3%203%200%200%200-3-3zm2%202h5a1%201%200%200%201%201%201a1%201%200%200%201-1%201H6z%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%20d%3D%22M4%204v10h2v-4h2l5.41%205.41L9.83%2019l1.41%201.41l3.59-3.58l3.58%203.58L19.82%2019l-3.58-3.59l3.58-3.58l-1.41-1.42L14.83%2014l-4-4H11a3%203%200%200%200%203-3a3%203%200%200%200-3-3zm2%202h5a1%201%200%200%201%201%201a1%201%200%200%201-1%201H6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/prescription.svg?color=%231a73e8&size=48