box add icon
box-add from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- box-add
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the box add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M23 18c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1c-1.22 0-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9 3.9 0 0 1 15 18c0-1.26.58-2.39 1.5-3.12c.69-.55 1.56-.88 2.5-.88c1 0 1.9.36 2.6.97c.12.09.23.2.33.31C22.59 16 23 16.95 23 18m-2.51-.02h-2.98M19 16.52v2.99"/><path d="M3.17 7.44L12 12.55l8.77-5.08M12 21.61v-9.07"/><path d="M21.61 9.17v5.66c0 .05 0 .09-.01.14c-.7-.61-1.6-.97-2.6-.97c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 18c0 .75.21 1.46.58 2.06c.09.16.2.31.32.45l-1.83 1.01c-1.14.64-3 .64-4.14 0l-5.34-2.96c-1.21-.67-2.2-2.35-2.2-3.73V9.17c0-1.38.99-3.06 2.2-3.73l5.34-2.96c1.14-.64 3-.64 4.14 0l5.34 2.96c1.21.67 2.2 2.35 2.2 3.73"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBoxAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="M23 18c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1c-1.22 0-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9 3.9 0 0 1 15 18c0-1.26.58-2.39 1.5-3.12c.69-.55 1.56-.88 2.5-.88c1 0 1.9.36 2.6.97c.12.09.23.2.33.31C22.59 16 23 16.95 23 18m-2.51-.02h-2.98M19 16.52v2.99"/><path d="M3.17 7.44L12 12.55l8.77-5.08M12 21.61v-9.07"/><path d="M21.61 9.17v5.66c0 .05 0 .09-.01.14c-.7-.61-1.6-.97-2.6-.97c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 18c0 .75.21 1.46.58 2.06c.09.16.2.31.32.45l-1.83 1.01c-1.14.64-3 .64-4.14 0l-5.34-2.96c-1.21-.67-2.2-2.35-2.2-3.73V9.17c0-1.38.99-3.06 2.2-3.73l5.34-2.96c1.14-.64 3-.64 4.14 0l5.34 2.96c1.21.67 2.2 2.35 2.2 3.73"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M23 18c0 .75-.21 1.46-.58 2.06c-.21.36-.48.68-.79.94c-.7.63-1.62 1-2.63 1c-1.22 0-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9 3.9 0 0 1 15 18c0-1.26.58-2.39 1.5-3.12c.69-.55 1.56-.88 2.5-.88c1 0 1.9.36 2.6.97c.12.09.23.2.33.31C22.59 16 23 16.95 23 18m-2.51-.02h-2.98M19 16.52v2.99"/><path d="M3.17 7.44L12 12.55l8.77-5.08M12 21.61v-9.07"/><path d="M21.61 9.17v5.66c0 .05 0 .09-.01.14c-.7-.61-1.6-.97-2.6-.97c-.94 0-1.81.33-2.5.88A3.97 3.97 0 0 0 15 18c0 .75.21 1.46.58 2.06c.09.16.2.31.32.45l-1.83 1.01c-1.14.64-3 .64-4.14 0l-5.34-2.96c-1.21-.67-2.2-2.35-2.2-3.73V9.17c0-1.38.99-3.06 2.2-3.73l5.34-2.96c1.14-.64 3-.64 4.14 0l5.34 2.96c1.21.67 2.2 2.35 2.2 3.73"/></g></svg> </template>
CSS
.icon-box-add {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2018c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201c-1.22%200-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9%203.9%200%200%201%2015%2018c0-1.26.58-2.39%201.5-3.12c.69-.55%201.56-.88%202.5-.88c1%200%201.9.36%202.6.97c.12.09.23.2.33.31C22.59%2016%2023%2016.95%2023%2018m-2.51-.02h-2.98M19%2016.52v2.99%22%2F%3E%3Cpath%20d%3D%22M3.17%207.44L12%2012.55l8.77-5.08M12%2021.61v-9.07%22%2F%3E%3Cpath%20d%3D%22M21.61%209.17v5.66c0%20.05%200%20.09-.01.14c-.7-.61-1.6-.97-2.6-.97c-.94%200-1.81.33-2.5.88A3.97%203.97%200%200%200%2015%2018c0%20.75.21%201.46.58%202.06c.09.16.2.31.32.45l-1.83%201.01c-1.14.64-3%20.64-4.14%200l-5.34-2.96c-1.21-.67-2.2-2.35-2.2-3.73V9.17c0-1.38.99-3.06%202.2-3.73l5.34-2.96c1.14-.64%203-.64%204.14%200l5.34%202.96c1.21.67%202.2%202.35%202.2%203.73%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M23%2018c0%20.75-.21%201.46-.58%202.06c-.21.36-.48.68-.79.94c-.7.63-1.62%201-2.63%201c-1.22%200-2.31-.55-3.03-1.41c-.02-.03-.05-.05-.07-.08c-.12-.14-.23-.29-.32-.45A3.9%203.9%200%200%201%2015%2018c0-1.26.58-2.39%201.5-3.12c.69-.55%201.56-.88%202.5-.88c1%200%201.9.36%202.6.97c.12.09.23.2.33.31C22.59%2016%2023%2016.95%2023%2018m-2.51-.02h-2.98M19%2016.52v2.99%22%2F%3E%3Cpath%20d%3D%22M3.17%207.44L12%2012.55l8.77-5.08M12%2021.61v-9.07%22%2F%3E%3Cpath%20d%3D%22M21.61%209.17v5.66c0%20.05%200%20.09-.01.14c-.7-.61-1.6-.97-2.6-.97c-.94%200-1.81.33-2.5.88A3.97%203.97%200%200%200%2015%2018c0%20.75.21%201.46.58%202.06c.09.16.2.31.32.45l-1.83%201.01c-1.14.64-3%20.64-4.14%200l-5.34-2.96c-1.21-.67-2.2-2.35-2.2-3.73V9.17c0-1.38.99-3.06%202.2-3.73l5.34-2.96c1.14-.64%203-.64%204.14%200l5.34%202.96c1.21.67%202.2%202.35%202.2%203.73%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/box-add.svg?color=%231a73e8&size=48