prescription icon

prescription from Line Awesome by Icons8 · Line · Medical · Apache-2.0 Free for personal and commercial use.

Name
prescription
Set
Line Awesome
Style
Line
Category
Medical
Viewbox
32×32
License
Apache 2.0
Aliases
prescription-solid

The same icon in other sets

More medical icons from Line Awesome

Use the prescription icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v16h2v-6h4.994l4.776 8.828L13.107 29h2.385l3.9-6h.215l3.9 6h2.386l-4.649-7.148L25.24 15h-2.314l-3.412 5.85l-4.483-8.29A5 5 0 0 0 18 8c0-2.757-2.243-5-5-5zm2 2h5c1.654 0 3 1.346 3 3s-1.346 3-3 3H8z"/></svg>

React

import type { SVGProps } from "react";

export function LaPrescription(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v16h2v-6h4.994l4.776 8.828L13.107 29h2.385l3.9-6h.215l3.9 6h2.386l-4.649-7.148L25.24 15h-2.314l-3.412 5.85l-4.483-8.29A5 5 0 0 0 18 8c0-2.757-2.243-5-5-5zm2 2h5c1.654 0 3 1.346 3 3s-1.346 3-3 3H8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 3v16h2v-6h4.994l4.776 8.828L13.107 29h2.385l3.9-6h.215l3.9 6h2.386l-4.649-7.148L25.24 15h-2.314l-3.412 5.85l-4.483-8.29A5 5 0 0 0 18 8c0-2.757-2.243-5-5-5zm2 2h5c1.654 0 3 1.346 3 3s-1.346 3-3 3H8z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203v16h2v-6h4.994l4.776%208.828L13.107%2029h2.385l3.9-6h.215l3.9%206h2.386l-4.649-7.148L25.24%2015h-2.314l-3.412%205.85l-4.483-8.29A5%205%200%200%200%2018%208c0-2.757-2.243-5-5-5zm2%202h5c1.654%200%203%201.346%203%203s-1.346%203-3%203H8z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203v16h2v-6h4.994l4.776%208.828L13.107%2029h2.385l3.9-6h.215l3.9%206h2.386l-4.649-7.148L25.24%2015h-2.314l-3.412%205.85l-4.483-8.29A5%205%200%200%200%2018%208c0-2.757-2.243-5-5-5zm2%202h5c1.654%200%203%201.346%203%203s-1.346%203-3%203H8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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