file prescription icon
file-prescription from Font Awesome 6 Solid by Dave Gandy · Regular · Medical · CC-BY-4.0 Attribution required.
- Name
- file-prescription
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Medical
- Viewbox
- 384×512
- License
- CC BY 4.0
The same icon in other sets
More medical icons from Font Awesome 6 Solid
Use the file prescription icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM104 196h72c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3l33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3l-31.6 29l31.7 29.7c8.1 7.6 8.5 20.2.9 28.3s-20.2 8.5-28.3.9l-33.9-31.8l-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9l-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6h-20v44c0 11-9 20-20 20s-20-9-20-20V216c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20h-52v40z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidFilePrescription(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM104 196h72c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3l33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3l-31.6 29l31.7 29.7c8.1 7.6 8.5 20.2.9 28.3s-20.2 8.5-28.3.9l-33.9-31.8l-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9l-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6h-20v44c0 11-9 20-20 20s-20-9-20-20V216c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20h-52v40z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M64 0C28.7 0 0 28.7 0 64v384c0 35.3 28.7 64 64 64h256c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0zm192 0v128h128zM104 196h72c33.1 0 60 26.9 60 60c0 25.5-15.9 47.2-38.3 55.9l43 40.3l33.8-31c8.1-7.5 20.8-6.9 28.3 1.2s6.9 20.8-1.2 28.3l-31.6 29l31.7 29.7c8.1 7.6 8.5 20.2.9 28.3s-20.2 8.5-28.3.9l-33.9-31.8l-34.9 32c-8.1 7.5-20.8 6.9-28.3-1.2s-6.9-20.8 1.2-28.3l32.6-29.9l-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6h-20v44c0 11-9 20-20 20s-20-9-20-20V216c0-11 9-20 20-20zm72 80c11 0 20-9 20-20s-9-20-20-20h-52v40z"/></svg> </template>
CSS
.icon-file-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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%200C28.7%200%200%2028.7%200%2064v384c0%2035.3%2028.7%2064%2064%2064h256c35.3%200%2064-28.7%2064-64V160H256c-17.7%200-32-14.3-32-32V0zm192%200v128h128zM104%20196h72c33.1%200%2060%2026.9%2060%2060c0%2025.5-15.9%2047.2-38.3%2055.9l43%2040.3l33.8-31c8.1-7.5%2020.8-6.9%2028.3%201.2s6.9%2020.8-1.2%2028.3l-31.6%2029l31.7%2029.7c8.1%207.6%208.5%2020.2.9%2028.3s-20.2%208.5-28.3.9l-33.9-31.8l-34.9%2032c-8.1%207.5-20.8%206.9-28.3-1.2s-6.9-20.8%201.2-28.3l32.6-29.9l-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6h-20v44c0%2011-9%2020-20%2020s-20-9-20-20V216c0-11%209-20%2020-20zm72%2080c11%200%2020-9%2020-20s-9-20-20-20h-52v40z%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%200C28.7%200%200%2028.7%200%2064v384c0%2035.3%2028.7%2064%2064%2064h256c35.3%200%2064-28.7%2064-64V160H256c-17.7%200-32-14.3-32-32V0zm192%200v128h128zM104%20196h72c33.1%200%2060%2026.9%2060%2060c0%2025.5-15.9%2047.2-38.3%2055.9l43%2040.3l33.8-31c8.1-7.5%2020.8-6.9%2028.3%201.2s6.9%2020.8-1.2%2028.3l-31.6%2029l31.7%2029.7c8.1%207.6%208.5%2020.2.9%2028.3s-20.2%208.5-28.3.9l-33.9-31.8l-34.9%2032c-8.1%207.5-20.8%206.9-28.3-1.2s-6.9-20.8%201.2-28.3l32.6-29.9l-64.8-60.8c-.9-.8-1.6-1.7-2.3-2.6h-20v44c0%2011-9%2020-20%2020s-20-9-20-20V216c0-11%209-20%2020-20zm72%2080c11%200%2020-9%2020-20s-9-20-20-20h-52v40z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/file-prescription.svg?color=%231a73e8&size=48