wrist icon
wrist-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- wrist-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the wrist icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.1 17H2q-.425 0-.712-.288T1 16V8q0-.425.288-.712T2 7h3.6l1.1-1.125q.425-.425.975-.65T8.825 5H19q.425 0 .713.288T20 6t-.288.713T19 7h-5v1.5h7q.425 0 .713.288T22 9.5t-.288.713T21 10.5h-7V12h8q.425 0 .713.288T23 13t-.288.713T22 14h-8v1.5h6q.425 0 .713.288T21 16.5t-.288.713T20 17.5h-7.875l.15.3q.425.875.263 1.813t-.838 1.612q-.3.275-.7.275t-.675-.275z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWristRounded(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="M6.1 17H2q-.425 0-.712-.288T1 16V8q0-.425.288-.712T2 7h3.6l1.1-1.125q.425-.425.975-.65T8.825 5H19q.425 0 .713.288T20 6t-.288.713T19 7h-5v1.5h7q.425 0 .713.288T22 9.5t-.288.713T21 10.5h-7V12h8q.425 0 .713.288T23 13t-.288.713T22 14h-8v1.5h6q.425 0 .713.288T21 16.5t-.288.713T20 17.5h-7.875l.15.3q.425.875.263 1.813t-.838 1.612q-.3.275-.7.275t-.675-.275z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.1 17H2q-.425 0-.712-.288T1 16V8q0-.425.288-.712T2 7h3.6l1.1-1.125q.425-.425.975-.65T8.825 5H19q.425 0 .713.288T20 6t-.288.713T19 7h-5v1.5h7q.425 0 .713.288T22 9.5t-.288.713T21 10.5h-7V12h8q.425 0 .713.288T23 13t-.288.713T22 14h-8v1.5h6q.425 0 .713.288T21 16.5t-.288.713T20 17.5h-7.875l.15.3q.425.875.263 1.813t-.838 1.612q-.3.275-.7.275t-.675-.275z"/></svg> </template>
CSS
.icon-wrist-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%22M6.1%2017H2q-.425%200-.712-.288T1%2016V8q0-.425.288-.712T2%207h3.6l1.1-1.125q.425-.425.975-.65T8.825%205H19q.425%200%20.713.288T20%206t-.288.713T19%207h-5v1.5h7q.425%200%20.713.288T22%209.5t-.288.713T21%2010.5h-7V12h8q.425%200%20.713.288T23%2013t-.288.713T22%2014h-8v1.5h6q.425%200%20.713.288T21%2016.5t-.288.713T20%2017.5h-7.875l.15.3q.425.875.263%201.813t-.838%201.612q-.3.275-.7.275t-.675-.275z%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%22M6.1%2017H2q-.425%200-.712-.288T1%2016V8q0-.425.288-.712T2%207h3.6l1.1-1.125q.425-.425.975-.65T8.825%205H19q.425%200%20.713.288T20%206t-.288.713T19%207h-5v1.5h7q.425%200%20.713.288T22%209.5t-.288.713T21%2010.5h-7V12h8q.425%200%20.713.288T23%2013t-.288.713T22%2014h-8v1.5h6q.425%200%20.713.288T21%2016.5t-.288.713T20%2017.5h-7.875l.15.3q.425.875.263%201.813t-.838%201.612q-.3.275-.7.275t-.675-.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wrist-rounded.svg?color=%231a73e8&size=48