devices wearables icon
devices-wearables-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- devices-wearables-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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 3v5q0 .425-.288.713T18 9h-2.5q-.7 0-1.237.425t-.713 1.1l-.4 1.65q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187q.075.275.15.588t.15.587zm5.713-17.287Q13 5.424 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M16.275 23q-.35 0-.625-.2t-.35-.55l-.375-1.55q-.9-.65-1.412-1.612T13 17t.513-2.087t1.412-1.613l.375-1.55q.075-.35.35-.55t.625-.2h2.45q.35 0 .625.2t.35.55l.375 1.55q.9.65 1.413 1.613T22 17t-.513 2.088t-1.412 1.612l-.375 1.55q-.075.35-.35.55t-.625.2zm3-4.225Q20 18.05 20 17t-.725-1.775T17.5 14.5t-1.775.725T15 17t.725 1.775t1.775.725t1.775-.725"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDevicesWearablesRounded(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 3v5q0 .425-.288.713T18 9h-2.5q-.7 0-1.237.425t-.713 1.1l-.4 1.65q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187q.075.275.15.588t.15.587zm5.713-17.287Q13 5.424 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M16.275 23q-.35 0-.625-.2t-.35-.55l-.375-1.55q-.9-.65-1.412-1.612T13 17t.513-2.087t1.412-1.613l.375-1.55q.075-.35.35-.55t.625-.2h2.45q.35 0 .625.2t.35.55l.375 1.55q.9.65 1.413 1.613T22 17t-.513 2.088t-1.412 1.612l-.375 1.55q-.075.35-.35.55t-.625.2zm3-4.225Q20 18.05 20 17t-.725-1.775T17.5 14.5t-1.775.725T15 17t.725 1.775t1.775.725t1.775-.725"/></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 3v5q0 .425-.288.713T18 9h-2.5q-.7 0-1.237.425t-.713 1.1l-.4 1.65q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187q.075.275.15.588t.15.587zm5.713-17.287Q13 5.424 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M16.275 23q-.35 0-.625-.2t-.35-.55l-.375-1.55q-.9-.65-1.412-1.612T13 17t.513-2.087t1.412-1.613l.375-1.55q.075-.35.35-.55t.625-.2h2.45q.35 0 .625.2t.35.55l.375 1.55q.9.65 1.413 1.613T22 17t-.513 2.088t-1.412 1.612l-.375 1.55q-.075.35-.35.55t-.625.2zm3-4.225Q20 18.05 20 17t-.725-1.775T17.5 14.5t-1.775.725T15 17t.725 1.775t1.775.725t1.775-.725"/></svg> </template>
CSS
.icon-devices-wearables-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%22M7%2023q-.825%200-1.412-.587T5%2021V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v5q0%20.425-.288.713T18%209h-2.5q-.7%200-1.237.425t-.713%201.1l-.4%201.65q-1.025.925-1.588%202.175T11%2017t.55%202.638t1.6%202.187q.075.275.15.588t.15.587zm5.713-17.287Q13%205.424%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288M16.275%2023q-.35%200-.625-.2t-.35-.55l-.375-1.55q-.9-.65-1.412-1.612T13%2017t.513-2.087t1.412-1.613l.375-1.55q.075-.35.35-.55t.625-.2h2.45q.35%200%20.625.2t.35.55l.375%201.55q.9.65%201.413%201.613T22%2017t-.513%202.088t-1.412%201.612l-.375%201.55q-.075.35-.35.55t-.625.2zm3-4.225Q20%2018.05%2020%2017t-.725-1.775T17.5%2014.5t-1.775.725T15%2017t.725%201.775t1.775.725t1.775-.725%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%203v5q0%20.425-.288.713T18%209h-2.5q-.7%200-1.237.425t-.713%201.1l-.4%201.65q-1.025.925-1.588%202.175T11%2017t.55%202.638t1.6%202.187q.075.275.15.588t.15.587zm5.713-17.287Q13%205.424%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288M16.275%2023q-.35%200-.625-.2t-.35-.55l-.375-1.55q-.9-.65-1.412-1.612T13%2017t.513-2.087t1.412-1.613l.375-1.55q.075-.35.35-.55t.625-.2h2.45q.35%200%20.625.2t.35.55l.375%201.55q.9.65%201.413%201.613T22%2017t-.513%202.088t-1.412%201.612l-.375%201.55q-.075.35-.35.55t-.625.2zm3-4.225Q20%2018.05%2020%2017t-.725-1.775T17.5%2014.5t-1.775.725T15%2017t.725%201.775t1.775.725t1.775-.725%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-rounded.svg?color=%231a73e8&size=48