rest from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
rest
Set
SVG Logos
Style
Color
Viewbox
256×256
License
CC0

Related icons in SVG Logos

Use the rest logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M125.371.065c2.83-.088 5.662-.087 8.492.003l53.434 1.692c36.479 1.155 65.779 30.464 66.922 66.943l1.714 54.73c.089 2.83.089 5.66.001 8.49l-1.726 55.363c-1.137 36.484-30.438 65.8-66.921 66.954l-53.424 1.692c-2.83.09-5.662.091-8.492.003l-56.603-1.746c-36.506-1.126-65.84-30.45-66.978-66.956l-1.724-55.31c-.088-2.83-.088-5.66.001-8.49L1.78 68.755c1.143-36.5 30.476-65.819 66.977-66.945L125.371.065z" fill="#444F5C"/><path d="M128 21.582c58.773 0 106.418 47.645 106.418 106.418S186.773 234.418 128 234.418S21.582 186.773 21.582 128S69.227 21.582 128 21.582" fill="#313942"/><path d="M62.937 169.604l23.521-7.856c3.835-1.28 7.485 2.366 6.209 6.202l-7.841 23.57c-1.043 3.137-5.026 4.076-7.361 1.736l-16.266-16.298c-2.331-2.336-1.392-6.308 1.738-7.354" fill="#EEB545"/><path d="M85.326 64.442L92.8 88.01c1.222 3.853-2.479 7.447-6.295 6.114l-23.528-8.222c-3.133-1.095-4.004-5.112-1.606-7.406l16.648-15.922c2.377-2.273 6.313-1.267 7.307 1.868" fill="#42AADF"/><path d="M171.084 191.52l-7.841-23.57c-1.276-3.836 2.375-7.482 6.209-6.202l23.522 7.856c3.13 1.046 4.068 5.018 1.737 7.354l-16.265 16.298c-2.336 2.34-6.318 1.401-7.362-1.737" fill="#ED042B"/><path d="M163.243 88.05l7.841-23.569c1.044-3.138 5.026-4.077 7.362-1.737l16.265 16.298c2.331 2.336 1.393 6.308-1.737 7.354l-23.522 7.856c-3.834 1.28-7.485-2.366-6.209-6.202" fill="#2EA757"/><g><path d="M147.178 146.723c10.341-10.34 10.341-27.106 0-37.446c-10.34-10.34-27.105-10.34-37.446 0c-10.34 10.34-10.34 27.105 0 37.446c10.341 10.34 27.106 10.34 37.446 0zm-32.17-13.346a7.604 7.604 0 0 1 0-10.754l8.07-8.07a7.604 7.604 0 0 1 10.754 0l8.07 8.07a7.604 7.604 0 0 1 0 10.754l-8.07 8.07a7.604 7.604 0 0 1-10.754 0l-8.07-8.07z" fill="#596778"/><path d="M147.051 114.741a3.88 3.88 0 1 1-7.761-.001a3.88 3.88 0 0 1 7.761.001" fill="#2EA757"/><path d="M147.051 141.542a3.88 3.88 0 1 1-7.762 0a3.88 3.88 0 0 1 7.762 0" fill="#ED042B"/><path d="M117.824 114.741a3.88 3.88 0 1 1-7.761-.001a3.88 3.88 0 0 1 7.761.001" fill="#42AADF"/><path d="M117.824 141.542a3.88 3.88 0 1 1-7.762 0a3.88 3.88 0 0 1 7.762 0" fill="#EEB545"/></g></svg>

React

import type { SVGProps } from "react";

