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

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

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 12.5v2.616q0 .213.143.356q.143.144.357.144t.357-.144t.143-.356V12.5h2.616q.213 0 .356-.143q.144-.143.144-.357t-.144-.357t-.356-.143H12.5V8.885q0-.214-.143-.357q-.143-.144-.357-.144t-.357.144t-.143.357V11.5H8.885q-.214 0-.357.143q-.144.143-.144.357t.144.357t.357.143zM12 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 21m.462-1.192l7.32-7.327q.174-.173.174-.472q0-.298-.173-.47l-7.321-7.327q-.173-.173-.471-.173q-.299 0-.472.173l-7.321 7.327q-.154.173-.154.47q0 .299.154.472l7.321 7.327q.173.153.471.153t.471-.153M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddDiamondOutlineRounded(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 12.5v2.616q0 .213.143.356q.143.144.357.144t.357-.144t.143-.356V12.5h2.616q.213 0 .356-.143q.144-.143.144-.357t-.144-.357t-.356-.143H12.5V8.885q0-.214-.143-.357q-.143-.144-.357-.144t-.357.144t-.143.357V11.5H8.885q-.214 0-.357.143q-.144.143-.144.357t.144.357t.357.143zM12 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 21m.462-1.192l7.32-7.327q.174-.173.174-.472q0-.298-.173-.47l-7.321-7.327q-.173-.173-.471-.173q-.299 0-.472.173l-7.321 7.327q-.154.173-.154.47q0 .299.154.472l7.321 7.327q.173.153.471.153t.471-.153M12 12"/></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 12.5v2.616q0 .213.143.356q.143.144.357.144t.357-.144t.143-.356V12.5h2.616q.213 0 .356-.143q.144-.143.144-.357t-.144-.357t-.356-.143H12.5V8.885q0-.214-.143-.357q-.143-.144-.357-.144t-.357.144t-.143.357V11.5H8.885q-.214 0-.357.143q-.144.143-.144.357t.144.357t.357.143zM12 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 21m.462-1.192l7.32-7.327q.174-.173.174-.472q0-.298-.173-.47l-7.321-7.327q-.173-.173-.471-.173q-.299 0-.472.173l-7.321 7.327q-.154.173-.154.47q0 .299.154.472l7.321 7.327q.173.153.471.153t.471-.153M12 12"/></svg>
</template>

CSS

.icon-add-diamond-outline-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.5%2012.5v2.616q0%20.213.143.356q.143.144.357.144t.357-.144t.143-.356V12.5h2.616q.213%200%20.356-.143q.144-.143.144-.357t-.144-.357t-.356-.143H12.5V8.885q0-.214-.143-.357q-.143-.144-.357-.144t-.357.144t-.143.357V11.5H8.885q-.214%200-.357.143q-.144.143-.144.357t.144.357t.357.143zM12%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%2021m.462-1.192l7.32-7.327q.174-.173.174-.472q0-.298-.173-.47l-7.321-7.327q-.173-.173-.471-.173q-.299%200-.472.173l-7.321%207.327q-.154.173-.154.47q0%20.299.154.472l7.321%207.327q.173.153.471.153t.471-.153M12%2012%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%2012.5v2.616q0%20.213.143.356q.143.144.357.144t.357-.144t.143-.356V12.5h2.616q.213%200%20.356-.143q.144-.143.144-.357t-.144-.357t-.356-.143H12.5V8.885q0-.214-.143-.357q-.143-.144-.357-.144t-.357.144t-.143.357V11.5H8.885q-.214%200-.357.143q-.144.143-.144.357t.144.357t.357.143zM12%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%2021m.462-1.192l7.32-7.327q.174-.173.174-.472q0-.298-.173-.47l-7.321-7.327q-.173-.173-.471-.173q-.299%200-.472.173l-7.321%207.327q-.154.173-.154.47q0%20.299.154.472l7.321%207.327q.173.153.471.153t.471-.153M12%2012%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-outline-rounded.svg?color=%231a73e8&size=48