shape plus icon
shape-plus-outline from Material Design Icons by Pictogrammers · Outline · Shape · Apache-2.0 Free for personal and commercial use.
- Name
- shape-plus-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Shape
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- category-plus-outline, shape-add-outline
1 other variant in Material Design Icons
More shape icons from Material Design Icons
Use the shape plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 11V2H2v9m2-2V4h5v5m11-2.5C20 7.9 18.9 9 17.5 9S15 7.9 15 6.5S16.11 4 17.5 4S20 5.11 20 6.5M6.5 14L2 22h9m-3.42-2H5.42l1.08-1.92M22 6.5C22 4 20 2 17.5 2S13 4 13 6.5s2 4.5 4.5 4.5S22 9 22 6.5M19 17v-3h-2v3h-3v2h3v3h2v-3h3v-2Z"/></svg>
React
import type { SVGProps } from "react";
export function MdiShapePlusOutline(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="M11 11V2H2v9m2-2V4h5v5m11-2.5C20 7.9 18.9 9 17.5 9S15 7.9 15 6.5S16.11 4 17.5 4S20 5.11 20 6.5M6.5 14L2 22h9m-3.42-2H5.42l1.08-1.92M22 6.5C22 4 20 2 17.5 2S13 4 13 6.5s2 4.5 4.5 4.5S22 9 22 6.5M19 17v-3h-2v3h-3v2h3v3h2v-3h3v-2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 11V2H2v9m2-2V4h5v5m11-2.5C20 7.9 18.9 9 17.5 9S15 7.9 15 6.5S16.11 4 17.5 4S20 5.11 20 6.5M6.5 14L2 22h9m-3.42-2H5.42l1.08-1.92M22 6.5C22 4 20 2 17.5 2S13 4 13 6.5s2 4.5 4.5 4.5S22 9 22 6.5M19 17v-3h-2v3h-3v2h3v3h2v-3h3v-2Z"/></svg> </template>
CSS
.icon-shape-plus-outline {
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%22M11%2011V2H2v9m2-2V4h5v5m11-2.5C20%207.9%2018.9%209%2017.5%209S15%207.9%2015%206.5S16.11%204%2017.5%204S20%205.11%2020%206.5M6.5%2014L2%2022h9m-3.42-2H5.42l1.08-1.92M22%206.5C22%204%2020%202%2017.5%202S13%204%2013%206.5s2%204.5%204.5%204.5S22%209%2022%206.5M19%2017v-3h-2v3h-3v2h3v3h2v-3h3v-2Z%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%22M11%2011V2H2v9m2-2V4h5v5m11-2.5C20%207.9%2018.9%209%2017.5%209S15%207.9%2015%206.5S16.11%204%2017.5%204S20%205.11%2020%206.5M6.5%2014L2%2022h9m-3.42-2H5.42l1.08-1.92M22%206.5C22%204%2020%202%2017.5%202S13%204%2013%206.5s2%204.5%204.5%204.5S22%209%2022%206.5M19%2017v-3h-2v3h-3v2h3v3h2v-3h3v-2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/shape-plus-outline.svg?color=%231a73e8&size=48