devices wearables icon

devices-wearables-sharp from Material Symbols by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
devices-wearables-sharp
Set
Material Symbols
Style
Sharp
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

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="M5 23V1h14v8h-5.05l-.8 3.175q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187l.3 1.175zm7.713-17.287Q13 5.424 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M15.5 23l-.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-.725"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDevicesWearablesSharp(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="M5 23V1h14v8h-5.05l-.8 3.175q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187l.3 1.175zm7.713-17.287Q13 5.424 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M15.5 23l-.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-.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="M5 23V1h14v8h-5.05l-.8 3.175q-1.025.925-1.588 2.175T11 17t.55 2.638t1.6 2.187l.3 1.175zm7.713-17.287Q13 5.424 13 5t-.288-.712T12 4t-.712.288T11 5t.288.713T12 6t.713-.288M15.5 23l-.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-.725"/></svg>
</template>

CSS

.icon-devices-wearables-sharp {
  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%22M5%2023V1h14v8h-5.05l-.8%203.175q-1.025.925-1.588%202.175T11%2017t.55%202.638t1.6%202.187l.3%201.175zm7.713-17.287Q13%205.424%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288M15.5%2023l-.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-.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%22M5%2023V1h14v8h-5.05l-.8%203.175q-1.025.925-1.588%202.175T11%2017t.55%202.638t1.6%202.187l.3%201.175zm7.713-17.287Q13%205.424%2013%205t-.288-.712T12%204t-.712.288T11%205t.288.713T12%206t.713-.288M15.5%2023l-.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-.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-sharp.svg?color=%231a73e8&size=48