prescription icon

prescription-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
prescription-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the prescription icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m189 188l19.52-19.51a12 12 0 0 0-17-17L172 171l-33.07-33A56 56 0 0 0 124 28H72a12 12 0 0 0-12 12v152a12 12 0 0 0 24 0v-52h23l48 48l-19.52 19.51a12 12 0 0 0 17 17L172 205l19.51 19.52a12 12 0 0 0 17-17ZM84 52h40a32 32 0 0 1 0 64H84Z"/></svg>

React

import type { SVGProps } from "react";

export function PhPrescriptionBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m189 188l19.52-19.51a12 12 0 0 0-17-17L172 171l-33.07-33A56 56 0 0 0 124 28H72a12 12 0 0 0-12 12v152a12 12 0 0 0 24 0v-52h23l48 48l-19.52 19.51a12 12 0 0 0 17 17L172 205l19.51 19.52a12 12 0 0 0 17-17ZM84 52h40a32 32 0 0 1 0 64H84Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m189 188l19.52-19.51a12 12 0 0 0-17-17L172 171l-33.07-33A56 56 0 0 0 124 28H72a12 12 0 0 0-12 12v152a12 12 0 0 0 24 0v-52h23l48 48l-19.52 19.51a12 12 0 0 0 17 17L172 205l19.51 19.52a12 12 0 0 0 17-17ZM84 52h40a32 32 0 0 1 0 64H84Z"/></svg>
</template>

CSS

.icon-prescription-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m189%20188l19.52-19.51a12%2012%200%200%200-17-17L172%20171l-33.07-33A56%2056%200%200%200%20124%2028H72a12%2012%200%200%200-12%2012v152a12%2012%200%200%200%2024%200v-52h23l48%2048l-19.52%2019.51a12%2012%200%200%200%2017%2017L172%20205l19.51%2019.52a12%2012%200%200%200%2017-17ZM84%2052h40a32%2032%200%200%201%200%2064H84Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m189%20188l19.52-19.51a12%2012%200%200%200-17-17L172%20171l-33.07-33A56%2056%200%200%200%20124%2028H72a12%2012%200%200%200-12%2012v152a12%2012%200%200%200%2024%200v-52h23l48%2048l-19.52%2019.51a12%2012%200%200%200%2017%2017L172%20205l19.51%2019.52a12%2012%200%200%200%2017-17ZM84%2052h40a32%2032%200%200%201%200%2064H84Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/prescription-bold.svg?color=%231a73e8&size=48