round local florist icon
round-local-florist from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-local-florist
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round 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 22c4.56 0 8.33-3.4 8.92-7.8c.09-.64-.48-1.21-1.12-1.12c-4.4.59-7.8 4.36-7.8 8.92M5.6 10.25a2.5 2.5 0 0 0 3.92 2.06l-.02.19a2.5 2.5 0 0 0 5 0l-.02-.19c.4.28.89.44 1.42.44a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.25 1.43-2.25a2.5 2.5 0 0 0-3.92-2.06l.02-.19a2.5 2.5 0 0 0-5 0l.02.19c-.4-.28-.89-.44-1.42-.44a2.5 2.5 0 0 0-2.5 2.5c0 1 .59 1.85 1.43 2.25c-.84.4-1.43 1.25-1.43 2.25M12 5.5a2.5 2.5 0 0 1 0 5a2.5 2.5 0 0 1 0-5m-8.92 8.7C3.67 18.6 7.44 22 12 22c0-4.56-3.4-8.33-7.8-8.92c-.64-.09-1.21.48-1.12 1.12"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundLocalFlorist(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 22c4.56 0 8.33-3.4 8.92-7.8c.09-.64-.48-1.21-1.12-1.12c-4.4.59-7.8 4.36-7.8 8.92M5.6 10.25a2.5 2.5 0 0 0 3.92 2.06l-.02.19a2.5 2.5 0 0 0 5 0l-.02-.19c.4.28.89.44 1.42.44a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.25 1.43-2.25a2.5 2.5 0 0 0-3.92-2.06l.02-.19a2.5 2.5 0 0 0-5 0l.02.19c-.4-.28-.89-.44-1.42-.44a2.5 2.5 0 0 0-2.5 2.5c0 1 .59 1.85 1.43 2.25c-.84.4-1.43 1.25-1.43 2.25M12 5.5a2.5 2.5 0 0 1 0 5a2.5 2.5 0 0 1 0-5m-8.92 8.7C3.67 18.6 7.44 22 12 22c0-4.56-3.4-8.33-7.8-8.92c-.64-.09-1.21.48-1.12 1.12"/></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 22c4.56 0 8.33-3.4 8.92-7.8c.09-.64-.48-1.21-1.12-1.12c-4.4.59-7.8 4.36-7.8 8.92M5.6 10.25a2.5 2.5 0 0 0 3.92 2.06l-.02.19a2.5 2.5 0 0 0 5 0l-.02-.19c.4.28.89.44 1.42.44a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.25 1.43-2.25a2.5 2.5 0 0 0-3.92-2.06l.02-.19a2.5 2.5 0 0 0-5 0l.02.19c-.4-.28-.89-.44-1.42-.44a2.5 2.5 0 0 0-2.5 2.5c0 1 .59 1.85 1.43 2.25c-.84.4-1.43 1.25-1.43 2.25M12 5.5a2.5 2.5 0 0 1 0 5a2.5 2.5 0 0 1 0-5m-8.92 8.7C3.67 18.6 7.44 22 12 22c0-4.56-3.4-8.33-7.8-8.92c-.64-.09-1.21.48-1.12 1.12"/></svg> </template>
CSS
.icon-round-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%2022c4.56%200%208.33-3.4%208.92-7.8c.09-.64-.48-1.21-1.12-1.12c-4.4.59-7.8%204.36-7.8%208.92M5.6%2010.25a2.5%202.5%200%200%200%203.92%202.06l-.02.19a2.5%202.5%200%200%200%205%200l-.02-.19c.4.28.89.44%201.42.44a2.5%202.5%200%200%200%202.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4%201.43-1.25%201.43-2.25a2.5%202.5%200%200%200-3.92-2.06l.02-.19a2.5%202.5%200%200%200-5%200l.02.19c-.4-.28-.89-.44-1.42-.44a2.5%202.5%200%200%200-2.5%202.5c0%201%20.59%201.85%201.43%202.25c-.84.4-1.43%201.25-1.43%202.25M12%205.5a2.5%202.5%200%200%201%200%205a2.5%202.5%200%200%201%200-5m-8.92%208.7C3.67%2018.6%207.44%2022%2012%2022c0-4.56-3.4-8.33-7.8-8.92c-.64-.09-1.21.48-1.12%201.12%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%2022c4.56%200%208.33-3.4%208.92-7.8c.09-.64-.48-1.21-1.12-1.12c-4.4.59-7.8%204.36-7.8%208.92M5.6%2010.25a2.5%202.5%200%200%200%203.92%202.06l-.02.19a2.5%202.5%200%200%200%205%200l-.02-.19c.4.28.89.44%201.42.44a2.5%202.5%200%200%200%202.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4%201.43-1.25%201.43-2.25a2.5%202.5%200%200%200-3.92-2.06l.02-.19a2.5%202.5%200%200%200-5%200l.02.19c-.4-.28-.89-.44-1.42-.44a2.5%202.5%200%200%200-2.5%202.5c0%201%20.59%201.85%201.43%202.25c-.84.4-1.43%201.25-1.43%202.25M12%205.5a2.5%202.5%200%200%201%200%205a2.5%202.5%200%200%201%200-5m-8.92%208.7C3.67%2018.6%207.44%2022%2012%2022c0-4.56-3.4-8.33-7.8-8.92c-.64-.09-1.21.48-1.12%201.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-local-florist.svg?color=%231a73e8&size=48