resting from IconPark TwoTone by ByteDance · Two tone · Travel · Apache-2.0 Free for personal and commercial use.

Name
resting
Set
IconPark TwoTone
Style
Two tone
Category
Travel
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More travel icons from IconPark TwoTone

Use the resting icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVG5BFpLirz"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 26v12m0-32v20m0-22v2M8 40h26l6-6m-25 6v4m17-4v4"/><path fill="#555" d="M24 6C14.059 6 6 14.034 6 23.944V26c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5v-2.056C42 14.034 33.941 6 24 6"/><path d="M15 26s-1.5-5.5 1-11s8-9 8-9m9 20s.5-4.5-2-11s-7-9-7-9m0 19V6"/><path d="M28.5 21c2.485 0 4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5m-9 0c-2.485 0-4.5 2.522-4.5 5c0-2.478-2.015-5-4.5-5m-9 0c2.485 0 4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5M15.733 8C18.21 6.722 21.02 6 24 6s5.79.722 8.266 2"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG5BFpLirz)"/></svg>

React

import type { SVGProps } from "react";

export function IconParkTwotoneResting(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVG5BFpLirz"><g fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M24 26v12m0-32v20m0-22v2M8 40h26l6-6m-25 6v4m17-4v4"/><path fill="#555" d="M24 6C14.059 6 6 14.034 6 23.944V26c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5v-2.056C42 14.034 33.941 6 24 6"/><path d="M15 26s-1.5-5.5 1-11s8-9 8-9m9 20s.5-4.5-2-11s-7-9-7-9m0 19V6"/><path d="M28.5 21c2.485 0 4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5m-9 0c-2.485 0-4.5 2.522-4.5 5c0-2.478-2.015-5-4.5-5m-9 0c2.485 0 4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5M15.733 8C18.21 6.722 21.02 6 24 6s5.79.722 8.266 2"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG5BFpLirz)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><mask id="SVG5BFpLirz"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M24 26v12m0-32v20m0-22v2M8 40h26l6-6m-25 6v4m17-4v4"/><path fill="#555" d="M24 6C14.059 6 6 14.034 6 23.944V26c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5s4.5 2.522 4.5 5v-2.056C42 14.034 33.941 6 24 6"/><path d="M15 26s-1.5-5.5 1-11s8-9 8-9m9 20s.5-4.5-2-11s-7-9-7-9m0 19V6"/><path d="M28.5 21c2.485 0 4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5m-9 0c-2.485 0-4.5 2.522-4.5 5c0-2.478-2.015-5-4.5-5m-9 0c2.485 0 4.5 2.522 4.5 5c0-2.478 2.015-5 4.5-5M15.733 8C18.21 6.722 21.02 6 24 6s5.79.722 8.266 2"/></g></mask></defs><path fill="currentColor" d="M0 0h48v48H0z" mask="url(#SVG5BFpLirz)"/></svg>
</template>

CSS

.icon-resting {
  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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVG5BFpLirz%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2026v12m0-32v20m0-22v2M8%2040h26l6-6m-25%206v4m17-4v4%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M24%206C14.059%206%206%2014.034%206%2023.944V26c0-2.478%202.015-5%204.5-5s4.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5s4.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5s4.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5s4.5%202.522%204.5%205v-2.056C42%2014.034%2033.941%206%2024%206%22%2F%3E%3Cpath%20d%3D%22M15%2026s-1.5-5.5%201-11s8-9%208-9m9%2020s.5-4.5-2-11s-7-9-7-9m0%2019V6%22%2F%3E%3Cpath%20d%3D%22M28.5%2021c2.485%200%204.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5m-9%200c-2.485%200-4.5%202.522-4.5%205c0-2.478-2.015-5-4.5-5m-9%200c2.485%200%204.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5M15.733%208C18.21%206.722%2021.02%206%2024%206s5.79.722%208.266%202%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVG5BFpLirz)%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%2048%2048%22%3E%3Cdefs%3E%3Cmask%20id%3D%22SVG5BFpLirz%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2026v12m0-32v20m0-22v2M8%2040h26l6-6m-25%206v4m17-4v4%22%2F%3E%3Cpath%20fill%3D%22%23555%22%20d%3D%22M24%206C14.059%206%206%2014.034%206%2023.944V26c0-2.478%202.015-5%204.5-5s4.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5s4.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5s4.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5s4.5%202.522%204.5%205v-2.056C42%2014.034%2033.941%206%2024%206%22%2F%3E%3Cpath%20d%3D%22M15%2026s-1.5-5.5%201-11s8-9%208-9m9%2020s.5-4.5-2-11s-7-9-7-9m0%2019V6%22%2F%3E%3Cpath%20d%3D%22M28.5%2021c2.485%200%204.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5m-9%200c-2.485%200-4.5%202.522-4.5%205c0-2.478-2.015-5-4.5-5m-9%200c2.485%200%204.5%202.522%204.5%205c0-2.478%202.015-5%204.5-5M15.733%208C18.21%206.722%2021.02%206%2024%206s5.79.722%208.266%202%22%2F%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%200h48v48H0z%22%20mask%3D%22url(%23SVG5BFpLirz)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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