round device unknown icon
round-device-unknown from Google Material Icons by Material Design Authors · Baseline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- round-device-unknown
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
More hardware icons from Google Material Icons
baseline-adf-scannerbaseline-browser-not-supportedbaseline-browser-updatedbaseline-castbaseline-cast-connectedbaseline-cast-for-educationbaseline-computerbaseline-connected-tvbaseline-desktop-macbaseline-desktop-windowsbaseline-developer-boardbaseline-developer-board-offbaseline-device-hubbaseline-device-unknownbaseline-devices-otherbaseline-dockbaseline-earbudsbaseline-earbuds-batterybaseline-gamepadbaseline-headphonesbaseline-headphones-batterybaseline-headsetbaseline-headset-micbaseline-headset-off
Use the round device unknown icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m0 18H7V5h10zm-6-3h2v2h-2zm-1.48-5.81h.13c.33 0 .59-.23.7-.54c.24-.69.91-1.21 1.66-1.21c.93 0 1.75.82 1.75 1.75c0 1.32-1.49 1.55-2.23 2.82h-.01c-.08.14-.14.29-.2.45c-.01.02-.02.03-.02.05c-.01.02-.01.04-.01.05c-.1.31-.16.66-.16 1.08h1.76c0-.25.04-.47.12-.67c.54-1.47 2.77-1.86 2.48-4.18c-.19-1.55-1.43-2.84-2.98-3.04c-1.77-.23-3.29.78-3.81 2.3c-.2.56.23 1.14.82 1.14"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundDeviceUnknown(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="M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m0 18H7V5h10zm-6-3h2v2h-2zm-1.48-5.81h.13c.33 0 .59-.23.7-.54c.24-.69.91-1.21 1.66-1.21c.93 0 1.75.82 1.75 1.75c0 1.32-1.49 1.55-2.23 2.82h-.01c-.08.14-.14.29-.2.45c-.01.02-.02.03-.02.05c-.01.02-.01.04-.01.05c-.1.31-.16.66-.16 1.08h1.76c0-.25.04-.47.12-.67c.54-1.47 2.77-1.86 2.48-4.18c-.19-1.55-1.43-2.84-2.98-3.04c-1.77-.23-3.29.78-3.81 2.3c-.2.56.23 1.14.82 1.14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2m0 18H7V5h10zm-6-3h2v2h-2zm-1.48-5.81h.13c.33 0 .59-.23.7-.54c.24-.69.91-1.21 1.66-1.21c.93 0 1.75.82 1.75 1.75c0 1.32-1.49 1.55-2.23 2.82h-.01c-.08.14-.14.29-.2.45c-.01.02-.02.03-.02.05c-.01.02-.01.04-.01.05c-.1.31-.16.66-.16 1.08h1.76c0-.25.04-.47.12-.67c.54-1.47 2.77-1.86 2.48-4.18c-.19-1.55-1.43-2.84-2.98-3.04c-1.77-.23-3.29.78-3.81 2.3c-.2.56.23 1.14.82 1.14"/></svg> </template>
CSS
.icon-round-device-unknown {
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%22M17%201H7c-1.1%200-2%20.9-2%202v18c0%201.1.9%202%202%202h10c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2m0%2018H7V5h10zm-6-3h2v2h-2zm-1.48-5.81h.13c.33%200%20.59-.23.7-.54c.24-.69.91-1.21%201.66-1.21c.93%200%201.75.82%201.75%201.75c0%201.32-1.49%201.55-2.23%202.82h-.01c-.08.14-.14.29-.2.45c-.01.02-.02.03-.02.05c-.01.02-.01.04-.01.05c-.1.31-.16.66-.16%201.08h1.76c0-.25.04-.47.12-.67c.54-1.47%202.77-1.86%202.48-4.18c-.19-1.55-1.43-2.84-2.98-3.04c-1.77-.23-3.29.78-3.81%202.3c-.2.56.23%201.14.82%201.14%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%22M17%201H7c-1.1%200-2%20.9-2%202v18c0%201.1.9%202%202%202h10c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2m0%2018H7V5h10zm-6-3h2v2h-2zm-1.48-5.81h.13c.33%200%20.59-.23.7-.54c.24-.69.91-1.21%201.66-1.21c.93%200%201.75.82%201.75%201.75c0%201.32-1.49%201.55-2.23%202.82h-.01c-.08.14-.14.29-.2.45c-.01.02-.02.03-.02.05c-.01.02-.01.04-.01.05c-.1.31-.16.66-.16%201.08h1.76c0-.25.04-.47.12-.67c.54-1.47%202.77-1.86%202.48-4.18c-.19-1.55-1.43-2.84-2.98-3.04c-1.77-.23-3.29.78-3.81%202.3c-.2.56.23%201.14.82%201.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-device-unknown.svg?color=%231a73e8&size=48