connection signal off icon
connection-signal-off from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- connection-signal-off
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the connection signal off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 13a8.9 8.9 0 0 1-2.525 6.234l1.413 1.413A10.98 10.98 0 0 0 23.601 4.2l-1.202 1.6A8.93 8.93 0 0 1 26 13"/><path fill="currentColor" d="M21 13a5 5 0 0 1-.902 2.856l1.427 1.428a6.983 6.983 0 0 0-.858-9.501l-1.334 1.49A5 5 0 0 1 21 13m9 15.586L3.414 2L2 3.414l3.71 3.71A10.98 10.98 0 0 0 8.4 21.801l1.2-1.6A8.97 8.97 0 0 1 7.172 8.585l2.197 2.197a6.97 6.97 0 0 0 1.964 7.435l1.334-1.49A5 5 0 0 1 11 13a5 5 0 0 1 .04-.546l3.96 3.96V30h2V18.414L28.586 30Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonConnectionSignalOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 13a8.9 8.9 0 0 1-2.525 6.234l1.413 1.413A10.98 10.98 0 0 0 23.601 4.2l-1.202 1.6A8.93 8.93 0 0 1 26 13"/><path fill="currentColor" d="M21 13a5 5 0 0 1-.902 2.856l1.427 1.428a6.983 6.983 0 0 0-.858-9.501l-1.334 1.49A5 5 0 0 1 21 13m9 15.586L3.414 2L2 3.414l3.71 3.71A10.98 10.98 0 0 0 8.4 21.801l1.2-1.6A8.97 8.97 0 0 1 7.172 8.585l2.197 2.197a6.97 6.97 0 0 0 1.964 7.435l1.334-1.49A5 5 0 0 1 11 13a5 5 0 0 1 .04-.546l3.96 3.96V30h2V18.414L28.586 30Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26 13a8.9 8.9 0 0 1-2.525 6.234l1.413 1.413A10.98 10.98 0 0 0 23.601 4.2l-1.202 1.6A8.93 8.93 0 0 1 26 13"/><path fill="currentColor" d="M21 13a5 5 0 0 1-.902 2.856l1.427 1.428a6.983 6.983 0 0 0-.858-9.501l-1.334 1.49A5 5 0 0 1 21 13m9 15.586L3.414 2L2 3.414l3.71 3.71A10.98 10.98 0 0 0 8.4 21.801l1.2-1.6A8.97 8.97 0 0 1 7.172 8.585l2.197 2.197a6.97 6.97 0 0 0 1.964 7.435l1.334-1.49A5 5 0 0 1 11 13a5 5 0 0 1 .04-.546l3.96 3.96V30h2V18.414L28.586 30Z"/></svg> </template>
CSS
.icon-connection-signal-off {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2013a8.9%208.9%200%200%201-2.525%206.234l1.413%201.413A10.98%2010.98%200%200%200%2023.601%204.2l-1.202%201.6A8.93%208.93%200%200%201%2026%2013%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2013a5%205%200%200%201-.902%202.856l1.427%201.428a6.983%206.983%200%200%200-.858-9.501l-1.334%201.49A5%205%200%200%201%2021%2013m9%2015.586L3.414%202L2%203.414l3.71%203.71A10.98%2010.98%200%200%200%208.4%2021.801l1.2-1.6A8.97%208.97%200%200%201%207.172%208.585l2.197%202.197a6.97%206.97%200%200%200%201.964%207.435l1.334-1.49A5%205%200%200%201%2011%2013a5%205%200%200%201%20.04-.546l3.96%203.96V30h2V18.414L28.586%2030Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2013a8.9%208.9%200%200%201-2.525%206.234l1.413%201.413A10.98%2010.98%200%200%200%2023.601%204.2l-1.202%201.6A8.93%208.93%200%200%201%2026%2013%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2013a5%205%200%200%201-.902%202.856l1.427%201.428a6.983%206.983%200%200%200-.858-9.501l-1.334%201.49A5%205%200%200%201%2021%2013m9%2015.586L3.414%202L2%203.414l3.71%203.71A10.98%2010.98%200%200%200%208.4%2021.801l1.2-1.6A8.97%208.97%200%200%201%207.172%208.585l2.197%202.197a6.97%206.97%200%200%200%201.964%207.435l1.334-1.49A5%205%200%200%201%2011%2013a5%205%200%200%201%20.04-.546l3.96%203.96V30h2V18.414L28.586%2030Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/connection-signal-off.svg?color=%231a73e8&size=48