outline local florist icon

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

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

More maps icons from Google Material Icons

Use the outline 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="M8.66 13.07c.15 0 .29-.01.43-.03C9.56 14.19 10.69 15 12 15s2.44-.81 2.91-1.96a3.145 3.145 0 0 0 3.57-3.11c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145 3.145 0 0 0-3.57-3.11C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96a3.145 3.145 0 0 0-3.57 3.11c0 .71.25 1.39.67 1.93c-.43.54-.68 1.22-.68 1.93c0 1.73 1.41 3.14 3.15 3.14M12 13c-.62 0-1.12-.49-1.14-1.1l.12-1.09c.32.12.66.19 1.02.19s.71-.07 1.03-.19l.11 1.09c-.02.61-.52 1.1-1.14 1.1m3.34-1.93c-.24 0-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03c0 .64-.52 1.15-1.15 1.15m-.65-5.94c.2-.13.42-.2.65-.2c.63 0 1.14.51 1.14 1.14c0 .44-.25.83-.66 1.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1M8.66 4.93c.24 0 .46.07.64.2l.81.56c-.55.45-.94 1.09-1.06 1.83l-.88-.42c-.4-.2-.66-.59-.66-1.03c0-.63.52-1.14 1.15-1.14M8.17 8.9l.88-.42c.12.74.51 1.38 1.07 1.83l-.81.55c-.2.13-.42.2-.65.2c-.63 0-1.14-.51-1.14-1.14c-.01-.43.25-.82.65-1.02M12 22a9 9 0 0 0 9-9a9 9 0 0 0-9 9m2.44-2.44c.71-1.9 2.22-3.42 4.12-4.12a7.04 7.04 0 0 1-4.12 4.12M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m2.44 2.44c1.9.71 3.42 2.22 4.12 4.12a7.04 7.04 0 0 1-4.12-4.12"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineLocalFlorist(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="M8.66 13.07c.15 0 .29-.01.43-.03C9.56 14.19 10.69 15 12 15s2.44-.81 2.91-1.96a3.145 3.145 0 0 0 3.57-3.11c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145 3.145 0 0 0-3.57-3.11C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96a3.145 3.145 0 0 0-3.57 3.11c0 .71.25 1.39.67 1.93c-.43.54-.68 1.22-.68 1.93c0 1.73 1.41 3.14 3.15 3.14M12 13c-.62 0-1.12-.49-1.14-1.1l.12-1.09c.32.12.66.19 1.02.19s.71-.07 1.03-.19l.11 1.09c-.02.61-.52 1.1-1.14 1.1m3.34-1.93c-.24 0-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03c0 .64-.52 1.15-1.15 1.15m-.65-5.94c.2-.13.42-.2.65-.2c.63 0 1.14.51 1.14 1.14c0 .44-.25.83-.66 1.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1M8.66 4.93c.24 0 .46.07.64.2l.81.56c-.55.45-.94 1.09-1.06 1.83l-.88-.42c-.4-.2-.66-.59-.66-1.03c0-.63.52-1.14 1.15-1.14M8.17 8.9l.88-.42c.12.74.51 1.38 1.07 1.83l-.81.55c-.2.13-.42.2-.65.2c-.63 0-1.14-.51-1.14-1.14c-.01-.43.25-.82.65-1.02M12 22a9 9 0 0 0 9-9a9 9 0 0 0-9 9m2.44-2.44c.71-1.9 2.22-3.42 4.12-4.12a7.04 7.04 0 0 1-4.12 4.12M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m2.44 2.44c1.9.71 3.42 2.22 4.12 4.12a7.04 7.04 0 0 1-4.12-4.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="M8.66 13.07c.15 0 .29-.01.43-.03C9.56 14.19 10.69 15 12 15s2.44-.81 2.91-1.96a3.145 3.145 0 0 0 3.57-3.11c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145 3.145 0 0 0-3.57-3.11C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96a3.145 3.145 0 0 0-3.57 3.11c0 .71.25 1.39.67 1.93c-.43.54-.68 1.22-.68 1.93c0 1.73 1.41 3.14 3.15 3.14M12 13c-.62 0-1.12-.49-1.14-1.1l.12-1.09c.32.12.66.19 1.02.19s.71-.07 1.03-.19l.11 1.09c-.02.61-.52 1.1-1.14 1.1m3.34-1.93c-.24 0-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03c0 .64-.52 1.15-1.15 1.15m-.65-5.94c.2-.13.42-.2.65-.2c.63 0 1.14.51 1.14 1.14c0 .44-.25.83-.66 1.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1M8.66 4.93c.24 0 .46.07.64.2l.81.56c-.55.45-.94 1.09-1.06 1.83l-.88-.42c-.4-.2-.66-.59-.66-1.03c0-.63.52-1.14 1.15-1.14M8.17 8.9l.88-.42c.12.74.51 1.38 1.07 1.83l-.81.55c-.2.13-.42.2-.65.2c-.63 0-1.14-.51-1.14-1.14c-.01-.43.25-.82.65-1.02M12 22a9 9 0 0 0 9-9a9 9 0 0 0-9 9m2.44-2.44c.71-1.9 2.22-3.42 4.12-4.12a7.04 7.04 0 0 1-4.12 4.12M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m2.44 2.44c1.9.71 3.42 2.22 4.12 4.12a7.04 7.04 0 0 1-4.12-4.12"/></svg>
</template>

CSS

.icon-outline-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%22M8.66%2013.07c.15%200%20.29-.01.43-.03C9.56%2014.19%2010.69%2015%2012%2015s2.44-.81%202.91-1.96a3.145%203.145%200%200%200%203.57-3.11c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145%203.145%200%200%200-3.57-3.11C14.44%201.81%2013.31%201%2012%201s-2.44.81-2.91%201.96a3.145%203.145%200%200%200-3.57%203.11c0%20.71.25%201.39.67%201.93c-.43.54-.68%201.22-.68%201.93c0%201.73%201.41%203.14%203.15%203.14M12%2013c-.62%200-1.12-.49-1.14-1.1l.12-1.09c.32.12.66.19%201.02.19s.71-.07%201.03-.19l.11%201.09c-.02.61-.52%201.1-1.14%201.1m3.34-1.93c-.24%200-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09%201.06-1.83l.88.42c.4.19.66.59.66%201.03c0%20.64-.52%201.15-1.15%201.15m-.65-5.94c.2-.13.42-.2.65-.2c.63%200%201.14.51%201.14%201.14c0%20.44-.25.83-.66%201.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83zM12%203c.62%200%201.12.49%201.14%201.1l-.11%201.09C12.71%205.07%2012.36%205%2012%205s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1%201.14-1.1M8.66%204.93c.24%200%20.46.07.64.2l.81.56c-.55.45-.94%201.09-1.06%201.83l-.88-.42c-.4-.2-.66-.59-.66-1.03c0-.63.52-1.14%201.15-1.14M8.17%208.9l.88-.42c.12.74.51%201.38%201.07%201.83l-.81.55c-.2.13-.42.2-.65.2c-.63%200-1.14-.51-1.14-1.14c-.01-.43.25-.82.65-1.02M12%2022a9%209%200%200%200%209-9a9%209%200%200%200-9%209m2.44-2.44c.71-1.9%202.22-3.42%204.12-4.12a7.04%207.04%200%200%201-4.12%204.12M3%2013a9%209%200%200%200%209%209a9%209%200%200%200-9-9m2.44%202.44c1.9.71%203.42%202.22%204.12%204.12a7.04%207.04%200%200%201-4.12-4.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%22M8.66%2013.07c.15%200%20.29-.01.43-.03C9.56%2014.19%2010.69%2015%2012%2015s2.44-.81%202.91-1.96a3.145%203.145%200%200%200%203.57-3.11c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145%203.145%200%200%200-3.57-3.11C14.44%201.81%2013.31%201%2012%201s-2.44.81-2.91%201.96a3.145%203.145%200%200%200-3.57%203.11c0%20.71.25%201.39.67%201.93c-.43.54-.68%201.22-.68%201.93c0%201.73%201.41%203.14%203.15%203.14M12%2013c-.62%200-1.12-.49-1.14-1.1l.12-1.09c.32.12.66.19%201.02.19s.71-.07%201.03-.19l.11%201.09c-.02.61-.52%201.1-1.14%201.1m3.34-1.93c-.24%200-.46-.07-.64-.2l-.81-.57c.55-.45.94-1.09%201.06-1.83l.88.42c.4.19.66.59.66%201.03c0%20.64-.52%201.15-1.15%201.15m-.65-5.94c.2-.13.42-.2.65-.2c.63%200%201.14.51%201.14%201.14c0%20.44-.25.83-.66%201.03l-.88.42c-.12-.74-.51-1.38-1.07-1.83zM12%203c.62%200%201.12.49%201.14%201.1l-.11%201.09C12.71%205.07%2012.36%205%2012%205s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1%201.14-1.1M8.66%204.93c.24%200%20.46.07.64.2l.81.56c-.55.45-.94%201.09-1.06%201.83l-.88-.42c-.4-.2-.66-.59-.66-1.03c0-.63.52-1.14%201.15-1.14M8.17%208.9l.88-.42c.12.74.51%201.38%201.07%201.83l-.81.55c-.2.13-.42.2-.65.2c-.63%200-1.14-.51-1.14-1.14c-.01-.43.25-.82.65-1.02M12%2022a9%209%200%200%200%209-9a9%209%200%200%200-9%209m2.44-2.44c.71-1.9%202.22-3.42%204.12-4.12a7.04%207.04%200%200%201-4.12%204.12M3%2013a9%209%200%200%200%209%209a9%209%200%200%200-9-9m2.44%202.44c1.9.71%203.42%202.22%204.12%204.12a7.04%207.04%200%200%201-4.12-4.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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