view-quilt-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
view-quilt-outline
Set
Material Symbols Light
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
view-quilt-outline-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the view quilt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16.385v-8.77q0-.666.497-1.14Q4.994 6 5.692 6h12.616q.698 0 1.195.475q.497.474.497 1.14v8.77q0 .666-.497 1.14q-.497.475-1.195.475H5.692q-.698 0-1.195-.475Q4 17.052 4 16.386M9.94 11.5H19V7.616q0-.231-.212-.424T18.309 7H9.94zm5.024 5.5h3.344q.269 0 .48-.192t.212-.424V12.5h-4.036zM9.94 17h4.022v-4.5h-4.02zm-4.249 0H8.94V7H5.692q-.269 0-.48.192T5 7.616v8.769q0 .23.212.423t.48.192"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightViewQuiltOutline(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 16.385v-8.77q0-.666.497-1.14Q4.994 6 5.692 6h12.616q.698 0 1.195.475q.497.474.497 1.14v8.77q0 .666-.497 1.14q-.497.475-1.195.475H5.692q-.698 0-1.195-.475Q4 17.052 4 16.386M9.94 11.5H19V7.616q0-.231-.212-.424T18.309 7H9.94zm5.024 5.5h3.344q.269 0 .48-.192t.212-.424V12.5h-4.036zM9.94 17h4.022v-4.5h-4.02zm-4.249 0H8.94V7H5.692q-.269 0-.48.192T5 7.616v8.769q0 .23.212.423t.48.192"/></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 16.385v-8.77q0-.666.497-1.14Q4.994 6 5.692 6h12.616q.698 0 1.195.475q.497.474.497 1.14v8.77q0 .666-.497 1.14q-.497.475-1.195.475H5.692q-.698 0-1.195-.475Q4 17.052 4 16.386M9.94 11.5H19V7.616q0-.231-.212-.424T18.309 7H9.94zm5.024 5.5h3.344q.269 0 .48-.192t.212-.424V12.5h-4.036zM9.94 17h4.022v-4.5h-4.02zm-4.249 0H8.94V7H5.692q-.269 0-.48.192T5 7.616v8.769q0 .23.212.423t.48.192"/></svg>
</template>

CSS

.icon-view-quilt-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%22M4%2016.385v-8.77q0-.666.497-1.14Q4.994%206%205.692%206h12.616q.698%200%201.195.475q.497.474.497%201.14v8.77q0%20.666-.497%201.14q-.497.475-1.195.475H5.692q-.698%200-1.195-.475Q4%2017.052%204%2016.386M9.94%2011.5H19V7.616q0-.231-.212-.424T18.309%207H9.94zm5.024%205.5h3.344q.269%200%20.48-.192t.212-.424V12.5h-4.036zM9.94%2017h4.022v-4.5h-4.02zm-4.249%200H8.94V7H5.692q-.269%200-.48.192T5%207.616v8.769q0%20.23.212.423t.48.192%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%2016.385v-8.77q0-.666.497-1.14Q4.994%206%205.692%206h12.616q.698%200%201.195.475q.497.474.497%201.14v8.77q0%20.666-.497%201.14q-.497.475-1.195.475H5.692q-.698%200-1.195-.475Q4%2017.052%204%2016.386M9.94%2011.5H19V7.616q0-.231-.212-.424T18.309%207H9.94zm5.024%205.5h3.344q.269%200%20.48-.192t.212-.424V12.5h-4.036zM9.94%2017h4.022v-4.5h-4.02zm-4.249%200H8.94V7H5.692q-.269%200-.48.192T5%207.616v8.769q0%20.23.212.423t.48.192%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-quilt-outline.svg?color=%231a73e8&size=48