export function LogosRest(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M125.371.065c2.83-.088 5.662-.087 8.492.003l53.434 1.692c36.479 1.155 65.779 30.464 66.922 66.943l1.714 54.73c.089 2.83.089 5.66.001 8.49l-1.726 55.363c-1.137 36.484-30.438 65.8-66.921 66.954l-53.424 1.692c-2.83.09-5.662.091-8.492.003l-56.603-1.746c-36.506-1.126-65.84-30.45-66.978-66.956l-1.724-55.31c-.088-2.83-.088-5.66.001-8.49L1.78 68.755c1.143-36.5 30.476-65.819 66.977-66.945L125.371.065z" fill="#444F5C"/><path d="M128 21.582c58.773 0 106.418 47.645 106.418 106.418S186.773 234.418 128 234.418S21.582 186.773 21.582 128S69.227 21.582 128 21.582" fill="#313942"/><path d="M62.937 169.604l23.521-7.856c3.835-1.28 7.485 2.366 6.209 6.202l-7.841 23.57c-1.043 3.137-5.026 4.076-7.361 1.736l-16.266-16.298c-2.331-2.336-1.392-6.308 1.738-7.354" fill="#EEB545"/><path d="M85.326 64.442L92.8 88.01c1.222 3.853-2.479 7.447-6.295 6.114l-23.528-8.222c-3.133-1.095-4.004-5.112-1.606-7.406l16.648-15.922c2.377-2.273 6.313-1.267 7.307 1.868" fill="#42AADF"/><path d="M171.084 191.52l-7.841-23.57c-1.276-3.836 2.375-7.482 6.209-6.202l23.522 7.856c3.13 1.046 4.068 5.018 1.737 7.354l-16.265 16.298c-2.336 2.34-6.318 1.401-7.362-1.737" fill="#ED042B"/><path d="M163.243 88.05l7.841-23.569c1.044-3.138 5.026-4.077 7.362-1.737l16.265 16.298c2.331 2.336 1.393 6.308-1.737 7.354l-23.522 7.856c-3.834 1.28-7.485-2.366-6.209-6.202" fill="#2EA757"/><g><path d="M147.178 146.723c10.341-10.34 10.341-27.106 0-37.446c-10.34-10.34-27.105-10.34-37.446 0c-10.34 10.34-10.34 27.105 0 37.446c10.341 10.34 27.106 10.34 37.446 0zm-32.17-13.346a7.604 7.604 0 0 1 0-10.754l8.07-8.07a7.604 7.604 0 0 1 10.754 0l8.07 8.07a7.604 7.604 0 0 1 0 10.754l-8.07 8.07a7.604 7.604 0 0 1-10.754 0l-8.07-8.07z" fill="#596778"/><path d="M147.051 114.741a3.88 3.88 0 1 1-7.761-.001a3.88 3.88 0 0 1 7.761.001" fill="#2EA757"/><path d="M147.051 141.542a3.88 3.88 0 1 1-7.762 0a3.88 3.88 0 0 1 7.762 0" fill="#ED042B"/><path d="M117.824 114.741a3.88 3.88 0 1 1-7.761-.001a3.88 3.88 0 0 1 7.761.001" fill="#42AADF"/><path d="M117.824 141.542a3.88 3.88 0 1 1-7.762 0a3.88 3.88 0 0 1 7.762 0" fill="#EEB545"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path d="M125.371.065c2.83-.088 5.662-.087 8.492.003l53.434 1.692c36.479 1.155 65.779 30.464 66.922 66.943l1.714 54.73c.089 2.83.089 5.66.001 8.49l-1.726 55.363c-1.137 36.484-30.438 65.8-66.921 66.954l-53.424 1.692c-2.83.09-5.662.091-8.492.003l-56.603-1.746c-36.506-1.126-65.84-30.45-66.978-66.956l-1.724-55.31c-.088-2.83-.088-5.66.001-8.49L1.78 68.755c1.143-36.5 30.476-65.819 66.977-66.945L125.371.065z" fill="#444F5C"/><path d="M128 21.582c58.773 0 106.418 47.645 106.418 106.418S186.773 234.418 128 234.418S21.582 186.773 21.582 128S69.227 21.582 128 21.582" fill="#313942"/><path d="M62.937 169.604l23.521-7.856c3.835-1.28 7.485 2.366 6.209 6.202l-7.841 23.57c-1.043 3.137-5.026 4.076-7.361 1.736l-16.266-16.298c-2.331-2.336-1.392-6.308 1.738-7.354" fill="#EEB545"/><path d="M85.326 64.442L92.8 88.01c1.222 3.853-2.479 7.447-6.295 6.114l-23.528-8.222c-3.133-1.095-4.004-5.112-1.606-7.406l16.648-15.922c2.377-2.273 6.313-1.267 7.307 1.868" fill="#42AADF"/><path d="M171.084 191.52l-7.841-23.57c-1.276-3.836 2.375-7.482 6.209-6.202l23.522 7.856c3.13 1.046 4.068 5.018 1.737 7.354l-16.265 16.298c-2.336 2.34-6.318 1.401-7.362-1.737" fill="#ED042B"/><path d="M163.243 88.05l7.841-23.569c1.044-3.138 5.026-4.077 7.362-1.737l16.265 16.298c2.331 2.336 1.393 6.308-1.737 7.354l-23.522 7.856c-3.834 1.28-7.485-2.366-6.209-6.202" fill="#2EA757"/><g><path d="M147.178 146.723c10.341-10.34 10.341-27.106 0-37.446c-10.34-10.34-27.105-10.34-37.446 0c-10.34 10.34-10.34 27.105 0 37.446c10.341 10.34 27.106 10.34 37.446 0zm-32.17-13.346a7.604 7.604 0 0 1 0-10.754l8.07-8.07a7.604 7.604 0 0 1 10.754 0l8.07 8.07a7.604 7.604 0 0 1 0 10.754l-8.07 8.07a7.604 7.604 0 0 1-10.754 0l-8.07-8.07z" fill="#596778"/><path d="M147.051 114.741a3.88 3.88 0 1 1-7.761-.001a3.88 3.88 0 0 1 7.761.001" fill="#2EA757"/><path d="M147.051 141.542a3.88 3.88 0 1 1-7.762 0a3.88 3.88 0 0 1 7.762 0" fill="#ED042B"/><path d="M117.824 114.741a3.88 3.88 0 1 1-7.761-.001a3.88 3.88 0 0 1 7.761.001" fill="#42AADF"/><path d="M117.824 141.542a3.88 3.88 0 1 1-7.762 0a3.88 3.88 0 0 1 7.762 0" fill="#EEB545"/></g></svg>
</template>

CSS

.icon-rest {
  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%20256%20256%22%3E%3Cpath%20d%3D%22M125.371.065c2.83-.088%205.662-.087%208.492.003l53.434%201.692c36.479%201.155%2065.779%2030.464%2066.922%2066.943l1.714%2054.73c.089%202.83.089%205.66.001%208.49l-1.726%2055.363c-1.137%2036.484-30.438%2065.8-66.921%2066.954l-53.424%201.692c-2.83.09-5.662.091-8.492.003l-56.603-1.746c-36.506-1.126-65.84-30.45-66.978-66.956l-1.724-55.31c-.088-2.83-.088-5.66.001-8.49L1.78%2068.755c1.143-36.5%2030.476-65.819%2066.977-66.945L125.371.065z%22%20fill%3D%22%23444F5C%22%2F%3E%3Cpath%20d%3D%22M128%2021.582c58.773%200%20106.418%2047.645%20106.418%20106.418S186.773%20234.418%20128%20234.418S21.582%20186.773%2021.582%20128S69.227%2021.582%20128%2021.582%22%20fill%3D%22%23313942%22%2F%3E%3Cpath%20d%3D%22M62.937%20169.604l23.521-7.856c3.835-1.28%207.485%202.366%206.209%206.202l-7.841%2023.57c-1.043%203.137-5.026%204.076-7.361%201.736l-16.266-16.298c-2.331-2.336-1.392-6.308%201.738-7.354%22%20fill%3D%22%23EEB545%22%2F%3E%3Cpath%20d%3D%22M85.326%2064.442L92.8%2088.01c1.222%203.853-2.479%207.447-6.295%206.114l-23.528-8.222c-3.133-1.095-4.004-5.112-1.606-7.406l16.648-15.922c2.377-2.273%206.313-1.267%207.307%201.868%22%20fill%3D%22%2342AADF%22%2F%3E%3Cpath%20d%3D%22M171.084%20191.52l-7.841-23.57c-1.276-3.836%202.375-7.482%206.209-6.202l23.522%207.856c3.13%201.046%204.068%205.018%201.737%207.354l-16.265%2016.298c-2.336%202.34-6.318%201.401-7.362-1.737%22%20fill%3D%22%23ED042B%22%2F%3E%3Cpath%20d%3D%22M163.243%2088.05l7.841-23.569c1.044-3.138%205.026-4.077%207.362-1.737l16.265%2016.298c2.331%202.336%201.393%206.308-1.737%207.354l-23.522%207.856c-3.834%201.28-7.485-2.366-6.209-6.202%22%20fill%3D%22%232EA757%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M147.178%20146.723c10.341-10.34%2010.341-27.106%200-37.446c-10.34-10.34-27.105-10.34-37.446%200c-10.34%2010.34-10.34%2027.105%200%2037.446c10.341%2010.34%2027.106%2010.34%2037.446%200zm-32.17-13.346a7.604%207.604%200%200%201%200-10.754l8.07-8.07a7.604%207.604%200%200%201%2010.754%200l8.07%208.07a7.604%207.604%200%200%201%200%2010.754l-8.07%208.07a7.604%207.604%200%200%201-10.754%200l-8.07-8.07z%22%20fill%3D%22%23596778%22%2F%3E%3Cpath%20d%3D%22M147.051%20114.741a3.88%203.88%200%201%201-7.761-.001a3.88%203.88%200%200%201%207.761.001%22%20fill%3D%22%232EA757%22%2F%3E%3Cpath%20d%3D%22M147.051%20141.542a3.88%203.88%200%201%201-7.762%200a3.88%203.88%200%200%201%207.762%200%22%20fill%3D%22%23ED042B%22%2F%3E%3Cpath%20d%3D%22M117.824%20114.741a3.88%203.88%200%201%201-7.761-.001a3.88%203.88%200%200%201%207.761.001%22%20fill%3D%22%2342AADF%22%2F%3E%3Cpath%20d%3D%22M117.824%20141.542a3.88%203.88%200%201%201-7.762%200a3.88%203.88%200%200%201%207.762%200%22%20fill%3D%22%23EEB545%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cpath%20d%3D%22M125.371.065c2.83-.088%205.662-.087%208.492.003l53.434%201.692c36.479%201.155%2065.779%2030.464%2066.922%2066.943l1.714%2054.73c.089%202.83.089%205.66.001%208.49l-1.726%2055.363c-1.137%2036.484-30.438%2065.8-66.921%2066.954l-53.424%201.692c-2.83.09-5.662.091-8.492.003l-56.603-1.746c-36.506-1.126-65.84-30.45-66.978-66.956l-1.724-55.31c-.088-2.83-.088-5.66.001-8.49L1.78%2068.755c1.143-36.5%2030.476-65.819%2066.977-66.945L125.371.065z%22%20fill%3D%22%23444F5C%22%2F%3E%3Cpath%20d%3D%22M128%2021.582c58.773%200%20106.418%2047.645%20106.418%20106.418S186.773%20234.418%20128%20234.418S21.582%20186.773%2021.582%20128S69.227%2021.582%20128%2021.582%22%20fill%3D%22%23313942%22%2F%3E%3Cpath%20d%3D%22M62.937%20169.604l23.521-7.856c3.835-1.28%207.485%202.366%206.209%206.202l-7.841%2023.57c-1.043%203.137-5.026%204.076-7.361%201.736l-16.266-16.298c-2.331-2.336-1.392-6.308%201.738-7.354%22%20fill%3D%22%23EEB545%22%2F%3E%3Cpath%20d%3D%22M85.326%2064.442L92.8%2088.01c1.222%203.853-2.479%207.447-6.295%206.114l-23.528-8.222c-3.133-1.095-4.004-5.112-1.606-7.406l16.648-15.922c2.377-2.273%206.313-1.267%207.307%201.868%22%20fill%3D%22%2342AADF%22%2F%3E%3Cpath%20d%3D%22M171.084%20191.52l-7.841-23.57c-1.276-3.836%202.375-7.482%206.209-6.202l23.522%207.856c3.13%201.046%204.068%205.018%201.737%207.354l-16.265%2016.298c-2.336%202.34-6.318%201.401-7.362-1.737%22%20fill%3D%22%23ED042B%22%2F%3E%3Cpath%20d%3D%22M163.243%2088.05l7.841-23.569c1.044-3.138%205.026-4.077%207.362-1.737l16.265%2016.298c2.331%202.336%201.393%206.308-1.737%207.354l-23.522%207.856c-3.834%201.28-7.485-2.366-6.209-6.202%22%20fill%3D%22%232EA757%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M147.178%20146.723c10.341-10.34%2010.341-27.106%200-37.446c-10.34-10.34-27.105-10.34-37.446%200c-10.34%2010.34-10.34%2027.105%200%2037.446c10.341%2010.34%2027.106%2010.34%2037.446%200zm-32.17-13.346a7.604%207.604%200%200%201%200-10.754l8.07-8.07a7.604%207.604%200%200%201%2010.754%200l8.07%208.07a7.604%207.604%200%200%201%200%2010.754l-8.07%208.07a7.604%207.604%200%200%201-10.754%200l-8.07-8.07z%22%20fill%3D%22%23596778%22%2F%3E%3Cpath%20d%3D%22M147.051%20114.741a3.88%203.88%200%201%201-7.761-.001a3.88%203.88%200%200%201%207.761.001%22%20fill%3D%22%232EA757%22%2F%3E%3Cpath%20d%3D%22M147.051%20141.542a3.88%203.88%200%201%201-7.762%200a3.88%203.88%200%200%201%207.762%200%22%20fill%3D%22%23ED042B%22%2F%3E%3Cpath%20d%3D%22M117.824%20114.741a3.88%203.88%200%201%201-7.761-.001a3.88%203.88%200%200%201%207.761.001%22%20fill%3D%22%2342AADF%22%2F%3E%3Cpath%20d%3D%22M117.824%20141.542a3.88%203.88%200%201%201-7.762%200a3.88%203.88%200%200%201%207.762%200%22%20fill%3D%22%23EEB545%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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