shapes from Font Awesome Solid by Dave Gandy · Solid · Childhood · CC-BY-4.0 Attribution required.

Name
shapes
Set
Font Awesome Solid
Style
Solid
Category
Childhood
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More childhood icons from Font Awesome Solid

Use the shapes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c11.2 0 21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S427.5 288 416 288H224c-11.5 0-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l96-160C298.3 69.9 308.8 64 320 64M192 336c61.9 0 112 50.1 112 112s-50.1 112-112 112S80 509.9 80 448s50.1-112 112-112m200 16h112c22.1 0 40 17.9 40 40v112c0 22.1-17.9 40-40 40H392c-22.1 0-40-17.9-40-40V392c0-22.1 17.9-40 40-40"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidShapes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c11.2 0 21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S427.5 288 416 288H224c-11.5 0-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l96-160C298.3 69.9 308.8 64 320 64M192 336c61.9 0 112 50.1 112 112s-50.1 112-112 112S80 509.9 80 448s50.1-112 112-112m200 16h112c22.1 0 40 17.9 40 40v112c0 22.1-17.9 40-40 40H392c-22.1 0-40-17.9-40-40V392c0-22.1 17.9-40 40-40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c11.2 0 21.7 5.9 27.4 15.5l96 160c5.9 9.9 6.1 22.2.4 32.2S427.5 288 416 288H224c-11.5 0-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l96-160C298.3 69.9 308.8 64 320 64M192 336c61.9 0 112 50.1 112 112s-50.1 112-112 112S80 509.9 80 448s50.1-112 112-112m200 16h112c22.1 0 40 17.9 40 40v112c0 22.1-17.9 40-40 40H392c-22.1 0-40-17.9-40-40V392c0-22.1 17.9-40 40-40"/></svg>
</template>

CSS

.icon-shapes {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c11.2%200%2021.7%205.9%2027.4%2015.5l96%20160c5.9%209.9%206.1%2022.2.4%2032.2S427.5%20288%20416%20288H224c-11.5%200-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l96-160C298.3%2069.9%20308.8%2064%20320%2064M192%20336c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112S80%20509.9%2080%20448s50.1-112%20112-112m200%2016h112c22.1%200%2040%2017.9%2040%2040v112c0%2022.1-17.9%2040-40%2040H392c-22.1%200-40-17.9-40-40V392c0-22.1%2017.9-40%2040-40%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c11.2%200%2021.7%205.9%2027.4%2015.5l96%20160c5.9%209.9%206.1%2022.2.4%2032.2S427.5%20288%20416%20288H224c-11.5%200-22.2-6.2-27.8-16.2s-5.5-22.3.4-32.2l96-160C298.3%2069.9%20308.8%2064%20320%2064M192%20336c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112S80%20509.9%2080%20448s50.1-112%20112-112m200%2016h112c22.1%200%2040%2017.9%2040%2040v112c0%2022.1-17.9%2040-40%2040H392c-22.1%200-40-17.9-40-40V392c0-22.1%2017.9-40%2040-40%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/shapes.svg?color=%231a73e8&size=48