shapes-solid from Flowbite Icons by Themesberg · Solid · Education · MIT Free for personal and commercial use.

Name
shapes-solid
Set
Flowbite Icons
Style
Solid
Category
Education
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More education icons from Flowbite Icons

Use the shapes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.864 3.496a1 1 0 0 0-1.728 0l-3.5 6A1 1 0 0 0 8.5 11h7a1 1 0 0 0 .864-1.504zM4 13a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm12.5-1a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteShapesSolid(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="M12.864 3.496a1 1 0 0 0-1.728 0l-3.5 6A1 1 0 0 0 8.5 11h7a1 1 0 0 0 .864-1.504zM4 13a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm12.5-1a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.864 3.496a1 1 0 0 0-1.728 0l-3.5 6A1 1 0 0 0 8.5 11h7a1 1 0 0 0 .864-1.504zM4 13a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1zm12.5-1a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9"/></svg>
</template>

CSS

.icon-shapes-solid {
  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%22M12.864%203.496a1%201%200%200%200-1.728%200l-3.5%206A1%201%200%200%200%208.5%2011h7a1%201%200%200%200%20.864-1.504zM4%2013a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1v-6a1%201%200%200%200-1-1zm12.5-1a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9%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%22M12.864%203.496a1%201%200%200%200-1.728%200l-3.5%206A1%201%200%200%200%208.5%2011h7a1%201%200%200%200%20.864-1.504zM4%2013a1%201%200%200%200-1%201v6a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1v-6a1%201%200%200%200-1-1zm12.5-1a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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