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

Name
shapes
Set
Font Awesome 6 Solid
Style
Regular
Category
Childhood
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

More childhood icons from Font Awesome 6 Solid

Use the shapes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2h192c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2zM288 312v144c0 22.1 17.9 40 40 40h144c22.1 0 40-17.9 40-40V312c0-22.1-17.9-40-40-40H328c-22.1 0-40 17.9-40 40M128 512a128 128 0 1 0 0-256a128 128 0 1 0 0 256"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidShapes(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2h192c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2zM288 312v144c0 22.1 17.9 40 40 40h144c22.1 0 40-17.9 40-40V312c0-22.1-17.9-40-40-40H328c-22.1 0-40 17.9-40 40M128 512a128 128 0 1 0 0-256a128 128 0 1 0 0 256"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M315.4 15.5C309.7 5.9 299.2 0 288 0s-21.7 5.9-27.4 15.5l-96 160c-5.9 9.9-6.1 22.2-.4 32.2s16.3 16.2 27.8 16.2h192c11.5 0 22.2-6.2 27.8-16.2s5.5-22.3-.4-32.2zM288 312v144c0 22.1 17.9 40 40 40h144c22.1 0 40-17.9 40-40V312c0-22.1-17.9-40-40-40H328c-22.1 0-40 17.9-40 40M128 512a128 128 0 1 0 0-256a128 128 0 1 0 0 256"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M315.4%2015.5C309.7%205.9%20299.2%200%20288%200s-21.7%205.9-27.4%2015.5l-96%20160c-5.9%209.9-6.1%2022.2-.4%2032.2s16.3%2016.2%2027.8%2016.2h192c11.5%200%2022.2-6.2%2027.8-16.2s5.5-22.3-.4-32.2zM288%20312v144c0%2022.1%2017.9%2040%2040%2040h144c22.1%200%2040-17.9%2040-40V312c0-22.1-17.9-40-40-40H328c-22.1%200-40%2017.9-40%2040M128%20512a128%20128%200%201%200%200-256a128%20128%200%201%200%200%20256%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M315.4%2015.5C309.7%205.9%20299.2%200%20288%200s-21.7%205.9-27.4%2015.5l-96%20160c-5.9%209.9-6.1%2022.2-.4%2032.2s16.3%2016.2%2027.8%2016.2h192c11.5%200%2022.2-6.2%2027.8-16.2s5.5-22.3-.4-32.2zM288%20312v144c0%2022.1%2017.9%2040%2040%2040h144c22.1%200%2040-17.9%2040-40V312c0-22.1-17.9-40-40-40H328c-22.1%200-40%2017.9-40%2040M128%20512a128%20128%200%201%200%200-256a128%20128%200%201%200%200%20256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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