wrist icon
wrist-outline from Material Symbols by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- wrist-outline
- Set
- Material Symbols
- Style
- Outline
- 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="M11 21.9L6.1 17H1v-2h5.9l3.45 3.425L8.875 15.5H20q.425 0 .713.288T21 16.5t-.288.713T20 17.5h-7.875l.15.3q.425.875.263 1.813t-.838 1.612zM1 9V7h4.6l1.1-1.125q.425-.425.975-.65T8.825 5H19q.425 0 .713.288T20 6t-.288.713T19 7H8.825q-.2 0-.375.088t-.325.212L6.4 9zm13 5v-2h8q.425 0 .713.288T23 13t-.288.713T22 14zm0-3.5v-2h7q.425 0 .713.288T22 9.5t-.288.713T21 10.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWristOutline(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="M11 21.9L6.1 17H1v-2h5.9l3.45 3.425L8.875 15.5H20q.425 0 .713.288T21 16.5t-.288.713T20 17.5h-7.875l.15.3q.425.875.263 1.813t-.838 1.612zM1 9V7h4.6l1.1-1.125q.425-.425.975-.65T8.825 5H19q.425 0 .713.288T20 6t-.288.713T19 7H8.825q-.2 0-.375.088t-.325.212L6.4 9zm13 5v-2h8q.425 0 .713.288T23 13t-.288.713T22 14zm0-3.5v-2h7q.425 0 .713.288T22 9.5t-.288.713T21 10.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 21.9L6.1 17H1v-2h5.9l3.45 3.425L8.875 15.5H20q.425 0 .713.288T21 16.5t-.288.713T20 17.5h-7.875l.15.3q.425.875.263 1.813t-.838 1.612zM1 9V7h4.6l1.1-1.125q.425-.425.975-.65T8.825 5H19q.425 0 .713.288T20 6t-.288.713T19 7H8.825q-.2 0-.375.088t-.325.212L6.4 9zm13 5v-2h8q.425 0 .713.288T23 13t-.288.713T22 14zm0-3.5v-2h7q.425 0 .713.288T22 9.5t-.288.713T21 10.5z"/></svg> </template>
CSS
.icon-wrist-outline {
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%22M11%2021.9L6.1%2017H1v-2h5.9l3.45%203.425L8.875%2015.5H20q.425%200%20.713.288T21%2016.5t-.288.713T20%2017.5h-7.875l.15.3q.425.875.263%201.813t-.838%201.612zM1%209V7h4.6l1.1-1.125q.425-.425.975-.65T8.825%205H19q.425%200%20.713.288T20%206t-.288.713T19%207H8.825q-.2%200-.375.088t-.325.212L6.4%209zm13%205v-2h8q.425%200%20.713.288T23%2013t-.288.713T22%2014zm0-3.5v-2h7q.425%200%20.713.288T22%209.5t-.288.713T21%2010.5z%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%22M11%2021.9L6.1%2017H1v-2h5.9l3.45%203.425L8.875%2015.5H20q.425%200%20.713.288T21%2016.5t-.288.713T20%2017.5h-7.875l.15.3q.425.875.263%201.813t-.838%201.612zM1%209V7h4.6l1.1-1.125q.425-.425.975-.65T8.825%205H19q.425%200%20.713.288T20%206t-.288.713T19%207H8.825q-.2%200-.375.088t-.325.212L6.4%209zm13%205v-2h8q.425%200%20.713.288T23%2013t-.288.713T22%2014zm0-3.5v-2h7q.425%200%20.713.288T22%209.5t-.288.713T21%2010.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wrist-outline.svg?color=%231a73e8&size=48