view apps icon
view-apps-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- view-apps-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the view apps icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.944 18.839q-.373.055-.658-.174q-.286-.23-.286-.61V5.946q0-.38.286-.61q.285-.23.658-.173l3.399.56q.298.043.487.267q.19.223.19.515v10.992q0 .292-.19.515t-.487.267zm7.268-.704q-.344 0-.576-.233q-.232-.232-.232-.575V6.654q0-.344.232-.576t.576-.232h3.577q.343 0 .575.232t.232.576v10.673q0 .343-.232.575t-.575.232zm7.445.143q-.298-.044-.487-.267q-.19-.223-.19-.515V6.504q0-.292.19-.515t.487-.267l3.399-.56q.373-.056.658.173q.286.23.286.61v12.11q0 .38-.286.61q-.285.23-.658.173z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightViewAppsRounded(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="M2.944 18.839q-.373.055-.658-.174q-.286-.23-.286-.61V5.946q0-.38.286-.61q.285-.23.658-.173l3.399.56q.298.043.487.267q.19.223.19.515v10.992q0 .292-.19.515t-.487.267zm7.268-.704q-.344 0-.576-.233q-.232-.232-.232-.575V6.654q0-.344.232-.576t.576-.232h3.577q.343 0 .575.232t.232.576v10.673q0 .343-.232.575t-.575.232zm7.445.143q-.298-.044-.487-.267q-.19-.223-.19-.515V6.504q0-.292.19-.515t.487-.267l3.399-.56q.373-.056.658.173q.286.23.286.61v12.11q0 .38-.286.61q-.285.23-.658.173z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.944 18.839q-.373.055-.658-.174q-.286-.23-.286-.61V5.946q0-.38.286-.61q.285-.23.658-.173l3.399.56q.298.043.487.267q.19.223.19.515v10.992q0 .292-.19.515t-.487.267zm7.268-.704q-.344 0-.576-.233q-.232-.232-.232-.575V6.654q0-.344.232-.576t.576-.232h3.577q.343 0 .575.232t.232.576v10.673q0 .343-.232.575t-.575.232zm7.445.143q-.298-.044-.487-.267q-.19-.223-.19-.515V6.504q0-.292.19-.515t.487-.267l3.399-.56q.373-.056.658.173q.286.23.286.61v12.11q0 .38-.286.61q-.285.23-.658.173z"/></svg> </template>
CSS
.icon-view-apps-rounded {
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%22M2.944%2018.839q-.373.055-.658-.174q-.286-.23-.286-.61V5.946q0-.38.286-.61q.285-.23.658-.173l3.399.56q.298.043.487.267q.19.223.19.515v10.992q0%20.292-.19.515t-.487.267zm7.268-.704q-.344%200-.576-.233q-.232-.232-.232-.575V6.654q0-.344.232-.576t.576-.232h3.577q.343%200%20.575.232t.232.576v10.673q0%20.343-.232.575t-.575.232zm7.445.143q-.298-.044-.487-.267q-.19-.223-.19-.515V6.504q0-.292.19-.515t.487-.267l3.399-.56q.373-.056.658.173q.286.23.286.61v12.11q0%20.38-.286.61q-.285.23-.658.173z%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%22M2.944%2018.839q-.373.055-.658-.174q-.286-.23-.286-.61V5.946q0-.38.286-.61q.285-.23.658-.173l3.399.56q.298.043.487.267q.19.223.19.515v10.992q0%20.292-.19.515t-.487.267zm7.268-.704q-.344%200-.576-.233q-.232-.232-.232-.575V6.654q0-.344.232-.576t.576-.232h3.577q.343%200%20.575.232t.232.576v10.673q0%20.343-.232.575t-.575.232zm7.445.143q-.298-.044-.487-.267q-.19-.223-.19-.515V6.504q0-.292.19-.515t.487-.267l3.399-.56q.373-.056.658.173q.286.23.286.61v12.11q0%20.38-.286.61q-.285.23-.658.173z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/view-apps-rounded.svg?color=%231a73e8&size=48