add diamond icon
add-diamond-rounded from Material Symbols Light by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- add-diamond-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More hardware icons from Material Symbols Light
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.99 21q-.313 0-.608-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.556Q3 12.325 3 12q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.55-.383T12 3q.304 0 .612.121q.307.121.544.383l7.335 7.346q.255.242.382.544t.127.616t-.124.608t-.386.557l-7.334 7.346q-.237.237-.544.358T11.99 21m-.491-8.5v2.616q0 .212.144.356t.357.144t.356-.144t.143-.356V12.5h2.616q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H12.5V8.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357V11.5H8.885q-.213 0-.357.144t-.143.357t.143.356t.357.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddDiamondRounded(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.99 21q-.313 0-.608-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.556Q3 12.325 3 12q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.55-.383T12 3q.304 0 .612.121q.307.121.544.383l7.335 7.346q.255.242.382.544t.127.616t-.124.608t-.386.557l-7.334 7.346q-.237.237-.544.358T11.99 21m-.491-8.5v2.616q0 .212.144.356t.357.144t.356-.144t.143-.356V12.5h2.616q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H12.5V8.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357V11.5H8.885q-.213 0-.357.144t-.143.357t.143.356t.357.143z"/></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.99 21q-.313 0-.608-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.556Q3 12.325 3 12q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.55-.383T12 3q.304 0 .612.121q.307.121.544.383l7.335 7.346q.255.242.382.544t.127.616t-.124.608t-.386.557l-7.334 7.346q-.237.237-.544.358T11.99 21m-.491-8.5v2.616q0 .212.144.356t.357.144t.356-.144t.143-.356V12.5h2.616q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H12.5V8.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357V11.5H8.885q-.213 0-.357.144t-.143.357t.143.356t.357.143z"/></svg> </template>
CSS
.icon-add-diamond-rounded {
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.99%2021q-.313%200-.608-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.556Q3%2012.325%203%2012q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.55-.383T12%203q.304%200%20.612.121q.307.121.544.383l7.335%207.346q.255.242.382.544t.127.616t-.124.608t-.386.557l-7.334%207.346q-.237.237-.544.358T11.99%2021m-.491-8.5v2.616q0%20.212.144.356t.357.144t.356-.144t.143-.356V12.5h2.616q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H12.5V8.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357V11.5H8.885q-.213%200-.357.144t-.143.357t.143.356t.357.143z%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.99%2021q-.313%200-.608-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.556Q3%2012.325%203%2012q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.55-.383T12%203q.304%200%20.612.121q.307.121.544.383l7.335%207.346q.255.242.382.544t.127.616t-.124.608t-.386.557l-7.334%207.346q-.237.237-.544.358T11.99%2021m-.491-8.5v2.616q0%20.212.144.356t.357.144t.356-.144t.143-.356V12.5h2.616q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H12.5V8.885q0-.213-.144-.357t-.357-.143t-.356.143t-.143.357V11.5H8.885q-.213%200-.357.144t-.143.357t.143.356t.357.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-diamond-rounded.svg?color=%231a73e8&size=48