cellular off icon
cellular-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- cellular-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
cellular-3g-20-filledcellular-4g-20-filledcellular-5g-20-filledcellular-data-1-20-filledcellular-data-2-20-filledcellular-data-3-20-filledcellular-data-4-20-filledcellular-data-5-20-filledcellular-data-cellular-off-24-filledcellular-data-cellular-unavailable-24-filledcellular-unavailable-24-filledcellular-warning-20-filled
Use the cellular 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.708L10 10.707V15.5l.008.09A.5.5 0 0 0 11 15.5v-3.793l2 2V15.5l.008.09A.5.5 0 0 0 14 15.5v-.793l3.146 3.147a.5.5 0 0 0 .708-.708zM13 10.88V6.502a.5.5 0 0 1 .992-.09l.008.09v5.377zm3.003 3.003V4.501a.5.5 0 0 1 .992-.09l.008.09v10.381zM7.995 10.41a.5.5 0 0 0-.992.09v5l.008.09a.5.5 0 0 0 .992-.09v-5zm-3.003 2A.5.5 0 0 0 4 12.5v3l.008.09A.5.5 0 0 0 5 15.5v-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCellularOff20Regular(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.708L10 10.707V15.5l.008.09A.5.5 0 0 0 11 15.5v-3.793l2 2V15.5l.008.09A.5.5 0 0 0 14 15.5v-.793l3.146 3.147a.5.5 0 0 0 .708-.708zM13 10.88V6.502a.5.5 0 0 1 .992-.09l.008.09v5.377zm3.003 3.003V4.501a.5.5 0 0 1 .992-.09l.008.09v10.381zM7.995 10.41a.5.5 0 0 0-.992.09v5l.008.09a.5.5 0 0 0 .992-.09v-5zm-3.003 2A.5.5 0 0 0 4 12.5v3l.008.09A.5.5 0 0 0 5 15.5v-3z"/></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.708L10 10.707V15.5l.008.09A.5.5 0 0 0 11 15.5v-3.793l2 2V15.5l.008.09A.5.5 0 0 0 14 15.5v-.793l3.146 3.147a.5.5 0 0 0 .708-.708zM13 10.88V6.502a.5.5 0 0 1 .992-.09l.008.09v5.377zm3.003 3.003V4.501a.5.5 0 0 1 .992-.09l.008.09v10.381zM7.995 10.41a.5.5 0 0 0-.992.09v5l.008.09a.5.5 0 0 0 .992-.09v-5zm-3.003 2A.5.5 0 0 0 4 12.5v3l.008.09A.5.5 0 0 0 5 15.5v-3z"/></svg> </template>
CSS
.icon-cellular-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.708L10%2010.707V15.5l.008.09A.5.5%200%200%200%2011%2015.5v-3.793l2%202V15.5l.008.09A.5.5%200%200%200%2014%2015.5v-.793l3.146%203.147a.5.5%200%200%200%20.708-.708zM13%2010.88V6.502a.5.5%200%200%201%20.992-.09l.008.09v5.377zm3.003%203.003V4.501a.5.5%200%200%201%20.992-.09l.008.09v10.381zM7.995%2010.41a.5.5%200%200%200-.992.09v5l.008.09a.5.5%200%200%200%20.992-.09v-5zm-3.003%202A.5.5%200%200%200%204%2012.5v3l.008.09A.5.5%200%200%200%205%2015.5v-3z%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.708L10%2010.707V15.5l.008.09A.5.5%200%200%200%2011%2015.5v-3.793l2%202V15.5l.008.09A.5.5%200%200%200%2014%2015.5v-.793l3.146%203.147a.5.5%200%200%200%20.708-.708zM13%2010.88V6.502a.5.5%200%200%201%20.992-.09l.008.09v5.377zm3.003%203.003V4.501a.5.5%200%200%201%20.992-.09l.008.09v10.381zM7.995%2010.41a.5.5%200%200%200-.992.09v5l.008.09a.5.5%200%200%200%20.992-.09v-5zm-3.003%202A.5.5%200%200%200%204%2012.5v3l.008.09A.5.5%200%200%200%205%2015.5v-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cellular-off-20-regular.svg?color=%231a73e8&size=48