baseline local florist icon

baseline-local-florist from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
baseline-local-florist
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
local-florist

More maps icons from Google Material Icons

Use the baseline 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 22a9 9 0 0 0 9-9a9 9 0 0 0-9 9M5.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-5M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineLocalFlorist(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 22a9 9 0 0 0 9-9a9 9 0 0 0-9 9M5.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-5M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9"/></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 22a9 9 0 0 0 9-9a9 9 0 0 0-9 9M5.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-5M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9"/></svg>
</template>

CSS

.icon-baseline-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%2022a9%209%200%200%200%209-9a9%209%200%200%200-9%209M5.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-5M3%2013a9%209%200%200%200%209%209a9%209%200%200%200-9-9%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%2022a9%209%200%200%200%209-9a9%209%200%200%200-9%209M5.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-5M3%2013a9%209%200%200%200%209%209a9%209%200%200%200-9-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-local-florist.svg?color=%231a73e8&size=48