rest-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
rest-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
rest-fill

2 other variants in Ant Design Icons

The same icon in other sets

Use the rest icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32M508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M291 256l22.4-76h397.2l22.4 76zm137 304a80 80 0 1 0 160 0a80 80 0 1 0-160 0"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignRestFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32M508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M291 256l22.4-76h397.2l22.4 76zm137 304a80 80 0 1 0 160 0a80 80 0 1 0-160 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M832 256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3 0-26.8 9.4-30.7 23.1L220.1 256H192c-17.7 0-32 14.3-32 32v28c0 4.4 3.6 8 8 8h45.8l47.7 558.7a32 32 0 0 0 31.9 29.3h429.2a32 32 0 0 0 31.9-29.3L802.2 324H856c4.4 0 8-3.6 8-8v-28c0-17.7-14.3-32-32-32M508 704c-79.5 0-144-64.5-144-144s64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144M291 256l22.4-76h397.2l22.4 76zm137 304a80 80 0 1 0 160 0a80 80 0 1 0-160 0"/></svg>
</template>

CSS

.icon-rest-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832%20256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3%200-26.8%209.4-30.7%2023.1L220.1%20256H192c-17.7%200-32%2014.3-32%2032v28c0%204.4%203.6%208%208%208h45.8l47.7%20558.7a32%2032%200%200%200%2031.9%2029.3h429.2a32%2032%200%200%200%2031.9-29.3L802.2%20324H856c4.4%200%208-3.6%208-8v-28c0-17.7-14.3-32-32-32M508%20704c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144M291%20256l22.4-76h397.2l22.4%2076zm137%20304a80%2080%200%201%200%20160%200a80%2080%200%201%200-160%200%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M832%20256h-28.1l-35.7-120.9c-4-13.7-16.5-23.1-30.7-23.1h-451c-14.3%200-26.8%209.4-30.7%2023.1L220.1%20256H192c-17.7%200-32%2014.3-32%2032v28c0%204.4%203.6%208%208%208h45.8l47.7%20558.7a32%2032%200%200%200%2031.9%2029.3h429.2a32%2032%200%200%200%2031.9-29.3L802.2%20324H856c4.4%200%208-3.6%208-8v-28c0-17.7-14.3-32-32-32M508%20704c-79.5%200-144-64.5-144-144s64.5-144%20144-144s144%2064.5%20144%20144s-64.5%20144-144%20144M291%20256l22.4-76h397.2l22.4%2076zm137%20304a80%2080%200%201%200%20160%200a80%2080%200%201%200-160%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Rest filled icon — Ant Design Icons · IconsDB