apps add in off icon
apps-add-in-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- apps-add-in-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the apps add in off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.13 1.13A2 2 0 0 0 3 5v10a2 2 0 0 0 2 2h10c.37 0 .718-.101 1.016-.277l1.13 1.13a.5.5 0 0 0 .708-.707zm12.405 13.82A1 1 0 0 1 15 16h-4.5v-4.793zM8.793 9.5H4V5q0-.135.034-.259zM9.5 5v2.379l1 1V5a2 2 0 0 0-2-2H5.121l1 1H8.5a1 1 0 0 1 1 1m3.121 5.5l-1-1H15a2 2 0 0 1 2 2v3.379l-1-1V11.5a1 1 0 0 0-1-1zm1.879-8a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0V6h-2a.5.5 0 0 1 0-1h2V3a.5.5 0 0 1 .5-.5M4 10.5h5.5V16H5a1 1 0 0 1-1-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAppsAddInOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.13 1.13A2 2 0 0 0 3 5v10a2 2 0 0 0 2 2h10c.37 0 .718-.101 1.016-.277l1.13 1.13a.5.5 0 0 0 .708-.707zm12.405 13.82A1 1 0 0 1 15 16h-4.5v-4.793zM8.793 9.5H4V5q0-.135.034-.259zM9.5 5v2.379l1 1V5a2 2 0 0 0-2-2H5.121l1 1H8.5a1 1 0 0 1 1 1m3.121 5.5l-1-1H15a2 2 0 0 1 2 2v3.379l-1-1V11.5a1 1 0 0 0-1-1zm1.879-8a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0V6h-2a.5.5 0 0 1 0-1h2V3a.5.5 0 0 1 .5-.5M4 10.5h5.5V16H5a1 1 0 0 1-1-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.854 2.146a.5.5 0 1 0-.708.708l1.13 1.13A2 2 0 0 0 3 5v10a2 2 0 0 0 2 2h10c.37 0 .718-.101 1.016-.277l1.13 1.13a.5.5 0 0 0 .708-.707zm12.405 13.82A1 1 0 0 1 15 16h-4.5v-4.793zM8.793 9.5H4V5q0-.135.034-.259zM9.5 5v2.379l1 1V5a2 2 0 0 0-2-2H5.121l1 1H8.5a1 1 0 0 1 1 1m3.121 5.5l-1-1H15a2 2 0 0 1 2 2v3.379l-1-1V11.5a1 1 0 0 0-1-1zm1.879-8a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0V6h-2a.5.5 0 0 1 0-1h2V3a.5.5 0 0 1 .5-.5M4 10.5h5.5V16H5a1 1 0 0 1-1-1z"/></svg> </template>
CSS
.icon-apps-add-in-off-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l1.13%201.13A2%202%200%200%200%203%205v10a2%202%200%200%200%202%202h10c.37%200%20.718-.101%201.016-.277l1.13%201.13a.5.5%200%200%200%20.708-.707zm12.405%2013.82A1%201%200%200%201%2015%2016h-4.5v-4.793zM8.793%209.5H4V5q0-.135.034-.259zM9.5%205v2.379l1%201V5a2%202%200%200%200-2-2H5.121l1%201H8.5a1%201%200%200%201%201%201m3.121%205.5l-1-1H15a2%202%200%200%201%202%202v3.379l-1-1V11.5a1%201%200%200%200-1-1zm1.879-8a.5.5%200%200%201%20.5.5v2h2a.5.5%200%200%201%200%201h-2v2a.5.5%200%200%201-1%200V6h-2a.5.5%200%200%201%200-1h2V3a.5.5%200%200%201%20.5-.5M4%2010.5h5.5V16H5a1%201%200%200%201-1-1z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.854%202.146a.5.5%200%201%200-.708.708l1.13%201.13A2%202%200%200%200%203%205v10a2%202%200%200%200%202%202h10c.37%200%20.718-.101%201.016-.277l1.13%201.13a.5.5%200%200%200%20.708-.707zm12.405%2013.82A1%201%200%200%201%2015%2016h-4.5v-4.793zM8.793%209.5H4V5q0-.135.034-.259zM9.5%205v2.379l1%201V5a2%202%200%200%200-2-2H5.121l1%201H8.5a1%201%200%200%201%201%201m3.121%205.5l-1-1H15a2%202%200%200%201%202%202v3.379l-1-1V11.5a1%201%200%200%200-1-1zm1.879-8a.5.5%200%200%201%20.5.5v2h2a.5.5%200%200%201%200%201h-2v2a.5.5%200%200%201-1%200V6h-2a.5.5%200%200%201%200-1h2V3a.5.5%200%200%201%20.5-.5M4%2010.5h5.5V16H5a1%201%200%200%201-1-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/apps-add-in-off-20-regular.svg?color=%231a73e8&size=48