add diamond icon
add-diamond-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- add-diamond-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More hardware icons from Material Symbols
adf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tvdeskphone
Use the add diamond icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 16h2v-3h3v-2h-3V8h-2v3H8v2h3zm1 6q-.4 0-.763-.137t-.637-.438l-7.975-8q-.275-.3-.45-.663T2 12t.175-.763t.45-.637l7.975-8q.3-.3.65-.45T12 2t.775.15t.65.45l7.95 8q.275.3.45.65T22 12t-.162.763t-.463.662l-7.95 8q-.275.275-.65.425T12 22m0-2l7.975-8L12 4l-7.975 8zm0-8"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAddDiamondOutline(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 16h2v-3h3v-2h-3V8h-2v3H8v2h3zm1 6q-.4 0-.763-.137t-.637-.438l-7.975-8q-.275-.3-.45-.663T2 12t.175-.763t.45-.637l7.975-8q.3-.3.65-.45T12 2t.775.15t.65.45l7.95 8q.275.3.45.65T22 12t-.162.763t-.463.662l-7.95 8q-.275.275-.65.425T12 22m0-2l7.975-8L12 4l-7.975 8zm0-8"/></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 16h2v-3h3v-2h-3V8h-2v3H8v2h3zm1 6q-.4 0-.763-.137t-.637-.438l-7.975-8q-.275-.3-.45-.663T2 12t.175-.763t.45-.637l7.975-8q.3-.3.65-.45T12 2t.775.15t.65.45l7.95 8q.275.3.45.65T22 12t-.162.763t-.463.662l-7.95 8q-.275.275-.65.425T12 22m0-2l7.975-8L12 4l-7.975 8zm0-8"/></svg> </template>
CSS
.icon-add-diamond-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%2016h2v-3h3v-2h-3V8h-2v3H8v2h3zm1%206q-.4%200-.763-.137t-.637-.438l-7.975-8q-.275-.3-.45-.663T2%2012t.175-.763t.45-.637l7.975-8q.3-.3.65-.45T12%202t.775.15t.65.45l7.95%208q.275.3.45.65T22%2012t-.162.763t-.463.662l-7.95%208q-.275.275-.65.425T12%2022m0-2l7.975-8L12%204l-7.975%208zm0-8%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%2016h2v-3h3v-2h-3V8h-2v3H8v2h3zm1%206q-.4%200-.763-.137t-.637-.438l-7.975-8q-.275-.3-.45-.663T2%2012t.175-.763t.45-.637l7.975-8q.3-.3.65-.45T12%202t.775.15t.65.45l7.95%208q.275.3.45.65T22%2012t-.162.763t-.463.662l-7.95%208q-.275.275-.65.425T12%2022m0-2l7.975-8L12%204l-7.975%208zm0-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/add-diamond-outline.svg?color=%231a73e8&size=48