serial port icon
serial-port-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- serial-port-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the serial port icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.231 10.386a2.75 2.75 0 0 1 2.676-3.387H19.09a2.75 2.75 0 0 1 2.675 3.388l-1.074 4.502A2.75 2.75 0 0 1 18.017 17H5.978a2.75 2.75 0 0 1-2.675-2.113zM7 11.5A.75.75 0 1 0 7 10a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-2 3.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m1.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M12 11.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m1.75.75a.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 FluentSerialPort24Filled(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.231 10.386a2.75 2.75 0 0 1 2.676-3.387H19.09a2.75 2.75 0 0 1 2.675 3.388l-1.074 4.502A2.75 2.75 0 0 1 18.017 17H5.978a2.75 2.75 0 0 1-2.675-2.113zM7 11.5A.75.75 0 1 0 7 10a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-2 3.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m1.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M12 11.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m1.75.75a.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.231 10.386a2.75 2.75 0 0 1 2.676-3.387H19.09a2.75 2.75 0 0 1 2.675 3.388l-1.074 4.502A2.75 2.75 0 0 1 18.017 17H5.978a2.75 2.75 0 0 1-2.675-2.113zM7 11.5A.75.75 0 1 0 7 10a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m-2 3.25a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m1.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0M12 11.5a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 0-1.5 0a.75.75 0 0 0 1.5 0m1.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></svg> </template>
CSS
.icon-serial-port-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.231%2010.386a2.75%202.75%200%200%201%202.676-3.387H19.09a2.75%202.75%200%200%201%202.675%203.388l-1.074%204.502A2.75%202.75%200%200%201%2018.017%2017H5.978a2.75%202.75%200%200%201-2.675-2.113zM7%2011.5A.75.75%200%201%200%207%2010a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m-2%203.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m1.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200M12%2011.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m1.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.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.231%2010.386a2.75%202.75%200%200%201%202.676-3.387H19.09a2.75%202.75%200%200%201%202.675%203.388l-1.074%204.502A2.75%202.75%200%200%201%2018.017%2017H5.978a2.75%202.75%200%200%201-2.675-2.113zM7%2011.5A.75.75%200%201%200%207%2010a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m-2%203.25a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m1.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200M12%2011.5a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%200-1.5%200a.75.75%200%200%200%201.5%200m1.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.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-24-filled.svg?color=%231a73e8&size=48