local pharmacy icon
local-pharmacy-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-pharmacy-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the local pharmacy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.946 20q-.838 0-1.32-.671t-.215-1.454L6.038 13L4.411 8.125q-.267-.783.215-1.454T5.946 6h10.139l1.14-3.171q.079-.212.291-.309q.213-.097.425-.018q.211.079.308.291q.097.213.018.424L17.273 6h.78q.84 0 1.321.671q.482.671.215 1.454L17.962 13l1.627 4.875q.267.783-.215 1.454t-1.32.671zm5.554-3.692h1V13.5h2.808v-1H12.5V9.692h-1V12.5H8.692v1H11.5zM5.946 19h12.108q.327 0 .5-.25t.077-.558L16.9 13l1.73-5.192q.097-.308-.076-.558t-.5-.25H5.946q-.327 0-.5.25t-.077.558L7.1 13l-1.73 5.192q-.097.308.076.558t.5.25M12 13"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalPharmacyOutlineRounded(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="M5.946 20q-.838 0-1.32-.671t-.215-1.454L6.038 13L4.411 8.125q-.267-.783.215-1.454T5.946 6h10.139l1.14-3.171q.079-.212.291-.309q.213-.097.425-.018q.211.079.308.291q.097.213.018.424L17.273 6h.78q.84 0 1.321.671q.482.671.215 1.454L17.962 13l1.627 4.875q.267.783-.215 1.454t-1.32.671zm5.554-3.692h1V13.5h2.808v-1H12.5V9.692h-1V12.5H8.692v1H11.5zM5.946 19h12.108q.327 0 .5-.25t.077-.558L16.9 13l1.73-5.192q.097-.308-.076-.558t-.5-.25H5.946q-.327 0-.5.25t-.077.558L7.1 13l-1.73 5.192q-.097.308.076.558t.5.25M12 13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.946 20q-.838 0-1.32-.671t-.215-1.454L6.038 13L4.411 8.125q-.267-.783.215-1.454T5.946 6h10.139l1.14-3.171q.079-.212.291-.309q.213-.097.425-.018q.211.079.308.291q.097.213.018.424L17.273 6h.78q.84 0 1.321.671q.482.671.215 1.454L17.962 13l1.627 4.875q.267.783-.215 1.454t-1.32.671zm5.554-3.692h1V13.5h2.808v-1H12.5V9.692h-1V12.5H8.692v1H11.5zM5.946 19h12.108q.327 0 .5-.25t.077-.558L16.9 13l1.73-5.192q.097-.308-.076-.558t-.5-.25H5.946q-.327 0-.5.25t-.077.558L7.1 13l-1.73 5.192q-.097.308.076.558t.5.25M12 13"/></svg> </template>
CSS
.icon-local-pharmacy-outline-rounded {
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%22M5.946%2020q-.838%200-1.32-.671t-.215-1.454L6.038%2013L4.411%208.125q-.267-.783.215-1.454T5.946%206h10.139l1.14-3.171q.079-.212.291-.309q.213-.097.425-.018q.211.079.308.291q.097.213.018.424L17.273%206h.78q.84%200%201.321.671q.482.671.215%201.454L17.962%2013l1.627%204.875q.267.783-.215%201.454t-1.32.671zm5.554-3.692h1V13.5h2.808v-1H12.5V9.692h-1V12.5H8.692v1H11.5zM5.946%2019h12.108q.327%200%20.5-.25t.077-.558L16.9%2013l1.73-5.192q.097-.308-.076-.558t-.5-.25H5.946q-.327%200-.5.25t-.077.558L7.1%2013l-1.73%205.192q-.097.308.076.558t.5.25M12%2013%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%22M5.946%2020q-.838%200-1.32-.671t-.215-1.454L6.038%2013L4.411%208.125q-.267-.783.215-1.454T5.946%206h10.139l1.14-3.171q.079-.212.291-.309q.213-.097.425-.018q.211.079.308.291q.097.213.018.424L17.273%206h.78q.84%200%201.321.671q.482.671.215%201.454L17.962%2013l1.627%204.875q.267.783-.215%201.454t-1.32.671zm5.554-3.692h1V13.5h2.808v-1H12.5V9.692h-1V12.5H8.692v1H11.5zM5.946%2019h12.108q.327%200%20.5-.25t.077-.558L16.9%2013l1.73-5.192q.097-.308-.076-.558t-.5-.25H5.946q-.327%200-.5.25t-.077.558L7.1%2013l-1.73%205.192q-.097.308.076.558t.5.25M12%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/local-pharmacy-outline-rounded.svg?color=%231a73e8&size=48