draw collage icon
draw-collage-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- draw-collage-rounded
- Set
- Material Symbols Light
- Style
- 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="M3.444 19.792q-.182-.078-.255-.286t.005-.39L7.37 9.94q.079-.183.281-.256t.385.006q.182.078.256.286q.073.208-.006.39L4.11 19.542q-.08.183-.281.256q-.202.073-.385-.006M14.364 21q-.349 0-.579-.23t-.23-.578v-2.219L11.17 17.6q-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-.546.355-.89t.922-.343q.252 0 .542.061q.29.06.583.072q.366 0 .539-.279t.173-.875q.011-.423-.03-.852t-.04-.813q0-1.21.61-1.858T16.392 4q.977 0 1.626.56q.65.56.644 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.565q.575.564.575 1.391q0 .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.335.916q0 .893-.8 1.25t-1.637.558l-1.77.423v1.47q0 .347-.229.577t-.578.23zM4.348 9.966q-.146.146-.353.12t-.316-.201q-.323-.543-.501-1.156T3 7.487q0-1.87 1.287-3.178Q5.573 3 7.442 3q.649 0 1.272.184q.622.183 1.19.525q.177.11.192.301q.016.192-.13.338q-.166.166-.38.168q-.213.003-.401-.1q-.396-.208-.827-.312T7.48 4Q6.039 4 5.019 5.02T4 7.48q0 .447.104.868t.305.818q.104.207.104.42t-.165.38"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDrawCollageRounded(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="M3.444 19.792q-.182-.078-.255-.286t.005-.39L7.37 9.94q.079-.183.281-.256t.385.006q.182.078.256.286q.073.208-.006.39L4.11 19.542q-.08.183-.281.256q-.202.073-.385-.006M14.364 21q-.349 0-.579-.23t-.23-.578v-2.219L11.17 17.6q-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-.546.355-.89t.922-.343q.252 0 .542.061q.29.06.583.072q.366 0 .539-.279t.173-.875q.011-.423-.03-.852t-.04-.813q0-1.21.61-1.858T16.392 4q.977 0 1.626.56q.65.56.644 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.565q.575.564.575 1.391q0 .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.335.916q0 .893-.8 1.25t-1.637.558l-1.77.423v1.47q0 .347-.229.577t-.578.23zM4.348 9.966q-.146.146-.353.12t-.316-.201q-.323-.543-.501-1.156T3 7.487q0-1.87 1.287-3.178Q5.573 3 7.442 3q.649 0 1.272.184q.622.183 1.19.525q.177.11.192.301q.016.192-.13.338q-.166.166-.38.168q-.213.003-.401-.1q-.396-.208-.827-.312T7.48 4Q6.039 4 5.019 5.02T4 7.48q0 .447.104.868t.305.818q.104.207.104.42t-.165.38"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.444 19.792q-.182-.078-.255-.286t.005-.39L7.37 9.94q.079-.183.281-.256t.385.006q.182.078.256.286q.073.208-.006.39L4.11 19.542q-.08.183-.281.256q-.202.073-.385-.006M14.364 21q-.349 0-.579-.23t-.23-.578v-2.219L11.17 17.6q-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-.546.355-.89t.922-.343q.252 0 .542.061q.29.06.583.072q.366 0 .539-.279t.173-.875q.011-.423-.03-.852t-.04-.813q0-1.21.61-1.858T16.392 4q.977 0 1.626.56q.65.56.644 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.565q.575.564.575 1.391q0 .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.335.916q0 .893-.8 1.25t-1.637.558l-1.77.423v1.47q0 .347-.229.577t-.578.23zM4.348 9.966q-.146.146-.353.12t-.316-.201q-.323-.543-.501-1.156T3 7.487q0-1.87 1.287-3.178Q5.573 3 7.442 3q.649 0 1.272.184q.622.183 1.19.525q.177.11.192.301q.016.192-.13.338q-.166.166-.38.168q-.213.003-.401-.1q-.396-.208-.827-.312T7.48 4Q6.039 4 5.019 5.02T4 7.48q0 .447.104.868t.305.818q.104.207.104.42t-.165.38"/></svg> </template>
CSS
.icon-draw-collage-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%22M3.444%2019.792q-.182-.078-.255-.286t.005-.39L7.37%209.94q.079-.183.281-.256t.385.006q.182.078.256.286q.073.208-.006.39L4.11%2019.542q-.08.183-.281.256q-.202.073-.385-.006M14.364%2021q-.349%200-.579-.23t-.23-.578v-2.219L11.17%2017.6q-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-.546.355-.89t.922-.343q.252%200%20.542.061q.29.06.583.072q.366%200%20.539-.279t.173-.875q.011-.423-.03-.852t-.04-.813q0-1.21.61-1.858T16.392%204q.977%200%201.626.56q.65.56.644%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.565q.575.564.575%201.391q0%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.335.916q0%20.893-.8%201.25t-1.637.558l-1.77.423v1.47q0%20.347-.229.577t-.578.23zM4.348%209.966q-.146.146-.353.12t-.316-.201q-.323-.543-.501-1.156T3%207.487q0-1.87%201.287-3.178Q5.573%203%207.442%203q.649%200%201.272.184q.622.183%201.19.525q.177.11.192.301q.016.192-.13.338q-.166.166-.38.168q-.213.003-.401-.1q-.396-.208-.827-.312T7.48%204Q6.039%204%205.019%205.02T4%207.48q0%20.447.104.868t.305.818q.104.207.104.42t-.165.38%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%22M3.444%2019.792q-.182-.078-.255-.286t.005-.39L7.37%209.94q.079-.183.281-.256t.385.006q.182.078.256.286q.073.208-.006.39L4.11%2019.542q-.08.183-.281.256q-.202.073-.385-.006M14.364%2021q-.349%200-.579-.23t-.23-.578v-2.219L11.17%2017.6q-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-.546.355-.89t.922-.343q.252%200%20.542.061q.29.06.583.072q.366%200%20.539-.279t.173-.875q.011-.423-.03-.852t-.04-.813q0-1.21.61-1.858T16.392%204q.977%200%201.626.56q.65.56.644%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.565q.575.564.575%201.391q0%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.335.916q0%20.893-.8%201.25t-1.637.558l-1.77.423v1.47q0%20.347-.229.577t-.578.23zM4.348%209.966q-.146.146-.353.12t-.316-.201q-.323-.543-.501-1.156T3%207.487q0-1.87%201.287-3.178Q5.573%203%207.442%203q.649%200%201.272.184q.622.183%201.19.525q.177.11.192.301q.016.192-.13.338q-.166.166-.38.168q-.213.003-.401-.1q-.396-.208-.827-.312T7.48%204Q6.039%204%205.019%205.02T4%207.48q0%20.447.104.868t.305.818q.104.207.104.42t-.165.38%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-rounded.svg?color=%231a73e8&size=48