Draw Collage icon

Draw Collage is a Google Material Symbol from the Text category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

draw_collage_outlined_fill0_wght400.svg

Draw Collage icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=draw_collage" />

<span class="material-symbols-outlined">draw_collage</span>

Draw Collage icon in React

// With the font from the HTML tab:
export function DrawCollageIcon() {
  return (
    <span className="material-symbols-outlined">
      draw_collage
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import DrawCollageIcon from "@material-symbols/svg-400/outlined/draw_collage.svg?react";

Draw Collage icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">draw_collage</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import DrawCollageIcon from "@material-symbols/svg-400/outlined/draw_collage.svg?component"; -->

Draw Collage icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">draw_collage</mat-icon>

Draw Collage icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.draw_collage, fill: 0, weight: 400)

Draw Collage icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/draw_collage.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M15.125 20.475h1.506v-2.191L19.375 17.65q.55-.125 1.175-.262t.625-.567q0-.246-.225-.421t-.725-.325q-1-.275-1.55-.882T18.175 13.9q.05-.55 .55-1.012t1.3-.738q.725-.25 1.113-.6t.387-.775q0-.5-.487-.8t-.988-.109q-.15 .054-.312 .082Q19.575 9.975 19.4 9.975q-.675 0-1.175-.537T17.725 8.175q0-.675 .375-1.262t.375-1.213q0-.478-.4-.801Q17.675 4.575 17.125 4.575q-.7 0-1.062 .4T15.7 6.25q0 .375 .05 .8t.05 .825q0 1.125-.475 1.738T14.025 10.225q-.298 0-.624-.075T12.8 10.075q-.2 0-.287 .069T12.425 10.35q0 .275 .338 .525t.662 .525q.625 .525 .95 1.113t.325 1.134q0 .703-.537 1.216Q13.625 15.375 12.907 15.375 12.625 15.375 12.325 15.313q-.3-.063-.591-.088-.74-.05-1.137 .136Q10.2 15.547 10.2 15.925q0 .35 .363 .6t1.012 .35l3.55 .556V20.475Zm-11.775 .525-1.35-.625 5.125-11.1 1.35 .625-5.125 11.1Zm10.275 .975v-3.275l-2.2-.325q-1.25-.175-1.975-.837T8.725 15.95q0-1 .788-1.637T11.5 13.725q.275 0 .513 .025t.437 .05q.25 0 .388-.125t.137-.325q-.125-.275-.337-.562T12.075 12.2q-.475-.475-.8-.925t-.325-.95q0-.753 .475-1.239T12.625 8.6q.25 0 .55 .05t.65 .075q.25 0 .363-.175t.112-.55q.025-.5-.012-.975t-.038-.939Q14.25 4.625 15 3.85t2.1-.775q1.229 0 2.052 .7T19.975 5.525q0 .675-.3 1.25t-.425 1.15q0 .2 .125 .338t.325 .137q.2-.025 .4-.062t.425-.038q1.016 0 1.745 .725Q23 9.75 23 10.8q0 .95-.662 1.675T20.65 13.5q-.35 .125-.512 .263T19.975 14.05q.1 .2 .388 .4t.737 .35q.775 .3 1.175 .825t.4 1.175q0 .975-.875 1.513T19.725 19.125l-1.6 .375v2.475H13.625ZM3.25 10.325q-.6-.7-.925-1.562T2 6.975q0-2.079 1.45-3.527Q4.9 2 7.025 2q.947 0 1.811 .338Q9.7 2.675 10.4 3.275l-1.05 1.05q-.5-.4-1.075-.612t-1.225-.213q-1.479 0-2.514 1.014Q3.5 5.527 3.5 6.975q0 .626 .213 1.213Q3.925 8.775 4.325 9.25l-1.075 1.075Zm12.625 3.575Z" />
</vector>

Draw Collage icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/draw_collage.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/draw_collage.svg" width="24" height="24" alt="Draw Collage">

Draw Collage icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameDraw Collage
Ligaturedraw_collage
Code pointU+F7F7
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/draw_collage.svg, draw_collage-fill.svg
FlutterSymbols.draw_collage
LicenseApache License 2.0 (© Google LLC)

Keywords

textediteditinginputgridcreatecollectiongesturedrawingarrangeartgalleryimages

Related icons