interactive space icon
interactive-space from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- interactive-space
- Set
- Material Symbols
- Style
- Regular
- 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="M4 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-1q-.2-1.9-1.612-3.2T12 7.5T8.637 8.8T7.025 12q-.05.5 0 1t.2 1zm3-5.5l2-2l-2-2l-2 2zM16.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.9V23zm4.525-8.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.025"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsInteractiveSpace(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="M4 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-1q-.2-1.9-1.612-3.2T12 7.5T8.637 8.8T7.025 12q-.05.5 0 1t.2 1zm3-5.5l2-2l-2-2l-2 2zM16.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.9V23zm4.525-8.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.025"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 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-1q-.2-1.9-1.612-3.2T12 7.5T8.637 8.8T7.025 12q-.05.5 0 1t.2 1zm3-5.5l2-2l-2-2l-2 2zM16.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.9V23zm4.525-8.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.025"/></svg> </template>
CSS
.icon-interactive-space {
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%22M4%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-1q-.2-1.9-1.612-3.2T12%207.5T8.637%208.8T7.025%2012q-.05.5%200%201t.2%201zm3-5.5l2-2l-2-2l-2%202zM16.5%207q.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.9V23zm4.525-8.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.025%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%22M4%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-1q-.2-1.9-1.612-3.2T12%207.5T8.637%208.8T7.025%2012q-.05.5%200%201t.2%201zm3-5.5l2-2l-2-2l-2%202zM16.5%207q.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.9V23zm4.525-8.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.025%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.svg?color=%231a73e8&size=48