shapes-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
shapes-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Use the shapes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.25 15.5h7.603C29.887 8.993 24.276 4 17.5 4C10.044 4 4 10.044 4 17.5c0 6.776 4.993 12.387 11.5 13.353V23.25a7.75 7.75 0 0 1 7.75-7.75m0 2.5A5.25 5.25 0 0 0 18 23.25v15.5c0 2.9 2.35 5.25 5.25 5.25h15.5c2.9 0 5.25-2.35 5.25-5.25v-15.5c0-2.9-2.35-5.25-5.25-5.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentShapes48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.25 15.5h7.603C29.887 8.993 24.276 4 17.5 4C10.044 4 4 10.044 4 17.5c0 6.776 4.993 12.387 11.5 13.353V23.25a7.75 7.75 0 0 1 7.75-7.75m0 2.5A5.25 5.25 0 0 0 18 23.25v15.5c0 2.9 2.35 5.25 5.25 5.25h15.5c2.9 0 5.25-2.35 5.25-5.25v-15.5c0-2.9-2.35-5.25-5.25-5.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.25 15.5h7.603C29.887 8.993 24.276 4 17.5 4C10.044 4 4 10.044 4 17.5c0 6.776 4.993 12.387 11.5 13.353V23.25a7.75 7.75 0 0 1 7.75-7.75m0 2.5A5.25 5.25 0 0 0 18 23.25v15.5c0 2.9 2.35 5.25 5.25 5.25h15.5c2.9 0 5.25-2.35 5.25-5.25v-15.5c0-2.9-2.35-5.25-5.25-5.25z"/></svg>
</template>

CSS

.icon-shapes-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.25%2015.5h7.603C29.887%208.993%2024.276%204%2017.5%204C10.044%204%204%2010.044%204%2017.5c0%206.776%204.993%2012.387%2011.5%2013.353V23.25a7.75%207.75%200%200%201%207.75-7.75m0%202.5A5.25%205.25%200%200%200%2018%2023.25v15.5c0%202.9%202.35%205.25%205.25%205.25h15.5c2.9%200%205.25-2.35%205.25-5.25v-15.5c0-2.9-2.35-5.25-5.25-5.25z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M23.25%2015.5h7.603C29.887%208.993%2024.276%204%2017.5%204C10.044%204%204%2010.044%204%2017.5c0%206.776%204.993%2012.387%2011.5%2013.353V23.25a7.75%207.75%200%200%201%207.75-7.75m0%202.5A5.25%205.25%200%200%200%2018%2023.25v15.5c0%202.9%202.35%205.25%205.25%205.25h15.5c2.9%200%205.25-2.35%205.25-5.25v-15.5c0-2.9-2.35-5.25-5.25-5.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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