interactive space icon

interactive-space-outline from Material Symbols by Google · Outline · Activities · Apache-2.0 Free for personal and commercial use.

Name
interactive-space-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

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.5l2-2l-2-2l-2 2zM4 14q-.825 0-1.412-.587T2 12V3q0-.825.588-1.412T4 1h16q.825 0 1.413.588T22 3v9q0 .825-.587 1.413T20 14h-3.225q.15-.5.2-1t0-1H20V3H4v9h3.025q-.05.5 0 1t.2 1zm12.5-7q.625 0 1.063-.437T18 5.5t-.437-1.062T16.5 4t-1.062.438T15 5.5t.438 1.063T16.5 7M5 23v-2.1q0-.875.488-1.625t1.287-1.125q1.225-.575 2.55-.862T12 17t2.675.288t2.55.862q.8.375 1.288 1.125T19 20.9V23zm2-2h10v-.1q0-.3-.175-.55t-.45-.375q-1.05-.475-2.15-.725T12 19t-2.225.25t-2.15.725q-.275.125-.45.375T7 20.9zm2.525-6.025Q8.5 13.95 8.5 12.5t1.025-2.475T12 9t2.475 1.025T15.5 12.5t-1.025 2.475T12 16t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 11t-1.062.438T10.5 12.5t.438 1.063T12 14t1.063-.437M12 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInteractiveSpaceOutline(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.5l2-2l-2-2l-2 2zM4 14q-.825 0-1.412-.587T2 12V3q0-.825.588-1.412T4 1h16q.825 0 1.413.588T22 3v9q0 .825-.587 1.413T20 14h-3.225q.15-.5.2-1t0-1H20V3H4v9h3.025q-.05.5 0 1t.2 1zm12.5-7q.625 0 1.063-.437T18 5.5t-.437-1.062T16.5 4t-1.062.438T15 5.5t.438 1.063T16.5 7M5 23v-2.1q0-.875.488-1.625t1.287-1.125q1.225-.575 2.55-.862T12 17t2.675.288t2.55.862q.8.375 1.288 1.125T19 20.9V23zm2-2h10v-.1q0-.3-.175-.55t-.45-.375q-1.05-.475-2.15-.725T12 19t-2.225.25t-2.15.725q-.275.125-.45.375T7 20.9zm2.525-6.025Q8.5 13.95 8.5 12.5t1.025-2.475T12 9t2.475 1.025T15.5 12.5t-1.025 2.475T12 16t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 11t-1.062.438T10.5 12.5t.438 1.063T12 14t1.063-.437M12 21"/></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.5l2-2l-2-2l-2 2zM4 14q-.825 0-1.412-.587T2 12V3q0-.825.588-1.412T4 1h16q.825 0 1.413.588T22 3v9q0 .825-.587 1.413T20 14h-3.225q.15-.5.2-1t0-1H20V3H4v9h3.025q-.05.5 0 1t.2 1zm12.5-7q.625 0 1.063-.437T18 5.5t-.437-1.062T16.5 4t-1.062.438T15 5.5t.438 1.063T16.5 7M5 23v-2.1q0-.875.488-1.625t1.287-1.125q1.225-.575 2.55-.862T12 17t2.675.288t2.55.862q.8.375 1.288 1.125T19 20.9V23zm2-2h10v-.1q0-.3-.175-.55t-.45-.375q-1.05-.475-2.15-.725T12 19t-2.225.25t-2.15.725q-.275.125-.45.375T7 20.9zm2.525-6.025Q8.5 13.95 8.5 12.5t1.025-2.475T12 9t2.475 1.025T15.5 12.5t-1.025 2.475T12 16t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12 11t-1.062.438T10.5 12.5t.438 1.063T12 14t1.063-.437M12 21"/></svg>
</template>

CSS

.icon-interactive-space-outline {
  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.5l2-2l-2-2l-2%202zM4%2014q-.825%200-1.412-.587T2%2012V3q0-.825.588-1.412T4%201h16q.825%200%201.413.588T22%203v9q0%20.825-.587%201.413T20%2014h-3.225q.15-.5.2-1t0-1H20V3H4v9h3.025q-.05.5%200%201t.2%201zm12.5-7q.625%200%201.063-.437T18%205.5t-.437-1.062T16.5%204t-1.062.438T15%205.5t.438%201.063T16.5%207M5%2023v-2.1q0-.875.488-1.625t1.287-1.125q1.225-.575%202.55-.862T12%2017t2.675.288t2.55.862q.8.375%201.288%201.125T19%2020.9V23zm2-2h10v-.1q0-.3-.175-.55t-.45-.375q-1.05-.475-2.15-.725T12%2019t-2.225.25t-2.15.725q-.275.125-.45.375T7%2020.9zm2.525-6.025Q8.5%2013.95%208.5%2012.5t1.025-2.475T12%209t2.475%201.025T15.5%2012.5t-1.025%202.475T12%2016t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%2011t-1.062.438T10.5%2012.5t.438%201.063T12%2014t1.063-.437M12%2021%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.5l2-2l-2-2l-2%202zM4%2014q-.825%200-1.412-.587T2%2012V3q0-.825.588-1.412T4%201h16q.825%200%201.413.588T22%203v9q0%20.825-.587%201.413T20%2014h-3.225q.15-.5.2-1t0-1H20V3H4v9h3.025q-.05.5%200%201t.2%201zm12.5-7q.625%200%201.063-.437T18%205.5t-.437-1.062T16.5%204t-1.062.438T15%205.5t.438%201.063T16.5%207M5%2023v-2.1q0-.875.488-1.625t1.287-1.125q1.225-.575%202.55-.862T12%2017t2.675.288t2.55.862q.8.375%201.288%201.125T19%2020.9V23zm2-2h10v-.1q0-.3-.175-.55t-.45-.375q-1.05-.475-2.15-.725T12%2019t-2.225.25t-2.15.725q-.275.125-.45.375T7%2020.9zm2.525-6.025Q8.5%2013.95%208.5%2012.5t1.025-2.475T12%209t2.475%201.025T15.5%2012.5t-1.025%202.475T12%2016t-2.475-1.025m3.538-1.412q.437-.438.437-1.063t-.437-1.062T12%2011t-1.062.438T10.5%2012.5t.438%201.063T12%2014t1.063-.437M12%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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