serial port off icon
serial-port-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- serial-port-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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 4.907 7H5.94L2.22 3.28a.75.75 0 0 1 0-1.06M19.092 7a2.75 2.75 0 0 1 2.675 3.388l-1.075 4.502a2.74 2.74 0 0 1-1.047 1.574l-1.087-1.088c.33-.16.586-.46.675-.835l1.075-4.501a1.25 1.25 0 0 0-1.216-1.54h-7.41l-1.5-1.5zM4.907 8.5a1.25 1.25 0 0 0-1.216 1.54l1.072 4.5c.134.563.637.96 1.216.961h8.461l-4.325-4.325a.748.748 0 0 1-1.365-.426a.75.75 0 0 1 .322-.617L7.44 8.5zm3.343 4a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M7 10a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m10 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-2.5 0a.75.75 0 0 1 .163 1.481l-.894-.894A.75.75 0 0 1 14.5 10"/></svg>
React
import type { SVGProps } from "react";
export function FluentSerialPortOff24Regular(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 4.907 7H5.94L2.22 3.28a.75.75 0 0 1 0-1.06M19.092 7a2.75 2.75 0 0 1 2.675 3.388l-1.075 4.502a2.74 2.74 0 0 1-1.047 1.574l-1.087-1.088c.33-.16.586-.46.675-.835l1.075-4.501a1.25 1.25 0 0 0-1.216-1.54h-7.41l-1.5-1.5zM4.907 8.5a1.25 1.25 0 0 0-1.216 1.54l1.072 4.5c.134.563.637.96 1.216.961h8.461l-4.325-4.325a.748.748 0 0 1-1.365-.426a.75.75 0 0 1 .322-.617L7.44 8.5zm3.343 4a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M7 10a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m10 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-2.5 0a.75.75 0 0 1 .163 1.481l-.894-.894A.75.75 0 0 1 14.5 10"/></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 4.907 7H5.94L2.22 3.28a.75.75 0 0 1 0-1.06M19.092 7a2.75 2.75 0 0 1 2.675 3.388l-1.075 4.502a2.74 2.74 0 0 1-1.047 1.574l-1.087-1.088c.33-.16.586-.46.675-.835l1.075-4.501a1.25 1.25 0 0 0-1.216-1.54h-7.41l-1.5-1.5zM4.907 8.5a1.25 1.25 0 0 0-1.216 1.54l1.072 4.5c.134.563.637.96 1.216.961h8.461l-4.325-4.325a.748.748 0 0 1-1.365-.426a.75.75 0 0 1 .322-.617L7.44 8.5zm3.343 4a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m2.5 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5M7 10a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m10 0a.75.75 0 1 1 0 1.5a.75.75 0 0 1 0-1.5m-2.5 0a.75.75 0 0 1 .163 1.481l-.894-.894A.75.75 0 0 1 14.5 10"/></svg> </template>
CSS
.icon-serial-port-off-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%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%204.907%207H5.94L2.22%203.28a.75.75%200%200%201%200-1.06M19.092%207a2.75%202.75%200%200%201%202.675%203.388l-1.075%204.502a2.74%202.74%200%200%201-1.047%201.574l-1.087-1.088c.33-.16.586-.46.675-.835l1.075-4.501a1.25%201.25%200%200%200-1.216-1.54h-7.41l-1.5-1.5zM4.907%208.5a1.25%201.25%200%200%200-1.216%201.54l1.072%204.5c.134.563.637.96%201.216.961h8.461l-4.325-4.325a.748.748%200%200%201-1.365-.426a.75.75%200%200%201%20.322-.617L7.44%208.5zm3.343%204a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m2.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M7%2010a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m10%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-2.5%200a.75.75%200%200%201%20.163%201.481l-.894-.894A.75.75%200%200%201%2014.5%2010%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%204.907%207H5.94L2.22%203.28a.75.75%200%200%201%200-1.06M19.092%207a2.75%202.75%200%200%201%202.675%203.388l-1.075%204.502a2.74%202.74%200%200%201-1.047%201.574l-1.087-1.088c.33-.16.586-.46.675-.835l1.075-4.501a1.25%201.25%200%200%200-1.216-1.54h-7.41l-1.5-1.5zM4.907%208.5a1.25%201.25%200%200%200-1.216%201.54l1.072%204.5c.134.563.637.96%201.216.961h8.461l-4.325-4.325a.748.748%200%200%201-1.365-.426a.75.75%200%200%201%20.322-.617L7.44%208.5zm3.343%204a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m2.5%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5M7%2010a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m10%200a.75.75%200%201%201%200%201.5a.75.75%200%200%201%200-1.5m-2.5%200a.75.75%200%200%201%20.163%201.481l-.894-.894A.75.75%200%200%201%2014.5%2010%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-regular.svg?color=%231a73e8&size=48