port output icon
port-output from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- port-output
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the port output icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m30 16l-7-7l-1.414 1.414L26.172 15H9v2h17.172l-4.586 4.586L23 23z"/><path fill="currentColor" d="M14 28C7.383 28 2 22.617 2 16S7.383 4 14 4c2.335 0 4.599.671 6.546 1.941l-1.092 1.676A9.96 9.96 0 0 0 14 6C8.486 6 4 10.486 4 16s4.486 10 10 10a9.96 9.96 0 0 0 5.454-1.617l1.092 1.676A11.95 11.95 0 0 1 14 28"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPortOutput(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m30 16l-7-7l-1.414 1.414L26.172 15H9v2h17.172l-4.586 4.586L23 23z"/><path fill="currentColor" d="M14 28C7.383 28 2 22.617 2 16S7.383 4 14 4c2.335 0 4.599.671 6.546 1.941l-1.092 1.676A9.96 9.96 0 0 0 14 6C8.486 6 4 10.486 4 16s4.486 10 10 10a9.96 9.96 0 0 0 5.454-1.617l1.092 1.676A11.95 11.95 0 0 1 14 28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m30 16l-7-7l-1.414 1.414L26.172 15H9v2h17.172l-4.586 4.586L23 23z"/><path fill="currentColor" d="M14 28C7.383 28 2 22.617 2 16S7.383 4 14 4c2.335 0 4.599.671 6.546 1.941l-1.092 1.676A9.96 9.96 0 0 0 14 6C8.486 6 4 10.486 4 16s4.486 10 10 10a9.96 9.96 0 0 0 5.454-1.617l1.092 1.676A11.95 11.95 0 0 1 14 28"/></svg> </template>
CSS
.icon-port-output {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30%2016l-7-7l-1.414%201.414L26.172%2015H9v2h17.172l-4.586%204.586L23%2023z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2028C7.383%2028%202%2022.617%202%2016S7.383%204%2014%204c2.335%200%204.599.671%206.546%201.941l-1.092%201.676A9.96%209.96%200%200%200%2014%206C8.486%206%204%2010.486%204%2016s4.486%2010%2010%2010a9.96%209.96%200%200%200%205.454-1.617l1.092%201.676A11.95%2011.95%200%200%201%2014%2028%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m30%2016l-7-7l-1.414%201.414L26.172%2015H9v2h17.172l-4.586%204.586L23%2023z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%2028C7.383%2028%202%2022.617%202%2016S7.383%204%2014%204c2.335%200%204.599.671%206.546%201.941l-1.092%201.676A9.96%209.96%200%200%200%2014%206C8.486%206%204%2010.486%204%2016s4.486%2010%2010%2010a9.96%209.96%200%200%200%205.454-1.617l1.092%201.676A11.95%2011.95%200%200%201%2014%2028%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/port-output.svg?color=%231a73e8&size=48