devices icon
devices-outline-rounded from Material Symbols by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- devices-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
devicesAkar IconsdevicesBoxIcons v2devicesBoxIcons v2 SoliddevicesCarbondevicesIconParkdevicesIconPark OutlinedevicesIconPark SoliddevicesIconPark TwoTonedevicesMaterial Symbols LightdevicesMaterial Design Iconsdevices-16OcticonsdevicesPhosphordevicesPixelarticonsdevices-boldSolardevicesTabler Icons
More hardware icons from Material Symbols
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
Use the devices icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 20H3q-.425 0-.712-.288T2 19t.288-.712T3 18h8q.425 0 .713.288T12 19t-.288.713T11 20m-6-3q-.825 0-1.412-.587T3 15V6q0-.825.588-1.412T5 4h15q.425 0 .713.288T21 5t-.288.713T20 6H5v9h6q.425 0 .713.288T12 16t-.288.713T11 17zm15 1v-8h-4v8zm-4.5 2q-.625 0-1.062-.437T14 18.5v-9q0-.625.438-1.062T15.5 8h5q.625 0 1.063.438T22 9.5v9q0 .625-.437 1.063T20.5 20zm2.5-7.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5m0 1.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDevicesOutlineRounded(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="M11 20H3q-.425 0-.712-.288T2 19t.288-.712T3 18h8q.425 0 .713.288T12 19t-.288.713T11 20m-6-3q-.825 0-1.412-.587T3 15V6q0-.825.588-1.412T5 4h15q.425 0 .713.288T21 5t-.288.713T20 6H5v9h6q.425 0 .713.288T12 16t-.288.713T11 17zm15 1v-8h-4v8zm-4.5 2q-.625 0-1.062-.437T14 18.5v-9q0-.625.438-1.062T15.5 8h5q.625 0 1.063.438T22 9.5v9q0 .625-.437 1.063T20.5 20zm2.5-7.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5m0 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 20H3q-.425 0-.712-.288T2 19t.288-.712T3 18h8q.425 0 .713.288T12 19t-.288.713T11 20m-6-3q-.825 0-1.412-.587T3 15V6q0-.825.588-1.412T5 4h15q.425 0 .713.288T21 5t-.288.713T20 6H5v9h6q.425 0 .713.288T12 16t-.288.713T11 17zm15 1v-8h-4v8zm-4.5 2q-.625 0-1.062-.437T14 18.5v-9q0-.625.438-1.062T15.5 8h5q.625 0 1.063.438T22 9.5v9q0 .625-.437 1.063T20.5 20zm2.5-7.5q.325 0 .538-.225t.212-.525q0-.325-.213-.537T18 11q-.3 0-.525.213t-.225.537q0 .3.225.525T18 12.5m0 1.5"/></svg> </template>
CSS
.icon-devices-outline-rounded {
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%22M11%2020H3q-.425%200-.712-.288T2%2019t.288-.712T3%2018h8q.425%200%20.713.288T12%2019t-.288.713T11%2020m-6-3q-.825%200-1.412-.587T3%2015V6q0-.825.588-1.412T5%204h15q.425%200%20.713.288T21%205t-.288.713T20%206H5v9h6q.425%200%20.713.288T12%2016t-.288.713T11%2017zm15%201v-8h-4v8zm-4.5%202q-.625%200-1.062-.437T14%2018.5v-9q0-.625.438-1.062T15.5%208h5q.625%200%201.063.438T22%209.5v9q0%20.625-.437%201.063T20.5%2020zm2.5-7.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%2012.5m0%201.5%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%22M11%2020H3q-.425%200-.712-.288T2%2019t.288-.712T3%2018h8q.425%200%20.713.288T12%2019t-.288.713T11%2020m-6-3q-.825%200-1.412-.587T3%2015V6q0-.825.588-1.412T5%204h15q.425%200%20.713.288T21%205t-.288.713T20%206H5v9h6q.425%200%20.713.288T12%2016t-.288.713T11%2017zm15%201v-8h-4v8zm-4.5%202q-.625%200-1.062-.437T14%2018.5v-9q0-.625.438-1.062T15.5%208h5q.625%200%201.063.438T22%209.5v9q0%20.625-.437%201.063T20.5%2020zm2.5-7.5q.325%200%20.538-.225t.212-.525q0-.325-.213-.537T18%2011q-.3%200-.525.213t-.225.537q0%20.3.225.525T18%2012.5m0%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/devices-outline-rounded.svg?color=%231a73e8&size=48