shapes icon
shapes-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- shapes-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- 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="M17.5 6.5c-6.075 0-11 4.925-11 11c0 5.392 3.88 9.878 9 10.819v2.534C8.993 29.887 4 24.276 4 17.5C4 10.044 10.044 4 17.5 4c6.776 0 12.387 4.993 13.353 11.5h-2.534c-.94-5.12-5.427-9-10.819-9M23.25 18A5.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.25zm-2.75 5.25a2.75 2.75 0 0 1 2.75-2.75h15.5a2.75 2.75 0 0 1 2.75 2.75v15.5a2.75 2.75 0 0 1-2.75 2.75h-15.5a2.75 2.75 0 0 1-2.75-2.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentShapes48Regular(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="M17.5 6.5c-6.075 0-11 4.925-11 11c0 5.392 3.88 9.878 9 10.819v2.534C8.993 29.887 4 24.276 4 17.5C4 10.044 10.044 4 17.5 4c6.776 0 12.387 4.993 13.353 11.5h-2.534c-.94-5.12-5.427-9-10.819-9M23.25 18A5.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.25zm-2.75 5.25a2.75 2.75 0 0 1 2.75-2.75h15.5a2.75 2.75 0 0 1 2.75 2.75v15.5a2.75 2.75 0 0 1-2.75 2.75h-15.5a2.75 2.75 0 0 1-2.75-2.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M17.5 6.5c-6.075 0-11 4.925-11 11c0 5.392 3.88 9.878 9 10.819v2.534C8.993 29.887 4 24.276 4 17.5C4 10.044 10.044 4 17.5 4c6.776 0 12.387 4.993 13.353 11.5h-2.534c-.94-5.12-5.427-9-10.819-9M23.25 18A5.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.25zm-2.75 5.25a2.75 2.75 0 0 1 2.75-2.75h15.5a2.75 2.75 0 0 1 2.75 2.75v15.5a2.75 2.75 0 0 1-2.75 2.75h-15.5a2.75 2.75 0 0 1-2.75-2.75z"/></svg> </template>
CSS
.icon-shapes-48-regular {
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%22M17.5%206.5c-6.075%200-11%204.925-11%2011c0%205.392%203.88%209.878%209%2010.819v2.534C8.993%2029.887%204%2024.276%204%2017.5C4%2010.044%2010.044%204%2017.5%204c6.776%200%2012.387%204.993%2013.353%2011.5h-2.534c-.94-5.12-5.427-9-10.819-9M23.25%2018A5.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.25zm-2.75%205.25a2.75%202.75%200%200%201%202.75-2.75h15.5a2.75%202.75%200%200%201%202.75%202.75v15.5a2.75%202.75%200%200%201-2.75%202.75h-15.5a2.75%202.75%200%200%201-2.75-2.75z%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%22M17.5%206.5c-6.075%200-11%204.925-11%2011c0%205.392%203.88%209.878%209%2010.819v2.534C8.993%2029.887%204%2024.276%204%2017.5C4%2010.044%2010.044%204%2017.5%204c6.776%200%2012.387%204.993%2013.353%2011.5h-2.534c-.94-5.12-5.427-9-10.819-9M23.25%2018A5.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.25zm-2.75%205.25a2.75%202.75%200%200%201%202.75-2.75h15.5a2.75%202.75%200%200%201%202.75%202.75v15.5a2.75%202.75%200%200%201-2.75%202.75h-15.5a2.75%202.75%200%200%201-2.75-2.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/shapes-48-regular.svg?color=%231a73e8&size=48