serial port off icon
serial-port-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- serial-port-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the serial port off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-4.78-4.779H5.98a2.75 2.75 0 0 1-2.675-2.113l-1.072-4.501a2.75 2.75 0 0 1 2.675-3.388h1.031L2.22 3.28a.75.75 0 0 1 0-1.06m16.872 4.779a2.75 2.75 0 0 1 2.675 3.389l-1.075 4.502a2.74 2.74 0 0 1-1.047 1.574l-4.982-4.983a.75.75 0 1 0-.894-.894L10.18 6.999zM8.25 12.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7 10a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.073.134a.749.749 0 1 0 1.042 1.042zM17 10a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSerialPortOff24Filled(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="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-4.78-4.779H5.98a2.75 2.75 0 0 1-2.675-2.113l-1.072-4.501a2.75 2.75 0 0 1 2.675-3.388h1.031L2.22 3.28a.75.75 0 0 1 0-1.06m16.872 4.779a2.75 2.75 0 0 1 2.675 3.389l-1.075 4.502a2.74 2.74 0 0 1-1.047 1.574l-4.982-4.983a.75.75 0 1 0-.894-.894L10.18 6.999zM8.25 12.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7 10a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.073.134a.749.749 0 1 0 1.042 1.042zM17 10a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.22 2.22a.75.75 0 0 1 1.06 0l18.5 18.5a.75.75 0 0 1-1.06 1.06l-4.78-4.779H5.98a2.75 2.75 0 0 1-2.675-2.113l-1.072-4.501a2.75 2.75 0 0 1 2.675-3.388h1.031L2.22 3.28a.75.75 0 0 1 0-1.06m16.872 4.779a2.75 2.75 0 0 1 2.675 3.389l-1.075 4.502a2.74 2.74 0 0 1-1.047 1.574l-4.982-4.983a.75.75 0 1 0-.894-.894L10.18 6.999zM8.25 12.5a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.5 0a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7 10a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m2.073.134a.749.749 0 1 0 1.042 1.042zM17 10a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5"/></svg> </template>
CSS
.icon-serial-port-off-24-filled {
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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-4.78-4.779H5.98a2.75%202.75%200%200%201-2.675-2.113l-1.072-4.501a2.75%202.75%200%200%201%202.675-3.388h1.031L2.22%203.28a.75.75%200%200%201%200-1.06m16.872%204.779a2.75%202.75%200%200%201%202.675%203.389l-1.075%204.502a2.74%202.74%200%200%201-1.047%201.574l-4.982-4.983a.75.75%200%201%200-.894-.894L10.18%206.999zM8.25%2012.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m2.5%200a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M7%2010a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m2.073.134a.749.749%200%201%200%201.042%201.042zM17%2010a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%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%22M2.22%202.22a.75.75%200%200%201%201.06%200l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-4.78-4.779H5.98a2.75%202.75%200%200%201-2.675-2.113l-1.072-4.501a2.75%202.75%200%200%201%202.675-3.388h1.031L2.22%203.28a.75.75%200%200%201%200-1.06m16.872%204.779a2.75%202.75%200%200%201%202.675%203.389l-1.075%204.502a2.74%202.74%200%200%201-1.047%201.574l-4.982-4.983a.75.75%200%201%200-.894-.894L10.18%206.999zM8.25%2012.5a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m2.5%200a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M7%2010a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m2.073.134a.749.749%200%201%200%201.042%201.042zM17%2010a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/serial-port-off-24-filled.svg?color=%231a73e8&size=48