serial port off icon
serial-port-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- serial-port-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M2.146 2.147a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707L13.293 14H5.47a2.5 2.5 0 0 1-2.436-1.934l-.698-3A2.5 2.5 0 0 1 4.77 6h.522L2.146 2.854a.5.5 0 0 1 0-.707M15.232 6a2.5 2.5 0 0 1 2.434 3.068l-.7 3a2.5 2.5 0 0 1-1.183 1.593l-.749-.749a1.5 1.5 0 0 0 .958-1.071l.7-3A1.5 1.5 0 0 0 15.232 7h-6.11l-1-1zM4.772 7A1.5 1.5 0 0 0 3.31 8.84l.698 3A1.5 1.5 0 0 0 5.469 13h6.824L8.468 9.175A.498.498 0 0 1 7.502 9a.5.5 0 0 1 .323-.468L6.293 7zm2.23 3.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-3-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentSerialPortOff20Regular(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.146 2.147a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707L13.293 14H5.47a2.5 2.5 0 0 1-2.436-1.934l-.698-3A2.5 2.5 0 0 1 4.77 6h.522L2.146 2.854a.5.5 0 0 1 0-.707M15.232 6a2.5 2.5 0 0 1 2.434 3.068l-.7 3a2.5 2.5 0 0 1-1.183 1.593l-.749-.749a1.5 1.5 0 0 0 .958-1.071l.7-3A1.5 1.5 0 0 0 15.232 7h-6.11l-1-1zM4.772 7A1.5 1.5 0 0 0 3.31 8.84l.698 3A1.5 1.5 0 0 0 5.469 13h6.824L8.468 9.175A.498.498 0 0 1 7.502 9a.5.5 0 0 1 .323-.468L6.293 7zm2.23 3.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-3-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.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 20 20"><path fill="currentColor" d="M2.146 2.147a.5.5 0 0 1 .708 0l15 15a.5.5 0 0 1-.707.707L13.293 14H5.47a2.5 2.5 0 0 1-2.436-1.934l-.698-3A2.5 2.5 0 0 1 4.77 6h.522L2.146 2.854a.5.5 0 0 1 0-.707M15.232 6a2.5 2.5 0 0 1 2.434 3.068l-.7 3a2.5 2.5 0 0 1-1.183 1.593l-.749-.749a1.5 1.5 0 0 0 .958-1.071l.7-3A1.5 1.5 0 0 0 15.232 7h-6.11l-1-1zM4.772 7A1.5 1.5 0 0 0 3.31 8.84l.698 3A1.5 1.5 0 0 0 5.469 13h6.824L8.468 9.175A.498.498 0 0 1 7.502 9a.5.5 0 0 1 .323-.468L6.293 7zm2.23 3.5a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m-3-2a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m6 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1m2 0a.5.5 0 1 1 0 1a.5.5 0 0 1 0-1"/></svg> </template>
CSS
.icon-serial-port-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.146%202.147a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707L13.293%2014H5.47a2.5%202.5%200%200%201-2.436-1.934l-.698-3A2.5%202.5%200%200%201%204.77%206h.522L2.146%202.854a.5.5%200%200%201%200-.707M15.232%206a2.5%202.5%200%200%201%202.434%203.068l-.7%203a2.5%202.5%200%200%201-1.183%201.593l-.749-.749a1.5%201.5%200%200%200%20.958-1.071l.7-3A1.5%201.5%200%200%200%2015.232%207h-6.11l-1-1zM4.772%207A1.5%201.5%200%200%200%203.31%208.84l.698%203A1.5%201.5%200%200%200%205.469%2013h6.824L8.468%209.175A.498.498%200%200%201%207.502%209a.5.5%200%200%201%20.323-.468L6.293%207zm2.23%203.5a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m-3-2a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m6%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1%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.146%202.147a.5.5%200%200%201%20.708%200l15%2015a.5.5%200%200%201-.707.707L13.293%2014H5.47a2.5%202.5%200%200%201-2.436-1.934l-.698-3A2.5%202.5%200%200%201%204.77%206h.522L2.146%202.854a.5.5%200%200%201%200-.707M15.232%206a2.5%202.5%200%200%201%202.434%203.068l-.7%203a2.5%202.5%200%200%201-1.183%201.593l-.749-.749a1.5%201.5%200%200%200%20.958-1.071l.7-3A1.5%201.5%200%200%200%2015.232%207h-6.11l-1-1zM4.772%207A1.5%201.5%200%200%200%203.31%208.84l.698%203A1.5%201.5%200%200%200%205.469%2013h6.824L8.468%209.175A.498.498%200%200%201%207.502%209a.5.5%200%200%201%20.323-.468L6.293%207zm2.23%203.5a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m-3-2a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m6%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1m2%200a.5.5%200%201%201%200%201a.5.5%200%200%201%200-1%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-20-regular.svg?color=%231a73e8&size=48