serial-port-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
serial-port-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M7 11.5A.75.75 0 1 0 7 10a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 1.5 0m1.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4.907 6.999a2.75 2.75 0 0 0-2.675 3.387l1.072 4.501A2.75 2.75 0 0 0 5.979 17h12.039a2.75 2.75 0 0 0 2.675-2.111l1.074-4.502A2.75 2.75 0 0 0 19.092 7zm-1.216 3.04a1.25 1.25 0 0 1 1.217-1.54h14.184a1.25 1.25 0 0 1 1.216 1.54l-1.074 4.502a1.25 1.25 0 0 1-1.216.96H5.979a1.25 1.25 0 0 1-1.216-.961z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSerialPort24Regular(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="M7 11.5A.75.75 0 1 0 7 10a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 1.5 0m1.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4.907 6.999a2.75 2.75 0 0 0-2.675 3.387l1.072 4.501A2.75 2.75 0 0 0 5.979 17h12.039a2.75 2.75 0 0 0 2.675-2.111l1.074-4.502A2.75 2.75 0 0 0 19.092 7zm-1.216 3.04a1.25 1.25 0 0 1 1.217-1.54h14.184a1.25 1.25 0 0 1 1.216 1.54l-1.074 4.502a1.25 1.25 0 0 1-1.216.96H5.979a1.25 1.25 0 0 1-1.216-.961z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 11.5A.75.75 0 1 0 7 10a.75.75 0 0 0 0 1.5m3.25-.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 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 1-1.5 0a.75.75 0 0 1 1.5 0m1.75.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5M4.907 6.999a2.75 2.75 0 0 0-2.675 3.387l1.072 4.501A2.75 2.75 0 0 0 5.979 17h12.039a2.75 2.75 0 0 0 2.675-2.111l1.074-4.502A2.75 2.75 0 0 0 19.092 7zm-1.216 3.04a1.25 1.25 0 0 1 1.217-1.54h14.184a1.25 1.25 0 0 1 1.216 1.54l-1.074 4.502a1.25 1.25 0 0 1-1.216.96H5.979a1.25 1.25 0 0 1-1.216-.961z"/></svg>
</template>

CSS

.icon-serial-port-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%22M7%2011.5A.75.75%200%201%200%207%2010a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%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%201-1.5%200a.75.75%200%200%201%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%201-1.5%200a.75.75%200%200%201%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%201-1.5%200a.75.75%200%200%201%201.5%200m1.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M4.907%206.999a2.75%202.75%200%200%200-2.675%203.387l1.072%204.501A2.75%202.75%200%200%200%205.979%2017h12.039a2.75%202.75%200%200%200%202.675-2.111l1.074-4.502A2.75%202.75%200%200%200%2019.092%207zm-1.216%203.04a1.25%201.25%200%200%201%201.217-1.54h14.184a1.25%201.25%200%200%201%201.216%201.54l-1.074%204.502a1.25%201.25%200%200%201-1.216.96H5.979a1.25%201.25%200%200%201-1.216-.961z%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%22M7%2011.5A.75.75%200%201%200%207%2010a.75.75%200%200%200%200%201.5m3.25-.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%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%201-1.5%200a.75.75%200%200%201%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%201-1.5%200a.75.75%200%200%201%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%201-1.5%200a.75.75%200%200%201%201.5%200m1.75.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5M4.907%206.999a2.75%202.75%200%200%200-2.675%203.387l1.072%204.501A2.75%202.75%200%200%200%205.979%2017h12.039a2.75%202.75%200%200%200%202.675-2.111l1.074-4.502A2.75%202.75%200%200%200%2019.092%207zm-1.216%203.04a1.25%201.25%200%200%201%201.217-1.54h14.184a1.25%201.25%200%200%201%201.216%201.54l-1.074%204.502a1.25%201.25%200%200%201-1.216.96H5.979a1.25%201.25%200%200%201-1.216-.961z%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-regular.svg?color=%231a73e8&size=48