labs-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
labs-outline-sharp
Set
Material Symbols Light
Style
Outline Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the labs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.806 0-3.076-1.241t-1.27-3.028V7.654H6V3h12v4.654h-1.673v9.365q-.116 1.69-1.367 2.836T12 21M7 6.654h10V4H7zm7.356 12.404q.971-.943.971-2.327v-.75h-3.193v-1h3.193v-2.846h-3.192v-1h3.192V7.654H8.654v9.077q0 1.384.98 2.327Q10.617 20 12 20t2.356-.942M7 6.654V4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightLabsOutlineSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.806 0-3.076-1.241t-1.27-3.028V7.654H6V3h12v4.654h-1.673v9.365q-.116 1.69-1.367 2.836T12 21M7 6.654h10V4H7zm7.356 12.404q.971-.943.971-2.327v-.75h-3.193v-1h3.193v-2.846h-3.192v-1h3.192V7.654H8.654v9.077q0 1.384.98 2.327Q10.617 20 12 20t2.356-.942M7 6.654V4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.806 0-3.076-1.241t-1.27-3.028V7.654H6V3h12v4.654h-1.673v9.365q-.116 1.69-1.367 2.836T12 21M7 6.654h10V4H7zm7.356 12.404q.971-.943.971-2.327v-.75h-3.193v-1h3.193v-2.846h-3.192v-1h3.192V7.654H8.654v9.077q0 1.384.98 2.327Q10.617 20 12 20t2.356-.942M7 6.654V4z"/></svg>
</template>

CSS

.icon-labs-outline-sharp {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021q-1.806%200-3.076-1.241t-1.27-3.028V7.654H6V3h12v4.654h-1.673v9.365q-.116%201.69-1.367%202.836T12%2021M7%206.654h10V4H7zm7.356%2012.404q.971-.943.971-2.327v-.75h-3.193v-1h3.193v-2.846h-3.192v-1h3.192V7.654H8.654v9.077q0%201.384.98%202.327Q10.617%2020%2012%2020t2.356-.942M7%206.654V4z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021q-1.806%200-3.076-1.241t-1.27-3.028V7.654H6V3h12v4.654h-1.673v9.365q-.116%201.69-1.367%202.836T12%2021M7%206.654h10V4H7zm7.356%2012.404q.971-.943.971-2.327v-.75h-3.193v-1h3.193v-2.846h-3.192v-1h3.192V7.654H8.654v9.077q0%201.384.98%202.327Q10.617%2020%2012%2020t2.356-.942M7%206.654V4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/labs-outline-sharp.svg?color=%231a73e8&size=48