rest icon
rest-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- rest-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- rest, rest-outline
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="M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144s64.5 144 144 144m0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80s-80-35.8-80-80s35.8-80 80-80"/><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-32m-518.6-76h397.2l22.4 76H291zm376.2 664H326.4L282 324h451.9z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignRestOutlined(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="M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144s64.5 144 144 144m0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80s-80-35.8-80-80s35.8-80 80-80"/><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-32m-518.6-76h397.2l22.4 76H291zm376.2 664H326.4L282 324h451.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M508 704c79.5 0 144-64.5 144-144s-64.5-144-144-144s-144 64.5-144 144s64.5 144 144 144m0-224c44.2 0 80 35.8 80 80s-35.8 80-80 80s-80-35.8-80-80s35.8-80 80-80"/><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-32m-518.6-76h397.2l22.4 76H291zm376.2 664H326.4L282 324h451.9z"/></svg> </template>
CSS
.icon-rest-outlined {
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%22M508%20704c79.5%200%20144-64.5%20144-144s-64.5-144-144-144s-144%2064.5-144%20144s64.5%20144%20144%20144m0-224c44.2%200%2080%2035.8%2080%2080s-35.8%2080-80%2080s-80-35.8-80-80s35.8-80%2080-80%22%2F%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-32m-518.6-76h397.2l22.4%2076H291zm376.2%20664H326.4L282%20324h451.9z%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%22M508%20704c79.5%200%20144-64.5%20144-144s-64.5-144-144-144s-144%2064.5-144%20144s64.5%20144%20144%20144m0-224c44.2%200%2080%2035.8%2080%2080s-35.8%2080-80%2080s-80-35.8-80-80s35.8-80%2080-80%22%2F%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-32m-518.6-76h397.2l22.4%2076H291zm376.2%20664H326.4L282%20324h451.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/rest-outlined.svg?color=%231a73e8&size=48