park-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
park-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the park icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M10.5 8A1.5 1.5 0 0 0 9 9.5V15a1 1 0 1 0 2 0v-1h2a3 3 0 1 0 0-6zm2.5 2a1 1 0 1 1 0 2h-2v-2z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteParkFill(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 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M10.5 8A1.5 1.5 0 0 0 9 9.5V15a1 1 0 1 0 2 0v-1h2a3 3 0 1 0 0-6zm2.5 2a1 1 0 1 1 0 2h-2v-2z"/></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 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M3.2 5.4a1 1 0 0 1 1.599 1.2A8.96 8.96 0 0 0 3 12c0 2.027.67 3.895 1.799 5.4a1 1 0 0 1-1.6 1.2A10.96 10.96 0 0 1 1 12c0-2.475.818-4.762 2.2-6.6m16.2-.2a1 1 0 0 1 1.4.2A10.96 10.96 0 0 1 23 12c0 2.475-.818 4.762-2.2 6.6a1 1 0 0 1-1.599-1.2A8.96 8.96 0 0 0 21 12c0-2.027-.67-3.895-1.799-5.4a1 1 0 0 1 .2-1.4M10.5 8A1.5 1.5 0 0 0 9 9.5V15a1 1 0 1 0 2 0v-1h2a3 3 0 1 0 0-6zm2.5 2a1 1 0 1 1 0 2h-2v-2z"/></svg>
</template>

CSS

.icon-park-fill {
  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%204a8%208%200%201%201%200%2016a8%208%200%200%201%200-16M3.2%205.4a1%201%200%200%201%201.599%201.2A8.96%208.96%200%200%200%203%2012c0%202.027.67%203.895%201.799%205.4a1%201%200%200%201-1.6%201.2A10.96%2010.96%200%200%201%201%2012c0-2.475.818-4.762%202.2-6.6m16.2-.2a1%201%200%200%201%201.4.2A10.96%2010.96%200%200%201%2023%2012c0%202.475-.818%204.762-2.2%206.6a1%201%200%200%201-1.599-1.2A8.96%208.96%200%200%200%2021%2012c0-2.027-.67-3.895-1.799-5.4a1%201%200%200%201%20.2-1.4M10.5%208A1.5%201.5%200%200%200%209%209.5V15a1%201%200%201%200%202%200v-1h2a3%203%200%201%200%200-6zm2.5%202a1%201%200%201%201%200%202h-2v-2z%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%204a8%208%200%201%201%200%2016a8%208%200%200%201%200-16M3.2%205.4a1%201%200%200%201%201.599%201.2A8.96%208.96%200%200%200%203%2012c0%202.027.67%203.895%201.799%205.4a1%201%200%200%201-1.6%201.2A10.96%2010.96%200%200%201%201%2012c0-2.475.818-4.762%202.2-6.6m16.2-.2a1%201%200%200%201%201.4.2A10.96%2010.96%200%200%201%2023%2012c0%202.475-.818%204.762-2.2%206.6a1%201%200%200%201-1.599-1.2A8.96%208.96%200%200%200%2021%2012c0-2.027-.67-3.895-1.799-5.4a1%201%200%200%201%20.2-1.4M10.5%208A1.5%201.5%200%200%200%209%209.5V15a1%201%200%201%200%202%200v-1h2a3%203%200%201%200%200-6zm2.5%202a1%201%200%201%201%200%202h-2v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/park-fill.svg?color=%231a73e8&size=48