cellular warning icon
cellular-warning-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- cellular-warning-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- cellular-data-unavailable-24-regular
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-off-20-filledcellular-unavailable-24-filled
Use the cellular warning icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 18.002a.75.75 0 0 1 .743.649l.007.102v1.5a.75.75 0 0 1-1.493.102L3 20.253v-1.5a.75.75 0 0 1 .75-.75m8-6a.75.75 0 0 1 .743.647l.007.102v5.16l-1.233 2.47q-.075.151-.13.305a.75.75 0 0 1-.13-.331L11 20.253v-7.502a.75.75 0 0 1 .75-.75m3.513.379A2.46 2.46 0 0 1 16.5 11.2V9.75l-.007-.102A.75.75 0 0 0 15 9.75v3.156zm4.475 0l.756 1.515l-.011-7.153l-.008-.102a.745.745 0 0 0-.74-.641a.746.746 0 0 0-.735.758l.008 4.738c.293.221.545.516.73.885M7.75 14.998a.75.75 0 0 1 .743.648l.007.102v4.5a.75.75 0 0 1-1.493.102L7 20.248v-4.5a.75.75 0 0 1 .75-.75m8.407-2.17l-3.997 8A1.5 1.5 0 0 0 13.503 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-8c-.553-1.107-2.133-1.107-2.686 0M18 15.494v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 0 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentCellularWarning24Regular(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="M3.75 18.002a.75.75 0 0 1 .743.649l.007.102v1.5a.75.75 0 0 1-1.493.102L3 20.253v-1.5a.75.75 0 0 1 .75-.75m8-6a.75.75 0 0 1 .743.647l.007.102v5.16l-1.233 2.47q-.075.151-.13.305a.75.75 0 0 1-.13-.331L11 20.253v-7.502a.75.75 0 0 1 .75-.75m3.513.379A2.46 2.46 0 0 1 16.5 11.2V9.75l-.007-.102A.75.75 0 0 0 15 9.75v3.156zm4.475 0l.756 1.515l-.011-7.153l-.008-.102a.745.745 0 0 0-.74-.641a.746.746 0 0 0-.735.758l.008 4.738c.293.221.545.516.73.885M7.75 14.998a.75.75 0 0 1 .743.648l.007.102v4.5a.75.75 0 0 1-1.493.102L7 20.248v-4.5a.75.75 0 0 1 .75-.75m8.407-2.17l-3.997 8A1.5 1.5 0 0 0 13.503 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-8c-.553-1.107-2.133-1.107-2.686 0M18 15.494v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 0 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.75 18.002a.75.75 0 0 1 .743.649l.007.102v1.5a.75.75 0 0 1-1.493.102L3 20.253v-1.5a.75.75 0 0 1 .75-.75m8-6a.75.75 0 0 1 .743.647l.007.102v5.16l-1.233 2.47q-.075.151-.13.305a.75.75 0 0 1-.13-.331L11 20.253v-7.502a.75.75 0 0 1 .75-.75m3.513.379A2.46 2.46 0 0 1 16.5 11.2V9.75l-.007-.102A.75.75 0 0 0 15 9.75v3.156zm4.475 0l.756 1.515l-.011-7.153l-.008-.102a.745.745 0 0 0-.74-.641a.746.746 0 0 0-.735.758l.008 4.738c.293.221.545.516.73.885M7.75 14.998a.75.75 0 0 1 .743.648l.007.102v4.5a.75.75 0 0 1-1.493.102L7 20.248v-4.5a.75.75 0 0 1 .75-.75m8.407-2.17l-3.997 8A1.5 1.5 0 0 0 13.503 23h7.994a1.5 1.5 0 0 0 1.343-2.172l-3.997-8c-.553-1.107-2.133-1.107-2.686 0M18 15.494v3.002a.5.5 0 1 1-1 0v-3.002a.5.5 0 0 1 1 0m-.5 5.504a.5.5 0 1 1 0-1a.5.5 0 0 1 0 1"/></svg> </template>
CSS
.icon-cellular-warning-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.75%2018.002a.75.75%200%200%201%20.743.649l.007.102v1.5a.75.75%200%200%201-1.493.102L3%2020.253v-1.5a.75.75%200%200%201%20.75-.75m8-6a.75.75%200%200%201%20.743.647l.007.102v5.16l-1.233%202.47q-.075.151-.13.305a.75.75%200%200%201-.13-.331L11%2020.253v-7.502a.75.75%200%200%201%20.75-.75m3.513.379A2.46%202.46%200%200%201%2016.5%2011.2V9.75l-.007-.102A.75.75%200%200%200%2015%209.75v3.156zm4.475%200l.756%201.515l-.011-7.153l-.008-.102a.745.745%200%200%200-.74-.641a.746.746%200%200%200-.735.758l.008%204.738c.293.221.545.516.73.885M7.75%2014.998a.75.75%200%200%201%20.743.648l.007.102v4.5a.75.75%200%200%201-1.493.102L7%2020.248v-4.5a.75.75%200%200%201%20.75-.75m8.407-2.17l-3.997%208A1.5%201.5%200%200%200%2013.503%2023h7.994a1.5%201.5%200%200%200%201.343-2.172l-3.997-8c-.553-1.107-2.133-1.107-2.686%200M18%2015.494v3.002a.5.5%200%201%201-1%200v-3.002a.5.5%200%200%201%201%200m-.5%205.504a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%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%22M3.75%2018.002a.75.75%200%200%201%20.743.649l.007.102v1.5a.75.75%200%200%201-1.493.102L3%2020.253v-1.5a.75.75%200%200%201%20.75-.75m8-6a.75.75%200%200%201%20.743.647l.007.102v5.16l-1.233%202.47q-.075.151-.13.305a.75.75%200%200%201-.13-.331L11%2020.253v-7.502a.75.75%200%200%201%20.75-.75m3.513.379A2.46%202.46%200%200%201%2016.5%2011.2V9.75l-.007-.102A.75.75%200%200%200%2015%209.75v3.156zm4.475%200l.756%201.515l-.011-7.153l-.008-.102a.745.745%200%200%200-.74-.641a.746.746%200%200%200-.735.758l.008%204.738c.293.221.545.516.73.885M7.75%2014.998a.75.75%200%200%201%20.743.648l.007.102v4.5a.75.75%200%200%201-1.493.102L7%2020.248v-4.5a.75.75%200%200%201%20.75-.75m8.407-2.17l-3.997%208A1.5%201.5%200%200%200%2013.503%2023h7.994a1.5%201.5%200%200%200%201.343-2.172l-3.997-8c-.553-1.107-2.133-1.107-2.686%200M18%2015.494v3.002a.5.5%200%201%201-1%200v-3.002a.5.5%200%200%201%201%200m-.5%205.504a.5.5%200%201%201%200-1a.5.5%200%200%201%200%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/cellular-warning-24-regular.svg?color=%231a73e8&size=48