sameroom logo

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

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

Use the sameroom logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><rect width="256" height="256" fill="#78787a" rx="14"/><path fill="#fff" d="M80.437 114.495c0 18.828-15.263 34.09-34.091 34.09s-34.09-15.262-34.09-34.09s15.262-34.09 34.09-34.09s34.091 15.262 34.091 34.09"/><path fill="#1b94b8" d="M65.57 114.495c0 10.617-8.607 19.223-19.224 19.223s-19.223-8.606-19.223-19.223s8.606-19.224 19.223-19.224s19.224 8.607 19.224 19.224"/><path fill="#fff" d="M245.168 114.495c0 18.828-15.264 34.09-34.092 34.09s-34.09-15.262-34.09-34.09s15.262-34.09 34.09-34.09s34.092 15.262 34.092 34.09"/><path fill="#1b94b8" d="M230.301 114.495c0 10.617-8.607 19.223-19.224 19.223s-19.224-8.606-19.224-19.223s8.607-19.224 19.224-19.224s19.224 8.607 19.224 19.224"/><path d="M127.903 209.484c-17.907 0-38.038-5.336-58.089-21.416a8.66 8.66 0 0 1 10.833-13.514c48.448 38.867 96.529 2.085 98.55.495c3.763-2.948 9.2-2.296 12.156 1.45c2.951 3.751 2.326 9.175-1.416 12.14c-.398.317-26.926 20.845-62.034 20.845"/></svg>

React

import type { SVGProps } from "react";

export function LogosSameroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><rect width="256" height="256" fill="#78787a" rx="14"/><path fill="#fff" d="M80.437 114.495c0 18.828-15.263 34.09-34.091 34.09s-34.09-15.262-34.09-34.09s15.262-34.09 34.09-34.09s34.091 15.262 34.091 34.09"/><path fill="#1b94b8" d="M65.57 114.495c0 10.617-8.607 19.223-19.224 19.223s-19.223-8.606-19.223-19.223s8.606-19.224 19.223-19.224s19.224 8.607 19.224 19.224"/><path fill="#fff" d="M245.168 114.495c0 18.828-15.264 34.09-34.092 34.09s-34.09-15.262-34.09-34.09s15.262-34.09 34.09-34.09s34.092 15.262 34.092 34.09"/><path fill="#1b94b8" d="M230.301 114.495c0 10.617-8.607 19.223-19.224 19.223s-19.224-8.606-19.224-19.223s8.607-19.224 19.224-19.224s19.224 8.607 19.224 19.224"/><path d="M127.903 209.484c-17.907 0-38.038-5.336-58.089-21.416a8.66 8.66 0 0 1 10.833-13.514c48.448 38.867 96.529 2.085 98.55.495c3.763-2.948 9.2-2.296 12.156 1.45c2.951 3.751 2.326 9.175-1.416 12.14c-.398.317-26.926 20.845-62.034 20.845"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><rect width="256" height="256" fill="#78787a" rx="14"/><path fill="#fff" d="M80.437 114.495c0 18.828-15.263 34.09-34.091 34.09s-34.09-15.262-34.09-34.09s15.262-34.09 34.09-34.09s34.091 15.262 34.091 34.09"/><path fill="#1b94b8" d="M65.57 114.495c0 10.617-8.607 19.223-19.224 19.223s-19.223-8.606-19.223-19.223s8.606-19.224 19.223-19.224s19.224 8.607 19.224 19.224"/><path fill="#fff" d="M245.168 114.495c0 18.828-15.264 34.09-34.092 34.09s-34.09-15.262-34.09-34.09s15.262-34.09 34.09-34.09s34.092 15.262 34.092 34.09"/><path fill="#1b94b8" d="M230.301 114.495c0 10.617-8.607 19.223-19.224 19.223s-19.224-8.606-19.224-19.223s8.607-19.224 19.224-19.224s19.224 8.607 19.224 19.224"/><path d="M127.903 209.484c-17.907 0-38.038-5.336-58.089-21.416a8.66 8.66 0 0 1 10.833-13.514c48.448 38.867 96.529 2.085 98.55.495c3.763-2.948 9.2-2.296 12.156 1.45c2.951 3.751 2.326 9.175-1.416 12.14c-.398.317-26.926 20.845-62.034 20.845"/></svg>
</template>

CSS

.icon-sameroom {
  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%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%2378787a%22%20rx%3D%2214%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M80.437%20114.495c0%2018.828-15.263%2034.09-34.091%2034.09s-34.09-15.262-34.09-34.09s15.262-34.09%2034.09-34.09s34.091%2015.262%2034.091%2034.09%22%2F%3E%3Cpath%20fill%3D%22%231b94b8%22%20d%3D%22M65.57%20114.495c0%2010.617-8.607%2019.223-19.224%2019.223s-19.223-8.606-19.223-19.223s8.606-19.224%2019.223-19.224s19.224%208.607%2019.224%2019.224%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.168%20114.495c0%2018.828-15.264%2034.09-34.092%2034.09s-34.09-15.262-34.09-34.09s15.262-34.09%2034.09-34.09s34.092%2015.262%2034.092%2034.09%22%2F%3E%3Cpath%20fill%3D%22%231b94b8%22%20d%3D%22M230.301%20114.495c0%2010.617-8.607%2019.223-19.224%2019.223s-19.224-8.606-19.224-19.223s8.607-19.224%2019.224-19.224s19.224%208.607%2019.224%2019.224%22%2F%3E%3Cpath%20d%3D%22M127.903%20209.484c-17.907%200-38.038-5.336-58.089-21.416a8.66%208.66%200%200%201%2010.833-13.514c48.448%2038.867%2096.529%202.085%2098.55.495c3.763-2.948%209.2-2.296%2012.156%201.45c2.951%203.751%202.326%209.175-1.416%2012.14c-.398.317-26.926%2020.845-62.034%2020.845%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%20256%20256%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%2378787a%22%20rx%3D%2214%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M80.437%20114.495c0%2018.828-15.263%2034.09-34.091%2034.09s-34.09-15.262-34.09-34.09s15.262-34.09%2034.09-34.09s34.091%2015.262%2034.091%2034.09%22%2F%3E%3Cpath%20fill%3D%22%231b94b8%22%20d%3D%22M65.57%20114.495c0%2010.617-8.607%2019.223-19.224%2019.223s-19.223-8.606-19.223-19.223s8.606-19.224%2019.223-19.224s19.224%208.607%2019.224%2019.224%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M245.168%20114.495c0%2018.828-15.264%2034.09-34.092%2034.09s-34.09-15.262-34.09-34.09s15.262-34.09%2034.09-34.09s34.092%2015.262%2034.092%2034.09%22%2F%3E%3Cpath%20fill%3D%22%231b94b8%22%20d%3D%22M230.301%20114.495c0%2010.617-8.607%2019.223-19.224%2019.223s-19.224-8.606-19.224-19.223s8.607-19.224%2019.224-19.224s19.224%208.607%2019.224%2019.224%22%2F%3E%3Cpath%20d%3D%22M127.903%20209.484c-17.907%200-38.038-5.336-58.089-21.416a8.66%208.66%200%200%201%2010.833-13.514c48.448%2038.867%2096.529%202.085%2098.55.495c3.763-2.948%209.2-2.296%2012.156%201.45c2.951%203.751%202.326%209.175-1.416%2012.14c-.398.317-26.926%2020.845-62.034%2020.845%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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