draw-collage-outline from Material Symbols by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
draw-collage-outline
Set
Material Symbols
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
draw-collage-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

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="M15.075 20h1.4v-2.075l2.55-.6q.525-.125 1.088-.288t.562-.512q0-.2-.2-.362t-.675-.313q-.95-.275-1.45-.85t-.45-1.225q.05-.525.488-.937t1.237-.688q.7-.25 1.038-.562T21 10.85q0-.5-.425-.762T19.65 10q-.15.05-.312.075t-.313.025q-.65 0-1.088-.5T17.5 8.375q0-.65.338-1.187T18.175 6q0-.425-.363-.712T16.926 5q-.725 0-1.012.313T15.625 6.5q0 .425.038.825t.037.825q0 1.125-.4 1.65t-1.25.525q-.275 0-.575-.075t-.575-.075q-.15 0-.238.063t-.087.187q0 .25.3.5t.575.475q.65.575.95 1.1t.3 1.05q0 .675-.487 1.15t-1.188.475q-.275 0-.525-.05t-.525-.075q-.7-.05-1.075.125t-.375.525t.325.575t.95.325l3.275.525zm-11.25 1L2 20.175l5-11L8.825 10zm9.25 1v-3.2l-1.425-.2q-1.375-.2-2.238-.987t-.862-1.838q0-1.2.988-2.013t2.362-.737q.125 0 .213.013t.187.037q-.2-.2-.375-.363t-.325-.337q-.5-.55-.725-1.012t-.225-.938q0-.95.538-1.562T12.6 8.25q.175 0 .475.013t.65.062q.05-.5 0-1.025t-.05-1.025q0-1.575.85-2.425T16.95 3q1.4 0 2.338.8t.912 1.95q0 .575-.2 1.125t-.45 1.075q.125-.025.263-.038t.262-.012q1.2 0 2.063.862T23 10.875q0 1.075-.763 1.938T20.45 13.95q.175.05.325.1t.3.125q.725.35 1.175.988t.45 1.387q0 .95-.837 1.663T19.475 19.3l-1 .25V22zM3.45 10.575q-.725-.725-1.087-1.637T2 7.025q0-2.1 1.45-3.562T7 2q1 0 1.913.375t1.637 1.1l-1.4 1.4q-.425-.425-.987-.65T7 4q-1.25 0-2.125.875T4 7q0 .6.225 1.163t.65.987zm12.325 3.2"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDrawCollageOutline(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="M15.075 20h1.4v-2.075l2.55-.6q.525-.125 1.088-.288t.562-.512q0-.2-.2-.362t-.675-.313q-.95-.275-1.45-.85t-.45-1.225q.05-.525.488-.937t1.237-.688q.7-.25 1.038-.562T21 10.85q0-.5-.425-.762T19.65 10q-.15.05-.312.075t-.313.025q-.65 0-1.088-.5T17.5 8.375q0-.65.338-1.187T18.175 6q0-.425-.363-.712T16.926 5q-.725 0-1.012.313T15.625 6.5q0 .425.038.825t.037.825q0 1.125-.4 1.65t-1.25.525q-.275 0-.575-.075t-.575-.075q-.15 0-.238.063t-.087.187q0 .25.3.5t.575.475q.65.575.95 1.1t.3 1.05q0 .675-.487 1.15t-1.188.475q-.275 0-.525-.05t-.525-.075q-.7-.05-1.075.125t-.375.525t.325.575t.95.325l3.275.525zm-11.25 1L2 20.175l5-11L8.825 10zm9.25 1v-3.2l-1.425-.2q-1.375-.2-2.238-.987t-.862-1.838q0-1.2.988-2.013t2.362-.737q.125 0 .213.013t.187.037q-.2-.2-.375-.363t-.325-.337q-.5-.55-.725-1.012t-.225-.938q0-.95.538-1.562T12.6 8.25q.175 0 .475.013t.65.062q.05-.5 0-1.025t-.05-1.025q0-1.575.85-2.425T16.95 3q1.4 0 2.338.8t.912 1.95q0 .575-.2 1.125t-.45 1.075q.125-.025.263-.038t.262-.012q1.2 0 2.063.862T23 10.875q0 1.075-.763 1.938T20.45 13.95q.175.05.325.1t.3.125q.725.35 1.175.988t.45 1.387q0 .95-.837 1.663T19.475 19.3l-1 .25V22zM3.45 10.575q-.725-.725-1.087-1.637T2 7.025q0-2.1 1.45-3.562T7 2q1 0 1.913.375t1.637 1.1l-1.4 1.4q-.425-.425-.987-.65T7 4q-1.25 0-2.125.875T4 7q0 .6.225 1.163t.65.987zm12.325 3.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.075 20h1.4v-2.075l2.55-.6q.525-.125 1.088-.288t.562-.512q0-.2-.2-.362t-.675-.313q-.95-.275-1.45-.85t-.45-1.225q.05-.525.488-.937t1.237-.688q.7-.25 1.038-.562T21 10.85q0-.5-.425-.762T19.65 10q-.15.05-.312.075t-.313.025q-.65 0-1.088-.5T17.5 8.375q0-.65.338-1.187T18.175 6q0-.425-.363-.712T16.926 5q-.725 0-1.012.313T15.625 6.5q0 .425.038.825t.037.825q0 1.125-.4 1.65t-1.25.525q-.275 0-.575-.075t-.575-.075q-.15 0-.238.063t-.087.187q0 .25.3.5t.575.475q.65.575.95 1.1t.3 1.05q0 .675-.487 1.15t-1.188.475q-.275 0-.525-.05t-.525-.075q-.7-.05-1.075.125t-.375.525t.325.575t.95.325l3.275.525zm-11.25 1L2 20.175l5-11L8.825 10zm9.25 1v-3.2l-1.425-.2q-1.375-.2-2.238-.987t-.862-1.838q0-1.2.988-2.013t2.362-.737q.125 0 .213.013t.187.037q-.2-.2-.375-.363t-.325-.337q-.5-.55-.725-1.012t-.225-.938q0-.95.538-1.562T12.6 8.25q.175 0 .475.013t.65.062q.05-.5 0-1.025t-.05-1.025q0-1.575.85-2.425T16.95 3q1.4 0 2.338.8t.912 1.95q0 .575-.2 1.125t-.45 1.075q.125-.025.263-.038t.262-.012q1.2 0 2.063.862T23 10.875q0 1.075-.763 1.938T20.45 13.95q.175.05.325.1t.3.125q.725.35 1.175.988t.45 1.387q0 .95-.837 1.663T19.475 19.3l-1 .25V22zM3.45 10.575q-.725-.725-1.087-1.637T2 7.025q0-2.1 1.45-3.562T7 2q1 0 1.913.375t1.637 1.1l-1.4 1.4q-.425-.425-.987-.65T7 4q-1.25 0-2.125.875T4 7q0 .6.225 1.163t.65.987zm12.325 3.2"/></svg>
</template>

CSS

.icon-draw-collage-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%22M15.075%2020h1.4v-2.075l2.55-.6q.525-.125%201.088-.288t.562-.512q0-.2-.2-.362t-.675-.313q-.95-.275-1.45-.85t-.45-1.225q.05-.525.488-.937t1.237-.688q.7-.25%201.038-.562T21%2010.85q0-.5-.425-.762T19.65%2010q-.15.05-.312.075t-.313.025q-.65%200-1.088-.5T17.5%208.375q0-.65.338-1.187T18.175%206q0-.425-.363-.712T16.926%205q-.725%200-1.012.313T15.625%206.5q0%20.425.038.825t.037.825q0%201.125-.4%201.65t-1.25.525q-.275%200-.575-.075t-.575-.075q-.15%200-.238.063t-.087.187q0%20.25.3.5t.575.475q.65.575.95%201.1t.3%201.05q0%20.675-.487%201.15t-1.188.475q-.275%200-.525-.05t-.525-.075q-.7-.05-1.075.125t-.375.525t.325.575t.95.325l3.275.525zm-11.25%201L2%2020.175l5-11L8.825%2010zm9.25%201v-3.2l-1.425-.2q-1.375-.2-2.238-.987t-.862-1.838q0-1.2.988-2.013t2.362-.737q.125%200%20.213.013t.187.037q-.2-.2-.375-.363t-.325-.337q-.5-.55-.725-1.012t-.225-.938q0-.95.538-1.562T12.6%208.25q.175%200%20.475.013t.65.062q.05-.5%200-1.025t-.05-1.025q0-1.575.85-2.425T16.95%203q1.4%200%202.338.8t.912%201.95q0%20.575-.2%201.125t-.45%201.075q.125-.025.263-.038t.262-.012q1.2%200%202.063.862T23%2010.875q0%201.075-.763%201.938T20.45%2013.95q.175.05.325.1t.3.125q.725.35%201.175.988t.45%201.387q0%20.95-.837%201.663T19.475%2019.3l-1%20.25V22zM3.45%2010.575q-.725-.725-1.087-1.637T2%207.025q0-2.1%201.45-3.562T7%202q1%200%201.913.375t1.637%201.1l-1.4%201.4q-.425-.425-.987-.65T7%204q-1.25%200-2.125.875T4%207q0%20.6.225%201.163t.65.987zm12.325%203.2%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%22M15.075%2020h1.4v-2.075l2.55-.6q.525-.125%201.088-.288t.562-.512q0-.2-.2-.362t-.675-.313q-.95-.275-1.45-.85t-.45-1.225q.05-.525.488-.937t1.237-.688q.7-.25%201.038-.562T21%2010.85q0-.5-.425-.762T19.65%2010q-.15.05-.312.075t-.313.025q-.65%200-1.088-.5T17.5%208.375q0-.65.338-1.187T18.175%206q0-.425-.363-.712T16.926%205q-.725%200-1.012.313T15.625%206.5q0%20.425.038.825t.037.825q0%201.125-.4%201.65t-1.25.525q-.275%200-.575-.075t-.575-.075q-.15%200-.238.063t-.087.187q0%20.25.3.5t.575.475q.65.575.95%201.1t.3%201.05q0%20.675-.487%201.15t-1.188.475q-.275%200-.525-.05t-.525-.075q-.7-.05-1.075.125t-.375.525t.325.575t.95.325l3.275.525zm-11.25%201L2%2020.175l5-11L8.825%2010zm9.25%201v-3.2l-1.425-.2q-1.375-.2-2.238-.987t-.862-1.838q0-1.2.988-2.013t2.362-.737q.125%200%20.213.013t.187.037q-.2-.2-.375-.363t-.325-.337q-.5-.55-.725-1.012t-.225-.938q0-.95.538-1.562T12.6%208.25q.175%200%20.475.013t.65.062q.05-.5%200-1.025t-.05-1.025q0-1.575.85-2.425T16.95%203q1.4%200%202.338.8t.912%201.95q0%20.575-.2%201.125t-.45%201.075q.125-.025.263-.038t.262-.012q1.2%200%202.063.862T23%2010.875q0%201.075-.763%201.938T20.45%2013.95q.175.05.325.1t.3.125q.725.35%201.175.988t.45%201.387q0%20.95-.837%201.663T19.475%2019.3l-1%20.25V22zM3.45%2010.575q-.725-.725-1.087-1.637T2%207.025q0-2.1%201.45-3.562T7%202q1%200%201.913.375t1.637%201.1l-1.4%201.4q-.425-.425-.987-.65T7%204q-1.25%200-2.125.875T4%207q0%20.6.225%201.163t.65.987zm12.325%203.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/draw-collage-outline.svg?color=%231a73e8&size=48