draw collage icon
draw-collage-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- draw-collage-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the draw collage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.556 20h1.4v-2.075l2.55-.6q.486-.125 1.068-.23t.582-.528q0-.242-.22-.414q-.219-.172-.655-.303q-.892-.275-1.421-.86q-.53-.584-.48-1.202q.05-.5.508-.941q.456-.441 1.198-.697q.662-.212 1.029-.563q.366-.35.366-.749q0-.469-.445-.741q-.444-.272-.9-.097q-.136.05-.296.075t-.307.025q-.639 0-1.095-.51q-.457-.51-.457-1.176q0-.65.337-1.217q.338-.566.338-1.1q0-.483-.372-.79T16.425 5q-.61 0-.964.428q-.355.428-.355 1.188q0 .309.037.719q.038.41.038.757q0 1.01-.467 1.621t-1.183.612q-.275 0-.575-.075t-.517-.075q-.189 0-.286.07t-.097.209q0 .279.319.519q.32.24.652.504q.535.46.844 1.014q.31.553.31 1.062q0 .653-.516 1.138q-.517.484-1.178.484q-.237 0-.516-.05t-.554-.075q-.623-.05-1.017.125t-.394.525q0 .33.344.566q.344.234.93.334l3.276.525zm-11.112-.208q-.182-.079-.255-.286t.005-.39L7.37 9.94q.079-.182.281-.256q.202-.073.385.006q.182.08.256.287q.073.207-.006.39L4.11 19.542q-.08.183-.281.256q-.202.073-.385-.006M14.364 21q-.344 0-.576-.232t-.232-.576v-2.219l-2.387-.373q-1.01-.161-1.584-.66t-.574-1.242q0-.777.584-1.224t1.516-.43q.356 0 .646.051t.524.057q.365 0 .586-.202q.222-.202.222-.529q-.047-.315-.28-.66q-.232-.345-.651-.713q-.385-.377-.735-.753t-.35-.87q0-.539.352-.886t.925-.347q.252 0 .542.061q.29.06.583.072q.366 0 .539-.279t.173-.875q.011-.423-.03-.852t-.04-.812q0-1.205.61-1.856T16.392 4q.973 0 1.624.56t.646 1.42q0 .672-.306 1.241t-.364 1.095q0 .307.193.528q.192.222.48.222q.202-.007.407-.077t.484-.07q.777 0 1.35.567t.575 1.389q0 .748-.522 1.313q-.522.564-1.432.858q-.5.173-.75.395q-.25.22-.27.49q.022.3.364.571q.343.271.935.461q.686.235 1.021.613t.334.916q0 .893-.799 1.25t-1.637.558l-1.77.423v1.47q0 .342-.231.575t-.576.232zM4.348 9.966q-.143.146-.351.12q-.208-.024-.318-.201q-.323-.543-.501-1.154T3 7.487q0-1.875 1.29-3.181T7.445 3q.645 0 1.271.183q.627.183 1.187.527q.182.105.195.299t-.14.345t-.37.159q-.216.006-.404-.097q-.397-.208-.828-.312T7.481 4Q6.03 4 5.015 5.015T4 7.481q0 .45.104.87q.104.418.305.814q.104.204.104.42t-.165.38m10.908 3.83"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDrawCollageOutlineRounded(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="M14.556 20h1.4v-2.075l2.55-.6q.486-.125 1.068-.23t.582-.528q0-.242-.22-.414q-.219-.172-.655-.303q-.892-.275-1.421-.86q-.53-.584-.48-1.202q.05-.5.508-.941q.456-.441 1.198-.697q.662-.212 1.029-.563q.366-.35.366-.749q0-.469-.445-.741q-.444-.272-.9-.097q-.136.05-.296.075t-.307.025q-.639 0-1.095-.51q-.457-.51-.457-1.176q0-.65.337-1.217q.338-.566.338-1.1q0-.483-.372-.79T16.425 5q-.61 0-.964.428q-.355.428-.355 1.188q0 .309.037.719q.038.41.038.757q0 1.01-.467 1.621t-1.183.612q-.275 0-.575-.075t-.517-.075q-.189 0-.286.07t-.097.209q0 .279.319.519q.32.24.652.504q.535.46.844 1.014q.31.553.31 1.062q0 .653-.516 1.138q-.517.484-1.178.484q-.237 0-.516-.05t-.554-.075q-.623-.05-1.017.125t-.394.525q0 .33.344.566q.344.234.93.334l3.276.525zm-11.112-.208q-.182-.079-.255-.286t.005-.39L7.37 9.94q.079-.182.281-.256q.202-.073.385.006q.182.08.256.287q.073.207-.006.39L4.11 19.542q-.08.183-.281.256q-.202.073-.385-.006M14.364 21q-.344 0-.576-.232t-.232-.576v-2.219l-2.387-.373q-1.01-.161-1.584-.66t-.574-1.242q0-.777.584-1.224t1.516-.43q.356 0 .646.051t.524.057q.365 0 .586-.202q.222-.202.222-.529q-.047-.315-.28-.66q-.232-.345-.651-.713q-.385-.377-.735-.753t-.35-.87q0-.539.352-.886t.925-.347q.252 0 .542.061q.29.06.583.072q.366 0 .539-.279t.173-.875q.011-.423-.03-.852t-.04-.812q0-1.205.61-1.856T16.392 4q.973 0 1.624.56t.646 1.42q0 .672-.306 1.241t-.364 1.095q0 .307.193.528q.192.222.48.222q.202-.007.407-.077t.484-.07q.777 0 1.35.567t.575 1.389q0 .748-.522 1.313q-.522.564-1.432.858q-.5.173-.75.395q-.25.22-.27.49q.022.3.364.571q.343.271.935.461q.686.235 1.021.613t.334.916q0 .893-.799 1.25t-1.637.558l-1.77.423v1.47q0 .342-.231.575t-.576.232zM4.348 9.966q-.143.146-.351.12q-.208-.024-.318-.201q-.323-.543-.501-1.154T3 7.487q0-1.875 1.29-3.181T7.445 3q.645 0 1.271.183q.627.183 1.187.527q.182.105.195.299t-.14.345t-.37.159q-.216.006-.404-.097q-.397-.208-.828-.312T7.481 4Q6.03 4 5.015 5.015T4 7.481q0 .45.104.87q.104.418.305.814q.104.204.104.42t-.165.38m10.908 3.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.556 20h1.4v-2.075l2.55-.6q.486-.125 1.068-.23t.582-.528q0-.242-.22-.414q-.219-.172-.655-.303q-.892-.275-1.421-.86q-.53-.584-.48-1.202q.05-.5.508-.941q.456-.441 1.198-.697q.662-.212 1.029-.563q.366-.35.366-.749q0-.469-.445-.741q-.444-.272-.9-.097q-.136.05-.296.075t-.307.025q-.639 0-1.095-.51q-.457-.51-.457-1.176q0-.65.337-1.217q.338-.566.338-1.1q0-.483-.372-.79T16.425 5q-.61 0-.964.428q-.355.428-.355 1.188q0 .309.037.719q.038.41.038.757q0 1.01-.467 1.621t-1.183.612q-.275 0-.575-.075t-.517-.075q-.189 0-.286.07t-.097.209q0 .279.319.519q.32.24.652.504q.535.46.844 1.014q.31.553.31 1.062q0 .653-.516 1.138q-.517.484-1.178.484q-.237 0-.516-.05t-.554-.075q-.623-.05-1.017.125t-.394.525q0 .33.344.566q.344.234.93.334l3.276.525zm-11.112-.208q-.182-.079-.255-.286t.005-.39L7.37 9.94q.079-.182.281-.256q.202-.073.385.006q.182.08.256.287q.073.207-.006.39L4.11 19.542q-.08.183-.281.256q-.202.073-.385-.006M14.364 21q-.344 0-.576-.232t-.232-.576v-2.219l-2.387-.373q-1.01-.161-1.584-.66t-.574-1.242q0-.777.584-1.224t1.516-.43q.356 0 .646.051t.524.057q.365 0 .586-.202q.222-.202.222-.529q-.047-.315-.28-.66q-.232-.345-.651-.713q-.385-.377-.735-.753t-.35-.87q0-.539.352-.886t.925-.347q.252 0 .542.061q.29.06.583.072q.366 0 .539-.279t.173-.875q.011-.423-.03-.852t-.04-.812q0-1.205.61-1.856T16.392 4q.973 0 1.624.56t.646 1.42q0 .672-.306 1.241t-.364 1.095q0 .307.193.528q.192.222.48.222q.202-.007.407-.077t.484-.07q.777 0 1.35.567t.575 1.389q0 .748-.522 1.313q-.522.564-1.432.858q-.5.173-.75.395q-.25.22-.27.49q.022.3.364.571q.343.271.935.461q.686.235 1.021.613t.334.916q0 .893-.799 1.25t-1.637.558l-1.77.423v1.47q0 .342-.231.575t-.576.232zM4.348 9.966q-.143.146-.351.12q-.208-.024-.318-.201q-.323-.543-.501-1.154T3 7.487q0-1.875 1.29-3.181T7.445 3q.645 0 1.271.183q.627.183 1.187.527q.182.105.195.299t-.14.345t-.37.159q-.216.006-.404-.097q-.397-.208-.828-.312T7.481 4Q6.03 4 5.015 5.015T4 7.481q0 .45.104.87q.104.418.305.814q.104.204.104.42t-.165.38m10.908 3.83"/></svg> </template>
CSS
.icon-draw-collage-outline-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%22M14.556%2020h1.4v-2.075l2.55-.6q.486-.125%201.068-.23t.582-.528q0-.242-.22-.414q-.219-.172-.655-.303q-.892-.275-1.421-.86q-.53-.584-.48-1.202q.05-.5.508-.941q.456-.441%201.198-.697q.662-.212%201.029-.563q.366-.35.366-.749q0-.469-.445-.741q-.444-.272-.9-.097q-.136.05-.296.075t-.307.025q-.639%200-1.095-.51q-.457-.51-.457-1.176q0-.65.337-1.217q.338-.566.338-1.1q0-.483-.372-.79T16.425%205q-.61%200-.964.428q-.355.428-.355%201.188q0%20.309.037.719q.038.41.038.757q0%201.01-.467%201.621t-1.183.612q-.275%200-.575-.075t-.517-.075q-.189%200-.286.07t-.097.209q0%20.279.319.519q.32.24.652.504q.535.46.844%201.014q.31.553.31%201.062q0%20.653-.516%201.138q-.517.484-1.178.484q-.237%200-.516-.05t-.554-.075q-.623-.05-1.017.125t-.394.525q0%20.33.344.566q.344.234.93.334l3.276.525zm-11.112-.208q-.182-.079-.255-.286t.005-.39L7.37%209.94q.079-.182.281-.256q.202-.073.385.006q.182.08.256.287q.073.207-.006.39L4.11%2019.542q-.08.183-.281.256q-.202.073-.385-.006M14.364%2021q-.344%200-.576-.232t-.232-.576v-2.219l-2.387-.373q-1.01-.161-1.584-.66t-.574-1.242q0-.777.584-1.224t1.516-.43q.356%200%20.646.051t.524.057q.365%200%20.586-.202q.222-.202.222-.529q-.047-.315-.28-.66q-.232-.345-.651-.713q-.385-.377-.735-.753t-.35-.87q0-.539.352-.886t.925-.347q.252%200%20.542.061q.29.06.583.072q.366%200%20.539-.279t.173-.875q.011-.423-.03-.852t-.04-.812q0-1.205.61-1.856T16.392%204q.973%200%201.624.56t.646%201.42q0%20.672-.306%201.241t-.364%201.095q0%20.307.193.528q.192.222.48.222q.202-.007.407-.077t.484-.07q.777%200%201.35.567t.575%201.389q0%20.748-.522%201.313q-.522.564-1.432.858q-.5.173-.75.395q-.25.22-.27.49q.022.3.364.571q.343.271.935.461q.686.235%201.021.613t.334.916q0%20.893-.799%201.25t-1.637.558l-1.77.423v1.47q0%20.342-.231.575t-.576.232zM4.348%209.966q-.143.146-.351.12q-.208-.024-.318-.201q-.323-.543-.501-1.154T3%207.487q0-1.875%201.29-3.181T7.445%203q.645%200%201.271.183q.627.183%201.187.527q.182.105.195.299t-.14.345t-.37.159q-.216.006-.404-.097q-.397-.208-.828-.312T7.481%204Q6.03%204%205.015%205.015T4%207.481q0%20.45.104.87q.104.418.305.814q.104.204.104.42t-.165.38m10.908%203.83%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%22M14.556%2020h1.4v-2.075l2.55-.6q.486-.125%201.068-.23t.582-.528q0-.242-.22-.414q-.219-.172-.655-.303q-.892-.275-1.421-.86q-.53-.584-.48-1.202q.05-.5.508-.941q.456-.441%201.198-.697q.662-.212%201.029-.563q.366-.35.366-.749q0-.469-.445-.741q-.444-.272-.9-.097q-.136.05-.296.075t-.307.025q-.639%200-1.095-.51q-.457-.51-.457-1.176q0-.65.337-1.217q.338-.566.338-1.1q0-.483-.372-.79T16.425%205q-.61%200-.964.428q-.355.428-.355%201.188q0%20.309.037.719q.038.41.038.757q0%201.01-.467%201.621t-1.183.612q-.275%200-.575-.075t-.517-.075q-.189%200-.286.07t-.097.209q0%20.279.319.519q.32.24.652.504q.535.46.844%201.014q.31.553.31%201.062q0%20.653-.516%201.138q-.517.484-1.178.484q-.237%200-.516-.05t-.554-.075q-.623-.05-1.017.125t-.394.525q0%20.33.344.566q.344.234.93.334l3.276.525zm-11.112-.208q-.182-.079-.255-.286t.005-.39L7.37%209.94q.079-.182.281-.256q.202-.073.385.006q.182.08.256.287q.073.207-.006.39L4.11%2019.542q-.08.183-.281.256q-.202.073-.385-.006M14.364%2021q-.344%200-.576-.232t-.232-.576v-2.219l-2.387-.373q-1.01-.161-1.584-.66t-.574-1.242q0-.777.584-1.224t1.516-.43q.356%200%20.646.051t.524.057q.365%200%20.586-.202q.222-.202.222-.529q-.047-.315-.28-.66q-.232-.345-.651-.713q-.385-.377-.735-.753t-.35-.87q0-.539.352-.886t.925-.347q.252%200%20.542.061q.29.06.583.072q.366%200%20.539-.279t.173-.875q.011-.423-.03-.852t-.04-.812q0-1.205.61-1.856T16.392%204q.973%200%201.624.56t.646%201.42q0%20.672-.306%201.241t-.364%201.095q0%20.307.193.528q.192.222.48.222q.202-.007.407-.077t.484-.07q.777%200%201.35.567t.575%201.389q0%20.748-.522%201.313q-.522.564-1.432.858q-.5.173-.75.395q-.25.22-.27.49q.022.3.364.571q.343.271.935.461q.686.235%201.021.613t.334.916q0%20.893-.799%201.25t-1.637.558l-1.77.423v1.47q0%20.342-.231.575t-.576.232zM4.348%209.966q-.143.146-.351.12q-.208-.024-.318-.201q-.323-.543-.501-1.154T3%207.487q0-1.875%201.29-3.181T7.445%203q.645%200%201.271.183q.627.183%201.187.527q.182.105.195.299t-.14.345t-.37.159q-.216.006-.404-.097q-.397-.208-.828-.312T7.481%204Q6.03%204%205.015%205.015T4%207.481q0%20.45.104.87q.104.418.305.814q.104.204.104.42t-.165.38m10.908%203.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/draw-collage-outline-rounded.svg?color=%231a73e8&size=48