prescriptions icon

prescriptions-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
prescriptions-outline
Set
Material Symbols
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
prescriptions-outline-rounded

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the prescriptions icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.95 20.65l1.15-1.15l-1.6-1.6l-1.15 1.15q-.35.35-.35.8t.35.8t.8.35t.8-.35m2.55-2.55l1.15-1.15q.35-.35.35-.8t-.35-.8t-.8-.35t-.8.35L17.9 16.5zm-1.125 3.975Q17.45 23 16.15 23t-2.225-.925T13 19.85t.925-2.225l3.7-3.7Q18.55 13 19.85 13t2.225.925T23 16.15t-.925 2.225zM5 19V5zm0 2q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h4.2q.325-.9 1.088-1.45T12 1t1.713.55T14.8 3H19q.825 0 1.413.588T21 5v6.125Q20.5 11 20 11t-1 .075V5H5v14h6.075Q11 19.5 11 20t.125 1zm7.538-16.963q.212-.212.212-.537t-.213-.537T12 2.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M7 9V7h10v2zm0 4v-2h10v.85q-.2.125-.387.288t-.388.362l-.5.5zm0 4v-2h6.725L12.5 16.225q-.2.2-.362.388T11.85 17z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPrescriptionsOutline(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="m16.95 20.65l1.15-1.15l-1.6-1.6l-1.15 1.15q-.35.35-.35.8t.35.8t.8.35t.8-.35m2.55-2.55l1.15-1.15q.35-.35.35-.8t-.35-.8t-.8-.35t-.8.35L17.9 16.5zm-1.125 3.975Q17.45 23 16.15 23t-2.225-.925T13 19.85t.925-2.225l3.7-3.7Q18.55 13 19.85 13t2.225.925T23 16.15t-.925 2.225zM5 19V5zm0 2q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h4.2q.325-.9 1.088-1.45T12 1t1.713.55T14.8 3H19q.825 0 1.413.588T21 5v6.125Q20.5 11 20 11t-1 .075V5H5v14h6.075Q11 19.5 11 20t.125 1zm7.538-16.963q.212-.212.212-.537t-.213-.537T12 2.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M7 9V7h10v2zm0 4v-2h10v.85q-.2.125-.387.288t-.388.362l-.5.5zm0 4v-2h6.725L12.5 16.225q-.2.2-.362.388T11.85 17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.95 20.65l1.15-1.15l-1.6-1.6l-1.15 1.15q-.35.35-.35.8t.35.8t.8.35t.8-.35m2.55-2.55l1.15-1.15q.35-.35.35-.8t-.35-.8t-.8-.35t-.8.35L17.9 16.5zm-1.125 3.975Q17.45 23 16.15 23t-2.225-.925T13 19.85t.925-2.225l3.7-3.7Q18.55 13 19.85 13t2.225.925T23 16.15t-.925 2.225zM5 19V5zm0 2q-.825 0-1.412-.587T3 19V5q0-.825.588-1.412T5 3h4.2q.325-.9 1.088-1.45T12 1t1.713.55T14.8 3H19q.825 0 1.413.588T21 5v6.125Q20.5 11 20 11t-1 .075V5H5v14h6.075Q11 19.5 11 20t.125 1zm7.538-16.963q.212-.212.212-.537t-.213-.537T12 2.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M7 9V7h10v2zm0 4v-2h10v.85q-.2.125-.387.288t-.388.362l-.5.5zm0 4v-2h6.725L12.5 16.225q-.2.2-.362.388T11.85 17z"/></svg>
</template>

CSS

.icon-prescriptions-outline {
  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%22m16.95%2020.65l1.15-1.15l-1.6-1.6l-1.15%201.15q-.35.35-.35.8t.35.8t.8.35t.8-.35m2.55-2.55l1.15-1.15q.35-.35.35-.8t-.35-.8t-.8-.35t-.8.35L17.9%2016.5zm-1.125%203.975Q17.45%2023%2016.15%2023t-2.225-.925T13%2019.85t.925-2.225l3.7-3.7Q18.55%2013%2019.85%2013t2.225.925T23%2016.15t-.925%202.225zM5%2019V5zm0%202q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h4.2q.325-.9%201.088-1.45T12%201t1.713.55T14.8%203H19q.825%200%201.413.588T21%205v6.125Q20.5%2011%2020%2011t-1%20.075V5H5v14h6.075Q11%2019.5%2011%2020t.125%201zm7.538-16.963q.212-.212.212-.537t-.213-.537T12%202.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M7%209V7h10v2zm0%204v-2h10v.85q-.2.125-.387.288t-.388.362l-.5.5zm0%204v-2h6.725L12.5%2016.225q-.2.2-.362.388T11.85%2017z%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%22m16.95%2020.65l1.15-1.15l-1.6-1.6l-1.15%201.15q-.35.35-.35.8t.35.8t.8.35t.8-.35m2.55-2.55l1.15-1.15q.35-.35.35-.8t-.35-.8t-.8-.35t-.8.35L17.9%2016.5zm-1.125%203.975Q17.45%2023%2016.15%2023t-2.225-.925T13%2019.85t.925-2.225l3.7-3.7Q18.55%2013%2019.85%2013t2.225.925T23%2016.15t-.925%202.225zM5%2019V5zm0%202q-.825%200-1.412-.587T3%2019V5q0-.825.588-1.412T5%203h4.2q.325-.9%201.088-1.45T12%201t1.713.55T14.8%203H19q.825%200%201.413.588T21%205v6.125Q20.5%2011%2020%2011t-1%20.075V5H5v14h6.075Q11%2019.5%2011%2020t.125%201zm7.538-16.963q.212-.212.212-.537t-.213-.537T12%202.75t-.537.213t-.213.537t.213.538t.537.212t.538-.213M7%209V7h10v2zm0%204v-2h10v.85q-.2.125-.387.288t-.388.362l-.5.5zm0%204v-2h6.725L12.5%2016.225q-.2.2-.362.388T11.85%2017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/prescriptions-outline.svg?color=%231a73e8&size=48