port input icon
port-input from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- port-input
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the port input icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 28c-3.593 0-6.967-1.59-9.257-4.363l1.542-1.274A9.98 9.98 0 0 0 18 26c5.514 0 10-4.486 10-10S23.514 6 18 6a9.98 9.98 0 0 0-7.715 3.637L8.743 8.363A11.97 11.97 0 0 1 18 4c6.617 0 12 5.383 12 12s-5.383 12-12 12"/><path fill="currentColor" d="m23 16l-7-7l-1.414 1.414L19.172 15H2v2h17.172l-4.586 4.586L16 23z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonPortInput(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="M18 28c-3.593 0-6.967-1.59-9.257-4.363l1.542-1.274A9.98 9.98 0 0 0 18 26c5.514 0 10-4.486 10-10S23.514 6 18 6a9.98 9.98 0 0 0-7.715 3.637L8.743 8.363A11.97 11.97 0 0 1 18 4c6.617 0 12 5.383 12 12s-5.383 12-12 12"/><path fill="currentColor" d="m23 16l-7-7l-1.414 1.414L19.172 15H2v2h17.172l-4.586 4.586L16 23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18 28c-3.593 0-6.967-1.59-9.257-4.363l1.542-1.274A9.98 9.98 0 0 0 18 26c5.514 0 10-4.486 10-10S23.514 6 18 6a9.98 9.98 0 0 0-7.715 3.637L8.743 8.363A11.97 11.97 0 0 1 18 4c6.617 0 12 5.383 12 12s-5.383 12-12 12"/><path fill="currentColor" d="m23 16l-7-7l-1.414 1.414L19.172 15H2v2h17.172l-4.586 4.586L16 23z"/></svg> </template>
CSS
.icon-port-input {
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%22M18%2028c-3.593%200-6.967-1.59-9.257-4.363l1.542-1.274A9.98%209.98%200%200%200%2018%2026c5.514%200%2010-4.486%2010-10S23.514%206%2018%206a9.98%209.98%200%200%200-7.715%203.637L8.743%208.363A11.97%2011.97%200%200%201%2018%204c6.617%200%2012%205.383%2012%2012s-5.383%2012-12%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23%2016l-7-7l-1.414%201.414L19.172%2015H2v2h17.172l-4.586%204.586L16%2023z%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%22M18%2028c-3.593%200-6.967-1.59-9.257-4.363l1.542-1.274A9.98%209.98%200%200%200%2018%2026c5.514%200%2010-4.486%2010-10S23.514%206%2018%206a9.98%209.98%200%200%200-7.715%203.637L8.743%208.363A11.97%2011.97%200%200%201%2018%204c6.617%200%2012%205.383%2012%2012s-5.383%2012-12%2012%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23%2016l-7-7l-1.414%201.414L19.172%2015H2v2h17.172l-4.586%204.586L16%2023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/port-input.svg?color=%231a73e8&size=48