add-diamond from Material Symbols Light by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
add-diamond
Set
Material Symbols Light
Style
Regular
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

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.5 15.596h1V12.5h3.077v-1H12.5V8.423h-1V11.5H8.404v1H11.5zM12 21q-.323 0-.618-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.557Q3 12.323 3 12q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.554-.383Q11.677 3 12 3q.304 0 .612.121q.307.121.544.383l7.335 7.346q.255.242.382.544T21 12q0 .323-.124.618t-.386.557l-7.334 7.346q-.237.237-.544.358T12 21"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddDiamond(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.5 15.596h1V12.5h3.077v-1H12.5V8.423h-1V11.5H8.404v1H11.5zM12 21q-.323 0-.618-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.557Q3 12.323 3 12q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.554-.383Q11.677 3 12 3q.304 0 .612.121q.307.121.544.383l7.335 7.346q.255.242.382.544T21 12q0 .323-.124.618t-.386.557l-7.334 7.346q-.237.237-.544.358T12 21"/></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.5 15.596h1V12.5h3.077v-1H12.5V8.423h-1V11.5H8.404v1H11.5zM12 21q-.323 0-.618-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.557Q3 12.323 3 12q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.554-.383Q11.677 3 12 3q.304 0 .612.121q.307.121.544.383l7.335 7.346q.255.242.382.544T21 12q0 .323-.124.618t-.386.557l-7.334 7.346q-.237.237-.544.358T12 21"/></svg>
</template>

CSS

.icon-add-diamond {
  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.5%2015.596h1V12.5h3.077v-1H12.5V8.423h-1V11.5H8.404v1H11.5zM12%2021q-.323%200-.618-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.557Q3%2012.323%203%2012q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.554-.383Q11.677%203%2012%203q.304%200%20.612.121q.307.121.544.383l7.335%207.346q.255.242.382.544T21%2012q0%20.323-.124.618t-.386.557l-7.334%207.346q-.237.237-.544.358T12%2021%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.5%2015.596h1V12.5h3.077v-1H12.5V8.423h-1V11.5H8.404v1H11.5zM12%2021q-.323%200-.618-.118t-.551-.36l-7.34-7.347q-.237-.261-.364-.557Q3%2012.323%203%2012q0-.304.127-.609t.364-.541l7.34-7.346q.261-.262.554-.383Q11.677%203%2012%203q.304%200%20.612.121q.307.121.544.383l7.335%207.346q.255.242.382.544T21%2012q0%20.323-.124.618t-.386.557l-7.334%207.346q-.237.237-.544.358T12%2021%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.svg?color=%231a73e8&size=48