devices icon
devices-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.
- Name
- devices-filled
- Set
- Reicon
- Style
- Filled
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All devices icons →devicesAkar IconsdevicesBoxIcons v2devicesBoxIcons v2 SoliddevicesCarbondevicesIconParkdevicesIconPark OutlinedevicesIconPark SoliddevicesIconPark TwoTonedevicesMaterial SymbolsdevicesMaterial Symbols LightdevicesMaterial Design Iconsdevices-16OcticonsdevicesPhosphordevicesPixelarticonsdevices-boldSolardevicesTabler Icons
More devices icons from Reicon
Use the devices icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 14.5c0-1.405 0-2.107.337-2.611a2 2 0 0 1 .552-.552C3.393 11 4.096 11 5.5 11s2.107 0 2.611.337a2 2 0 0 1 .552.552C9 12.393 9 13.096 9 14.5v4c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C7.607 22 6.904 22 5.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C2 20.607 2 19.904 2 18.5z"/><path fill-rule="evenodd" d="M22 10v4c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22c-1.7 0-3.015 0-4.056-.107c.335-.525.454-1.082.506-1.598c.05-.491.05-1.084.05-1.729v-4.132c0-.645 0-1.238-.05-1.729c-.054-.533-.18-1.11-.54-1.65a3.5 3.5 0 0 0-.966-.965c-.54-.36-1.116-.486-1.65-.54A14 14 0 0 0 6 9.5c.002-3.44.053-5.21 1.172-6.328C8.343 2 10.229 2 14 2s5.657 0 6.828 1.172S22 6.229 22 10m-10.75 9a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDevicesFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 14.5c0-1.405 0-2.107.337-2.611a2 2 0 0 1 .552-.552C3.393 11 4.096 11 5.5 11s2.107 0 2.611.337a2 2 0 0 1 .552.552C9 12.393 9 13.096 9 14.5v4c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C7.607 22 6.904 22 5.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C2 20.607 2 19.904 2 18.5z"/><path fillRule="evenodd" d="M22 10v4c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22c-1.7 0-3.015 0-4.056-.107c.335-.525.454-1.082.506-1.598c.05-.491.05-1.084.05-1.729v-4.132c0-.645 0-1.238-.05-1.729c-.054-.533-.18-1.11-.54-1.65a3.5 3.5 0 0 0-.966-.965c-.54-.36-1.116-.486-1.65-.54A14 14 0 0 0 6 9.5c.002-3.44.053-5.21 1.172-6.328C8.343 2 10.229 2 14 2s5.657 0 6.828 1.172S22 6.229 22 10m-10.75 9a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2 14.5c0-1.405 0-2.107.337-2.611a2 2 0 0 1 .552-.552C3.393 11 4.096 11 5.5 11s2.107 0 2.611.337a2 2 0 0 1 .552.552C9 12.393 9 13.096 9 14.5v4c0 1.404 0 2.107-.337 2.611a2 2 0 0 1-.552.552C7.607 22 6.904 22 5.5 22s-2.107 0-2.611-.337a2 2 0 0 1-.552-.552C2 20.607 2 19.904 2 18.5z"/><path fill-rule="evenodd" d="M22 10v4c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22c-1.7 0-3.015 0-4.056-.107c.335-.525.454-1.082.506-1.598c.05-.491.05-1.084.05-1.729v-4.132c0-.645 0-1.238-.05-1.729c-.054-.533-.18-1.11-.54-1.65a3.5 3.5 0 0 0-.966-.965c-.54-.36-1.116-.486-1.65-.54A14 14 0 0 0 6 9.5c.002-3.44.053-5.21 1.172-6.328C8.343 2 10.229 2 14 2s5.657 0 6.828 1.172S22 6.229 22 10m-10.75 9a.75.75 0 0 1 .75-.75h5a.75.75 0 0 1 0 1.5h-5a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-devices-filled {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%2014.5c0-1.405%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C3.393%2011%204.096%2011%205.5%2011s2.107%200%202.611.337a2%202%200%200%201%20.552.552C9%2012.393%209%2013.096%209%2014.5v4c0%201.404%200%202.107-.337%202.611a2%202%200%200%201-.552.552C7.607%2022%206.904%2022%205.5%2022s-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C2%2020.607%202%2019.904%202%2018.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2010v4c0%203.771%200%205.657-1.172%206.828S17.771%2022%2014%2022c-1.7%200-3.015%200-4.056-.107c.335-.525.454-1.082.506-1.598c.05-.491.05-1.084.05-1.729v-4.132c0-.645%200-1.238-.05-1.729c-.054-.533-.18-1.11-.54-1.65a3.5%203.5%200%200%200-.966-.965c-.54-.36-1.116-.486-1.65-.54A14%2014%200%200%200%206%209.5c.002-3.44.053-5.21%201.172-6.328C8.343%202%2010.229%202%2014%202s5.657%200%206.828%201.172S22%206.229%2022%2010m-10.75%209a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2%2014.5c0-1.405%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C3.393%2011%204.096%2011%205.5%2011s2.107%200%202.611.337a2%202%200%200%201%20.552.552C9%2012.393%209%2013.096%209%2014.5v4c0%201.404%200%202.107-.337%202.611a2%202%200%200%201-.552.552C7.607%2022%206.904%2022%205.5%2022s-2.107%200-2.611-.337a2%202%200%200%201-.552-.552C2%2020.607%202%2019.904%202%2018.5z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2010v4c0%203.771%200%205.657-1.172%206.828S17.771%2022%2014%2022c-1.7%200-3.015%200-4.056-.107c.335-.525.454-1.082.506-1.598c.05-.491.05-1.084.05-1.729v-4.132c0-.645%200-1.238-.05-1.729c-.054-.533-.18-1.11-.54-1.65a3.5%203.5%200%200%200-.966-.965c-.54-.36-1.116-.486-1.65-.54A14%2014%200%200%200%206%209.5c.002-3.44.053-5.21%201.172-6.328C8.343%202%2010.229%202%2014%202s5.657%200%206.828%201.172S22%206.229%2022%2010m-10.75%209a.75.75%200%200%201%20.75-.75h5a.75.75%200%200%201%200%201.5h-5a.75.75%200%200%201-.75-.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/devices-filled.svg?color=%231a73e8&size=48