local florist icon
local-florist-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- local-florist-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- local-florist-outline-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 9.212q.502 0 .857-.355T13.212 8t-.355-.857T12 6.79t-.857.354T10.79 8t.354.857t.857.354m-1.402 3.924q-.629-.46-.864-1.258q-.125.057-.273.07t-.292.013q-.967 0-1.654-.676t-.688-1.648q0-.444.184-.856q.185-.413.477-.78q-.286-.367-.461-.78t-.175-.856q0-.973.676-1.648q.677-.675 1.641-.675q.144 0 .292.012t.293.05q.234-.778.849-1.238q.614-.461 1.397-.461t1.397.46t.85 1.24q.143-.038.292-.051t.292-.012q.964 0 1.64.675q.677.675.677 1.648q0 .45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0 .972-.676 1.647q-.677.675-1.641.675q-.145 0-.293-.012t-.311-.07q-.216.798-.83 1.259t-1.393.46t-1.406-.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.635m1.142-1.142q1.964-.525 3.308-1.87q1.344-1.344 1.87-3.307q-1.964.525-3.308 1.87t-1.87 3.307M12 20.846q0-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.635m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525 3.308 1.87t1.87 3.307m3.973-8.744q.546 0 .934-.39q.389-.39.389-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2 8.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2 7.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262 0-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12 3.404t-1.049.402t-.255.913zm.89 6.627q.629 0 1.049-.402t.255-.913l-.414-1.25q-.211.1-.429.14t-.458.04t-.46-.04t-.434-.14l-.413 1.25q-.165.511.255.913t1.049.402m-2.2-4.84q.034-.229.104-.447t.194-.424t.262-.368t.336-.298l-.704-.786q-.163-.177-.367-.285t-.456-.107q-.546 0-.935.388t-.388.935q0 .403.236.745t.631.414zm-.63 3.198q.257 0 .464-.105t.358-.287l.71-.781q-.2-.137-.34-.298t-.264-.367t-.194-.425t-.104-.447l-1.086.233q-.397.073-.639.415t-.242.745q.006.552.395.934q.39.383.941.383m.929-1.838"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightLocalFloristOutline(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 9.212q.502 0 .857-.355T13.212 8t-.355-.857T12 6.79t-.857.354T10.79 8t.354.857t.857.354m-1.402 3.924q-.629-.46-.864-1.258q-.125.057-.273.07t-.292.013q-.967 0-1.654-.676t-.688-1.648q0-.444.184-.856q.185-.413.477-.78q-.286-.367-.461-.78t-.175-.856q0-.973.676-1.648q.677-.675 1.641-.675q.144 0 .292.012t.293.05q.234-.778.849-1.238q.614-.461 1.397-.461t1.397.46t.85 1.24q.143-.038.292-.051t.292-.012q.964 0 1.64.675q.677.675.677 1.648q0 .45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0 .972-.676 1.647q-.677.675-1.641.675q-.145 0-.293-.012t-.311-.07q-.216.798-.83 1.259t-1.393.46t-1.406-.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.635m1.142-1.142q1.964-.525 3.308-1.87q1.344-1.344 1.87-3.307q-1.964.525-3.308 1.87t-1.87 3.307M12 20.846q0-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.635m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525 3.308 1.87t1.87 3.307m3.973-8.744q.546 0 .934-.39q.389-.39.389-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2 8.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2 7.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262 0-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12 3.404t-1.049.402t-.255.913zm.89 6.627q.629 0 1.049-.402t.255-.913l-.414-1.25q-.211.1-.429.14t-.458.04t-.46-.04t-.434-.14l-.413 1.25q-.165.511.255.913t1.049.402m-2.2-4.84q.034-.229.104-.447t.194-.424t.262-.368t.336-.298l-.704-.786q-.163-.177-.367-.285t-.456-.107q-.546 0-.935.388t-.388.935q0 .403.236.745t.631.414zm-.63 3.198q.257 0 .464-.105t.358-.287l.71-.781q-.2-.137-.34-.298t-.264-.367t-.194-.425t-.104-.447l-1.086.233q-.397.073-.639.415t-.242.745q.006.552.395.934q.39.383.941.383m.929-1.838"/></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 9.212q.502 0 .857-.355T13.212 8t-.355-.857T12 6.79t-.857.354T10.79 8t.354.857t.857.354m-1.402 3.924q-.629-.46-.864-1.258q-.125.057-.273.07t-.292.013q-.967 0-1.654-.676t-.688-1.648q0-.444.184-.856q.185-.413.477-.78q-.286-.367-.461-.78t-.175-.856q0-.973.676-1.648q.677-.675 1.641-.675q.144 0 .292.012t.293.05q.234-.778.849-1.238q.614-.461 1.397-.461t1.397.46t.85 1.24q.143-.038.292-.051t.292-.012q.964 0 1.64.675q.677.675.677 1.648q0 .45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0 .972-.676 1.647q-.677.675-1.641.675q-.145 0-.293-.012t-.311-.07q-.216.798-.83 1.259t-1.393.46t-1.406-.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.635m1.142-1.142q1.964-.525 3.308-1.87q1.344-1.344 1.87-3.307q-1.964.525-3.308 1.87t-1.87 3.307M12 20.846q0-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.635m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525 3.308 1.87t1.87 3.307m3.973-8.744q.546 0 .934-.39q.389-.39.389-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2 8.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2 7.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262 0-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12 3.404t-1.049.402t-.255.913zm.89 6.627q.629 0 1.049-.402t.255-.913l-.414-1.25q-.211.1-.429.14t-.458.04t-.46-.04t-.434-.14l-.413 1.25q-.165.511.255.913t1.049.402m-2.2-4.84q.034-.229.104-.447t.194-.424t.262-.368t.336-.298l-.704-.786q-.163-.177-.367-.285t-.456-.107q-.546 0-.935.388t-.388.935q0 .403.236.745t.631.414zm-.63 3.198q.257 0 .464-.105t.358-.287l.71-.781q-.2-.137-.34-.298t-.264-.367t-.194-.425t-.104-.447l-1.086.233q-.397.073-.639.415t-.242.745q.006.552.395.934q.39.383.941.383m.929-1.838"/></svg> </template>
CSS
.icon-local-florist-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%22M12%209.212q.502%200%20.857-.355T13.212%208t-.355-.857T12%206.79t-.857.354T10.79%208t.354.857t.857.354m-1.402%203.924q-.629-.46-.864-1.258q-.125.057-.273.07t-.292.013q-.967%200-1.654-.676t-.688-1.648q0-.444.184-.856q.185-.413.477-.78q-.286-.367-.461-.78t-.175-.856q0-.973.676-1.648q.677-.675%201.641-.675q.144%200%20.292.012t.293.05q.234-.778.849-1.238q.614-.461%201.397-.461t1.397.46t.85%201.24q.143-.038.292-.051t.292-.012q.964%200%201.64.675q.677.675.677%201.648q0%20.45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0%20.972-.676%201.647q-.677.675-1.641.675q-.145%200-.293-.012t-.311-.07q-.216.798-.83%201.259t-1.393.46t-1.406-.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.635m1.142-1.142q1.964-.525%203.308-1.87q1.344-1.344%201.87-3.307q-1.964.525-3.308%201.87t-1.87%203.307M12%2020.846q0-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.635m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525%203.308%201.87t1.87%203.307m3.973-8.744q.546%200%20.934-.39q.389-.39.389-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2%208.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2%207.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262%200-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12%203.404t-1.049.402t-.255.913zm.89%206.627q.629%200%201.049-.402t.255-.913l-.414-1.25q-.211.1-.429.14t-.458.04t-.46-.04t-.434-.14l-.413%201.25q-.165.511.255.913t1.049.402m-2.2-4.84q.034-.229.104-.447t.194-.424t.262-.368t.336-.298l-.704-.786q-.163-.177-.367-.285t-.456-.107q-.546%200-.935.388t-.388.935q0%20.403.236.745t.631.414zm-.63%203.198q.257%200%20.464-.105t.358-.287l.71-.781q-.2-.137-.34-.298t-.264-.367t-.194-.425t-.104-.447l-1.086.233q-.397.073-.639.415t-.242.745q.006.552.395.934q.39.383.941.383m.929-1.838%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%209.212q.502%200%20.857-.355T13.212%208t-.355-.857T12%206.79t-.857.354T10.79%208t.354.857t.857.354m-1.402%203.924q-.629-.46-.864-1.258q-.125.057-.273.07t-.292.013q-.967%200-1.654-.676t-.688-1.648q0-.444.184-.856q.185-.413.477-.78q-.286-.367-.461-.78t-.175-.856q0-.973.676-1.648q.677-.675%201.641-.675q.144%200%20.292.012t.293.05q.234-.778.849-1.238q.614-.461%201.397-.461t1.397.46t.85%201.24q.143-.038.292-.051t.292-.012q.964%200%201.64.675q.677.675.677%201.648q0%20.45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0%20.972-.676%201.647q-.677.675-1.641.675q-.145%200-.293-.012t-.311-.07q-.216.798-.83%201.259t-1.393.46t-1.406-.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.635m1.142-1.142q1.964-.525%203.308-1.87q1.344-1.344%201.87-3.307q-1.964.525-3.308%201.87t-1.87%203.307M12%2020.846q0-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.635m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525%203.308%201.87t1.87%203.307m3.973-8.744q.546%200%20.934-.39q.389-.39.389-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2%208.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2%207.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262%200-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12%203.404t-1.049.402t-.255.913zm.89%206.627q.629%200%201.049-.402t.255-.913l-.414-1.25q-.211.1-.429.14t-.458.04t-.46-.04t-.434-.14l-.413%201.25q-.165.511.255.913t1.049.402m-2.2-4.84q.034-.229.104-.447t.194-.424t.262-.368t.336-.298l-.704-.786q-.163-.177-.367-.285t-.456-.107q-.546%200-.935.388t-.388.935q0%20.403.236.745t.631.414zm-.63%203.198q.257%200%20.464-.105t.358-.287l.71-.781q-.2-.137-.34-.298t-.264-.367t-.194-.425t-.104-.447l-1.086.233q-.397.073-.639.415t-.242.745q.006.552.395.934q.39.383.941.383m.929-1.838%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-outline.svg?color=%231a73e8&size=48