interactive space icon

interactive-space-sharp from Material Symbols Light by Google · Sharp · Activities · Apache-2.0 Free for personal and commercial use.

Name
interactive-space-sharp
Set
Material Symbols Light
Style
Sharp
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the interactive space icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7 8.48l1.635-1.614L7 5.25L5.384 6.866zm9.5-1.21q.414 0 .707-.294t.293-.707t-.293-.706t-.707-.294t-.707.294t-.293.706t.293.707t.707.293M6 21.231v-1.408q0-.586.324-1.096t.874-.75q1.148-.517 2.348-.786T12 16.923t2.454.268t2.348.786q.55.24.874.75T18 19.823v1.408zm4.227-6.42q-.727-.726-.727-1.773t.727-1.773T12 10.538t1.773.727t.727 1.773t-.727 1.773t-1.773.727t-1.773-.727m-2.54-1.042H3v-11h18v11h-4.686q.053-.25.065-.5q.011-.25 0-.5q-.104-1.727-1.363-2.921T12 8.654T8.984 9.848T7.62 12.769q-.011.25 0 .5q.012.25.066.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInteractiveSpaceSharp(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="m7 8.48l1.635-1.614L7 5.25L5.384 6.866zm9.5-1.21q.414 0 .707-.294t.293-.707t-.293-.706t-.707-.294t-.707.294t-.293.706t.293.707t.707.293M6 21.231v-1.408q0-.586.324-1.096t.874-.75q1.148-.517 2.348-.786T12 16.923t2.454.268t2.348.786q.55.24.874.75T18 19.823v1.408zm4.227-6.42q-.727-.726-.727-1.773t.727-1.773T12 10.538t1.773.727t.727 1.773t-.727 1.773t-1.773.727t-1.773-.727m-2.54-1.042H3v-11h18v11h-4.686q.053-.25.065-.5q.011-.25 0-.5q-.104-1.727-1.363-2.921T12 8.654T8.984 9.848T7.62 12.769q-.011.25 0 .5q.012.25.066.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7 8.48l1.635-1.614L7 5.25L5.384 6.866zm9.5-1.21q.414 0 .707-.294t.293-.707t-.293-.706t-.707-.294t-.707.294t-.293.706t.293.707t.707.293M6 21.231v-1.408q0-.586.324-1.096t.874-.75q1.148-.517 2.348-.786T12 16.923t2.454.268t2.348.786q.55.24.874.75T18 19.823v1.408zm4.227-6.42q-.727-.726-.727-1.773t.727-1.773T12 10.538t1.773.727t.727 1.773t-.727 1.773t-1.773.727t-1.773-.727m-2.54-1.042H3v-11h18v11h-4.686q.053-.25.065-.5q.011-.25 0-.5q-.104-1.727-1.363-2.921T12 8.654T8.984 9.848T7.62 12.769q-.011.25 0 .5q.012.25.066.5"/></svg>
</template>

CSS

.icon-interactive-space-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%22m7%208.48l1.635-1.614L7%205.25L5.384%206.866zm9.5-1.21q.414%200%20.707-.294t.293-.707t-.293-.706t-.707-.294t-.707.294t-.293.706t.293.707t.707.293M6%2021.231v-1.408q0-.586.324-1.096t.874-.75q1.148-.517%202.348-.786T12%2016.923t2.454.268t2.348.786q.55.24.874.75T18%2019.823v1.408zm4.227-6.42q-.727-.726-.727-1.773t.727-1.773T12%2010.538t1.773.727t.727%201.773t-.727%201.773t-1.773.727t-1.773-.727m-2.54-1.042H3v-11h18v11h-4.686q.053-.25.065-.5q.011-.25%200-.5q-.104-1.727-1.363-2.921T12%208.654T8.984%209.848T7.62%2012.769q-.011.25%200%20.5q.012.25.066.5%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%22m7%208.48l1.635-1.614L7%205.25L5.384%206.866zm9.5-1.21q.414%200%20.707-.294t.293-.707t-.293-.706t-.707-.294t-.707.294t-.293.706t.293.707t.707.293M6%2021.231v-1.408q0-.586.324-1.096t.874-.75q1.148-.517%202.348-.786T12%2016.923t2.454.268t2.348.786q.55.24.874.75T18%2019.823v1.408zm4.227-6.42q-.727-.726-.727-1.773t.727-1.773T12%2010.538t1.773.727t.727%201.773t-.727%201.773t-1.773.727t-1.773-.727m-2.54-1.042H3v-11h18v11h-4.686q.053-.25.065-.5q.011-.25%200-.5q-.104-1.727-1.363-2.921T12%208.654T8.984%209.848T7.62%2012.769q-.011.25%200%20.5q.012.25.066.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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