devices wearables icon
devices-wearables from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- devices-wearables
- Set
- Material Symbols
- Style
- Regular
- Category
- Hardware
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
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 wearables icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 23q-.825 0-1.412-.587T5 21V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v6h-5.05l-.8 3.175q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187l.3 1.175zm8.5 0l-.575-2.3q-.9-.65-1.412-1.612T13 17t.513-2.087t1.412-1.613L15.5 11h4l.575 2.3q.9.65 1.413 1.613T22 17t-.513 2.088t-1.412 1.612L19.5 23zm3.775-4.225Q20 18.05 20 17t-.725-1.775T17.5 14.5t-1.775.725T15 17t.725 1.775t1.775.725t1.775-.725M12.713 5.713Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDevicesWearables(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="M7 23q-.825 0-1.412-.587T5 21V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v6h-5.05l-.8 3.175q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187l.3 1.175zm8.5 0l-.575-2.3q-.9-.65-1.412-1.612T13 17t.513-2.087t1.412-1.613L15.5 11h4l.575 2.3q.9.65 1.413 1.613T22 17t-.513 2.088t-1.412 1.612L19.5 23zm3.775-4.225Q20 18.05 20 17t-.725-1.775T17.5 14.5t-1.775.725T15 17t.725 1.775t1.775.725t1.775-.725M12.713 5.713Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 23q-.825 0-1.412-.587T5 21V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v6h-5.05l-.8 3.175q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187l.3 1.175zm8.5 0l-.575-2.3q-.9-.65-1.412-1.612T13 17t.513-2.087t1.412-1.613L15.5 11h4l.575 2.3q.9.65 1.413 1.613T22 17t-.513 2.088t-1.412 1.612L19.5 23zm3.775-4.225Q20 18.05 20 17t-.725-1.775T17.5 14.5t-1.775.725T15 17t.725 1.775t1.775.725t1.775-.725M12.713 5.713Q13 5.425 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288"/></svg> </template>
CSS
.icon-devices-wearables {
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%22M7%2023q-.825%200-1.412-.587T5%2021V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v6h-5.05l-.8%203.175q-1.025.925-1.588%202.175T11%2017t.55%202.638t1.6%202.187l.3%201.175zm8.5%200l-.575-2.3q-.9-.65-1.412-1.612T13%2017t.513-2.087t1.412-1.613L15.5%2011h4l.575%202.3q.9.65%201.413%201.613T22%2017t-.513%202.088t-1.412%201.612L19.5%2023zm3.775-4.225Q20%2018.05%2020%2017t-.725-1.775T17.5%2014.5t-1.775.725T15%2017t.725%201.775t1.775.725t1.775-.725M12.713%205.713Q13%205.425%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288%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%22M7%2023q-.825%200-1.412-.587T5%2021V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v6h-5.05l-.8%203.175q-1.025.925-1.588%202.175T11%2017t.55%202.638t1.6%202.187l.3%201.175zm8.5%200l-.575-2.3q-.9-.65-1.412-1.612T13%2017t.513-2.087t1.412-1.613L15.5%2011h4l.575%202.3q.9.65%201.413%201.613T22%2017t-.513%202.088t-1.412%201.612L19.5%2023zm3.775-4.225Q20%2018.05%2020%2017t-.725-1.775T17.5%2014.5t-1.775.725T15%2017t.725%201.775t1.775.725t1.775-.725M12.713%205.713Q13%205.425%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/devices-wearables.svg?color=%231a73e8&size=48