box2-duotone from Reicon by REICON · Duotone · Newicons · MIT Free for personal and commercial use.

Name
box2-duotone
Set
Reicon
Style
Duotone
Category
Newicons
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the box2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.422 20.618C10.178 21.54 11.056 22 12 22V12L2.638 7.073l-.04.067C2 8.154 2 9.417 2 11.942v.117c0 2.524 0 3.787.597 4.801c.598 1.015 1.674 1.58 3.825 2.709z"/><path d="m17.577 4.432l-2-1.05C13.822 2.461 12.944 2 12 2c-.945 0-1.822.46-3.578 1.382l-2 1.05C4.318 5.536 3.242 6.1 2.638 7.072L12 12l9.362-4.927c-.606-.973-1.68-1.537-3.785-2.641" opacity=".7"/><path d="m21.403 7.14l-.041-.067L12 12v10c.944 0 1.822-.46 3.578-1.382l2-1.05c2.151-1.129 3.227-1.693 3.825-2.708c.597-1.014.597-2.277.597-4.8v-.117c0-2.525 0-3.788-.597-4.802" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBox2Duotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.422 20.618C10.178 21.54 11.056 22 12 22V12L2.638 7.073l-.04.067C2 8.154 2 9.417 2 11.942v.117c0 2.524 0 3.787.597 4.801c.598 1.015 1.674 1.58 3.825 2.709z"/><path d="m17.577 4.432l-2-1.05C13.822 2.461 12.944 2 12 2c-.945 0-1.822.46-3.578 1.382l-2 1.05C4.318 5.536 3.242 6.1 2.638 7.072L12 12l9.362-4.927c-.606-.973-1.68-1.537-3.785-2.641" opacity=".7"/><path d="m21.403 7.14l-.041-.067L12 12v10c.944 0 1.822-.46 3.578-1.382l2-1.05c2.151-1.129 3.227-1.693 3.825-2.708c.597-1.014.597-2.277.597-4.8v-.117c0-2.525 0-3.788-.597-4.802" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.422 20.618C10.178 21.54 11.056 22 12 22V12L2.638 7.073l-.04.067C2 8.154 2 9.417 2 11.942v.117c0 2.524 0 3.787.597 4.801c.598 1.015 1.674 1.58 3.825 2.709z"/><path d="m17.577 4.432l-2-1.05C13.822 2.461 12.944 2 12 2c-.945 0-1.822.46-3.578 1.382l-2 1.05C4.318 5.536 3.242 6.1 2.638 7.072L12 12l9.362-4.927c-.606-.973-1.68-1.537-3.785-2.641" opacity=".7"/><path d="m21.403 7.14l-.041-.067L12 12v10c.944 0 1.822-.46 3.578-1.382l2-1.05c2.151-1.129 3.227-1.693 3.825-2.708c.597-1.014.597-2.277.597-4.8v-.117c0-2.525 0-3.788-.597-4.802" opacity=".5"/></g></svg>
</template>

CSS

.icon-box2-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.422%2020.618C10.178%2021.54%2011.056%2022%2012%2022V12L2.638%207.073l-.04.067C2%208.154%202%209.417%202%2011.942v.117c0%202.524%200%203.787.597%204.801c.598%201.015%201.674%201.58%203.825%202.709z%22%2F%3E%3Cpath%20d%3D%22m17.577%204.432l-2-1.05C13.822%202.461%2012.944%202%2012%202c-.945%200-1.822.46-3.578%201.382l-2%201.05C4.318%205.536%203.242%206.1%202.638%207.072L12%2012l9.362-4.927c-.606-.973-1.68-1.537-3.785-2.641%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22m21.403%207.14l-.041-.067L12%2012v10c.944%200%201.822-.46%203.578-1.382l2-1.05c2.151-1.129%203.227-1.693%203.825-2.708c.597-1.014.597-2.277.597-4.8v-.117c0-2.525%200-3.788-.597-4.802%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8.422%2020.618C10.178%2021.54%2011.056%2022%2012%2022V12L2.638%207.073l-.04.067C2%208.154%202%209.417%202%2011.942v.117c0%202.524%200%203.787.597%204.801c.598%201.015%201.674%201.58%203.825%202.709z%22%2F%3E%3Cpath%20d%3D%22m17.577%204.432l-2-1.05C13.822%202.461%2012.944%202%2012%202c-.945%200-1.822.46-3.578%201.382l-2%201.05C4.318%205.536%203.242%206.1%202.638%207.072L12%2012l9.362-4.927c-.606-.973-1.68-1.537-3.785-2.641%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22m21.403%207.14l-.041-.067L12%2012v10c.944%200%201.822-.46%203.578-1.382l2-1.05c2.151-1.129%203.227-1.693%203.825-2.708c.597-1.014.597-2.277.597-4.8v-.117c0-2.525%200-3.788-.597-4.802%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/box2-duotone.svg?color=%231a73e8&size=48