local-florist from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
local-florist
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
local-florist-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the local florist icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.096q.896 0 1.496-.6t.6-1.496t-.6-1.496t-1.496-.6t-1.496.6T9.904 8t.6 1.496t1.496.6m-1.407 3.04q-.624-.461-.859-1.259q-.125.057-.273.07t-.292.013q-.973 0-1.658-.676q-.684-.675-.684-1.648q0-.447.185-.858q.184-.41.477-.778q-.287-.367-.462-.778q-.175-.41-.175-.859q0-.973.672-1.648t1.645-.675q.144 0 .292.013t.293.05q.234-.778.849-1.239q.614-.46 1.397-.46t1.397.46t.85 1.24q.143-.038.292-.051t.292-.012q.973 0 1.645.675t.672 1.648q0 .448-.172.868T16.512 8q.286.367.461.778q.175.41.175.859q0 .972-.672 1.647t-1.645.675q-.145 0-.293-.012t-.311-.07q-.216.798-.83 1.259t-1.397.46t-1.407-.46M12 20.846q0-1.407.636-2.747q.635-1.34 1.687-2.391q1.052-1.052 2.392-1.688t2.747-.635q0 1.407-.636 2.747t-1.687 2.391t-2.392 1.688t-2.747.635m0 0q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0 1.407.636 2.747t1.687 2.391q1.052 1.052 2.392 1.688t2.747.635"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLocalFlorist(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="M12 10.096q.896 0 1.496-.6t.6-1.496t-.6-1.496t-1.496-.6t-1.496.6T9.904 8t.6 1.496t1.496.6m-1.407 3.04q-.624-.461-.859-1.259q-.125.057-.273.07t-.292.013q-.973 0-1.658-.676q-.684-.675-.684-1.648q0-.447.185-.858q.184-.41.477-.778q-.287-.367-.462-.778q-.175-.41-.175-.859q0-.973.672-1.648t1.645-.675q.144 0 .292.013t.293.05q.234-.778.849-1.239q.614-.46 1.397-.46t1.397.46t.85 1.24q.143-.038.292-.051t.292-.012q.973 0 1.645.675t.672 1.648q0 .448-.172.868T16.512 8q.286.367.461.778q.175.41.175.859q0 .972-.672 1.647t-1.645.675q-.145 0-.293-.012t-.311-.07q-.216.798-.83 1.259t-1.397.46t-1.407-.46M12 20.846q0-1.407.636-2.747q.635-1.34 1.687-2.391q1.052-1.052 2.392-1.688t2.747-.635q0 1.407-.636 2.747t-1.687 2.391t-2.392 1.688t-2.747.635m0 0q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0 1.407.636 2.747t1.687 2.391q1.052 1.052 2.392 1.688t2.747.635"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.096q.896 0 1.496-.6t.6-1.496t-.6-1.496t-1.496-.6t-1.496.6T9.904 8t.6 1.496t1.496.6m-1.407 3.04q-.624-.461-.859-1.259q-.125.057-.273.07t-.292.013q-.973 0-1.658-.676q-.684-.675-.684-1.648q0-.447.185-.858q.184-.41.477-.778q-.287-.367-.462-.778q-.175-.41-.175-.859q0-.973.672-1.648t1.645-.675q.144 0 .292.013t.293.05q.234-.778.849-1.239q.614-.46 1.397-.46t1.397.46t.85 1.24q.143-.038.292-.051t.292-.012q.973 0 1.645.675t.672 1.648q0 .448-.172.868T16.512 8q.286.367.461.778q.175.41.175.859q0 .972-.672 1.647t-1.645.675q-.145 0-.293-.012t-.311-.07q-.216.798-.83 1.259t-1.397.46t-1.407-.46M12 20.846q0-1.407.636-2.747q.635-1.34 1.687-2.391q1.052-1.052 2.392-1.688t2.747-.635q0 1.407-.636 2.747t-1.687 2.391t-2.392 1.688t-2.747.635m0 0q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0 1.407.636 2.747t1.687 2.391q1.052 1.052 2.392 1.688t2.747.635"/></svg>
</template>

CSS

.icon-local-florist {
  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%22M12%2010.096q.896%200%201.496-.6t.6-1.496t-.6-1.496t-1.496-.6t-1.496.6T9.904%208t.6%201.496t1.496.6m-1.407%203.04q-.624-.461-.859-1.259q-.125.057-.273.07t-.292.013q-.973%200-1.658-.676q-.684-.675-.684-1.648q0-.447.185-.858q.184-.41.477-.778q-.287-.367-.462-.778q-.175-.41-.175-.859q0-.973.672-1.648t1.645-.675q.144%200%20.292.013t.293.05q.234-.778.849-1.239q.614-.46%201.397-.46t1.397.46t.85%201.24q.143-.038.292-.051t.292-.012q.973%200%201.645.675t.672%201.648q0%20.448-.172.868T16.512%208q.286.367.461.778q.175.41.175.859q0%20.972-.672%201.647t-1.645.675q-.145%200-.293-.012t-.311-.07q-.216.798-.83%201.259t-1.397.46t-1.407-.46M12%2020.846q0-1.407.636-2.747q.635-1.34%201.687-2.391q1.052-1.052%202.392-1.688t2.747-.635q0%201.407-.636%202.747t-1.687%202.391t-2.392%201.688t-2.747.635m0%200q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0%201.407.636%202.747t1.687%202.391q1.052%201.052%202.392%201.688t2.747.635%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%22M12%2010.096q.896%200%201.496-.6t.6-1.496t-.6-1.496t-1.496-.6t-1.496.6T9.904%208t.6%201.496t1.496.6m-1.407%203.04q-.624-.461-.859-1.259q-.125.057-.273.07t-.292.013q-.973%200-1.658-.676q-.684-.675-.684-1.648q0-.447.185-.858q.184-.41.477-.778q-.287-.367-.462-.778q-.175-.41-.175-.859q0-.973.672-1.648t1.645-.675q.144%200%20.292.013t.293.05q.234-.778.849-1.239q.614-.46%201.397-.46t1.397.46t.85%201.24q.143-.038.292-.051t.292-.012q.973%200%201.645.675t.672%201.648q0%20.448-.172.868T16.512%208q.286.367.461.778q.175.41.175.859q0%20.972-.672%201.647t-1.645.675q-.145%200-.293-.012t-.311-.07q-.216.798-.83%201.259t-1.397.46t-1.407-.46M12%2020.846q0-1.407.636-2.747q.635-1.34%201.687-2.391q1.052-1.052%202.392-1.688t2.747-.635q0%201.407-.636%202.747t-1.687%202.391t-2.392%201.688t-2.747.635m0%200q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0%201.407.636%202.747t1.687%202.391q1.052%201.052%202.392%201.688t2.747.635%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-florist.svg?color=%231a73e8&size=48