remote gen icon
remote-gen from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- remote-gen
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- remote-gen-rounded, remote-gen-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the remote gen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 22.116q-.666 0-1.14-.475q-.476-.475-.476-1.141v-17q0-.666.475-1.14q.475-.475 1.141-.475h7q.666 0 1.14.474q.476.475.476 1.141v17q0 .666-.475 1.14q-.475.476-1.141.476zm5.27-13.344q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729T9.5 6.998t.729 1.771t1.769.731t1.771-.728m-2.828-.713Q10.5 7.617 10.5 7t.441-1.059Q11.383 5.5 12 5.5t1.059.441T13.5 7t-.441 1.059Q12.617 8.5 12 8.5t-1.059-.441m-.17 5.323q.229-.233.229-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616 3q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616 3q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRemoteGen(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="M8.5 22.116q-.666 0-1.14-.475q-.476-.475-.476-1.141v-17q0-.666.475-1.14q.475-.475 1.141-.475h7q.666 0 1.14.474q.476.475.476 1.141v17q0 .666-.475 1.14q-.475.476-1.141.476zm5.27-13.344q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729T9.5 6.998t.729 1.771t1.769.731t1.771-.728m-2.828-.713Q10.5 7.617 10.5 7t.441-1.059Q11.383 5.5 12 5.5t1.059.441T13.5 7t-.441 1.059Q12.617 8.5 12 8.5t-1.059-.441m-.17 5.323q.229-.233.229-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616 3q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616 3q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 22.116q-.666 0-1.14-.475q-.476-.475-.476-1.141v-17q0-.666.475-1.14q.475-.475 1.141-.475h7q.666 0 1.14.474q.476.475.476 1.141v17q0 .666-.475 1.14q-.475.476-1.141.476zm5.27-13.344q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729T9.5 6.998t.729 1.771t1.769.731t1.771-.728m-2.828-.713Q10.5 7.617 10.5 7t.441-1.059Q11.383 5.5 12 5.5t1.059.441T13.5 7t-.441 1.059Q12.617 8.5 12 8.5t-1.059-.441m-.17 5.323q.229-.233.229-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616 3q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616 3q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616 0q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234"/></svg> </template>
CSS
.icon-remote-gen {
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%22M8.5%2022.116q-.666%200-1.14-.475q-.476-.475-.476-1.141v-17q0-.666.475-1.14q.475-.475%201.141-.475h7q.666%200%201.14.474q.476.475.476%201.141v17q0%20.666-.475%201.14q-.475.476-1.141.476zm5.27-13.344q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729T9.5%206.998t.729%201.771t1.769.731t1.771-.728m-2.828-.713Q10.5%207.617%2010.5%207t.441-1.059Q11.383%205.5%2012%205.5t1.059.441T13.5%207t-.441%201.059Q12.617%208.5%2012%208.5t-1.059-.441m-.17%205.323q.229-.233.229-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616%200q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616%203q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616%200q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616%203q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616%200q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234%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%22M8.5%2022.116q-.666%200-1.14-.475q-.476-.475-.476-1.141v-17q0-.666.475-1.14q.475-.475%201.141-.475h7q.666%200%201.14.474q.476.475.476%201.141v17q0%20.666-.475%201.14q-.475.476-1.141.476zm5.27-13.344q.73-.729.73-1.77t-.728-1.771t-1.77-.731t-1.771.729T9.5%206.998t.729%201.771t1.769.731t1.771-.728m-2.828-.713Q10.5%207.617%2010.5%207t.441-1.059Q11.383%205.5%2012%205.5t1.059.441T13.5%207t-.441%201.059Q12.617%208.5%2012%208.5t-1.059-.441m-.17%205.323q.229-.233.229-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616%200q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616%203q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616%200q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234m-3.616%203q.23-.233.23-.578t-.233-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.574-.234m3.616%200q.23-.233.23-.578t-.234-.574t-.578-.23t-.574.233t-.23.578t.233.575t.578.23t.575-.234%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/remote-gen.svg?color=%231a73e8&size=48