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

Name
rest-area-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 rest area icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 2a3 3 0 1 0 0 6a3 3 0 0 0 0-6m8 0a3 3 0 1 0 0 6a3 3 0 0 0 0-6M4.103 11.181A2 2 0 0 1 6.095 9h3.81a2 2 0 0 1 1.992 2.181l-.901 9.91A1 1 0 0 1 10 22H6a1 1 0 0 1-.996-.91zM14.82 9a2 2 0 0 0-1.961 1.608l-.84 4.196A1 1 0 0 0 13 16v5a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-5a1 1 0 0 0 .98-1.196l-.839-4.196A2 2 0 0 0 17.181 9z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRestAreaFill(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 2a3 3 0 1 0 0 6a3 3 0 0 0 0-6m8 0a3 3 0 1 0 0 6a3 3 0 0 0 0-6M4.103 11.181A2 2 0 0 1 6.095 9h3.81a2 2 0 0 1 1.992 2.181l-.901 9.91A1 1 0 0 1 10 22H6a1 1 0 0 1-.996-.91zM14.82 9a2 2 0 0 0-1.961 1.608l-.84 4.196A1 1 0 0 0 13 16v5a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-5a1 1 0 0 0 .98-1.196l-.839-4.196A2 2 0 0 0 17.181 9z"/></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 2a3 3 0 1 0 0 6a3 3 0 0 0 0-6m8 0a3 3 0 1 0 0 6a3 3 0 0 0 0-6M4.103 11.181A2 2 0 0 1 6.095 9h3.81a2 2 0 0 1 1.992 2.181l-.901 9.91A1 1 0 0 1 10 22H6a1 1 0 0 1-.996-.91zM14.82 9a2 2 0 0 0-1.961 1.608l-.84 4.196A1 1 0 0 0 13 16v5a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-5a1 1 0 0 0 .98-1.196l-.839-4.196A2 2 0 0 0 17.181 9z"/></svg>
</template>

CSS

.icon-rest-area-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%22M8%202a3%203%200%201%200%200%206a3%203%200%200%200%200-6m8%200a3%203%200%201%200%200%206a3%203%200%200%200%200-6M4.103%2011.181A2%202%200%200%201%206.095%209h3.81a2%202%200%200%201%201.992%202.181l-.901%209.91A1%201%200%200%201%2010%2022H6a1%201%200%200%201-.996-.91zM14.82%209a2%202%200%200%200-1.961%201.608l-.84%204.196A1%201%200%200%200%2013%2016v5a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1v-5a1%201%200%200%200%20.98-1.196l-.839-4.196A2%202%200%200%200%2017.181%209z%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%202a3%203%200%201%200%200%206a3%203%200%200%200%200-6m8%200a3%203%200%201%200%200%206a3%203%200%200%200%200-6M4.103%2011.181A2%202%200%200%201%206.095%209h3.81a2%202%200%200%201%201.992%202.181l-.901%209.91A1%201%200%200%201%2010%2022H6a1%201%200%200%201-.996-.91zM14.82%209a2%202%200%200%200-1.961%201.608l-.84%204.196A1%201%200%200%200%2013%2016v5a1%201%200%200%200%201%201h4a1%201%200%200%200%201-1v-5a1%201%200%200%200%20.98-1.196l-.839-4.196A2%202%200%200%200%2017.181%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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