hand dots icon
hand-dots from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- hand-dots
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the hand dots icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v272c0 1.5 0 3.1.1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6l112.4 107c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v176c0 8.8-7.2 16-16 16s-16-7.2-16-16zm-48 304a16 16 0 1 1 32 0a16 16 0 1 1-32 0m80 16a16 16 0 1 1 0 32a16 16 0 1 1 0-32m48-16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-16 80a16 16 0 1 1 0 32a16 16 0 1 1 0-32m-112 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-48-48a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHandDots(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v272c0 1.5 0 3.1.1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6l112.4 107c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v176c0 8.8-7.2 16-16 16s-16-7.2-16-16zm-48 304a16 16 0 1 1 32 0a16 16 0 1 1-32 0m80 16a16 16 0 1 1 0 32a16 16 0 1 1 0-32m48-16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-16 80a16 16 0 1 1 0 32a16 16 0 1 1 0-32m-112 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-48-48a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v208c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v272c0 1.5 0 3.1.1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4s-14.6 41.3 1.4 56.6l112.4 107c43.1 41.1 100.4 64 160 64H304c97.2 0 176-78.8 176-176V128c0-17.7-14.3-32-32-32s-32 14.3-32 32v112c0 8.8-7.2 16-16 16s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v176c0 8.8-7.2 16-16 16s-16-7.2-16-16zm-48 304a16 16 0 1 1 32 0a16 16 0 1 1-32 0m80 16a16 16 0 1 1 0 32a16 16 0 1 1 0-32m48-16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-16 80a16 16 0 1 1 0 32a16 16 0 1 1 0-32m-112 16a16 16 0 1 1 32 0a16 16 0 1 1-32 0m-48-48a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></svg> </template>
CSS
.icon-hand-dots {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v208c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v272c0%201.5%200%203.1.1%204.6L67.6%20283c-16-15.2-41.3-14.6-56.6%201.4s-14.6%2041.3%201.4%2056.6l112.4%20107c43.1%2041.1%20100.4%2064%20160%2064H304c97.2%200%20176-78.8%20176-176V128c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v112c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v176c0%208.8-7.2%2016-16%2016s-16-7.2-16-16zm-48%20304a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m80%2016a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32m48-16a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m-16%2080a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32m-112%2016a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m-48-48a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v208c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v272c0%201.5%200%203.1.1%204.6L67.6%20283c-16-15.2-41.3-14.6-56.6%201.4s-14.6%2041.3%201.4%2056.6l112.4%20107c43.1%2041.1%20100.4%2064%20160%2064H304c97.2%200%20176-78.8%20176-176V128c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v112c0%208.8-7.2%2016-16%2016s-16-7.2-16-16V64c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v176c0%208.8-7.2%2016-16%2016s-16-7.2-16-16zm-48%20304a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m80%2016a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32m48-16a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m-16%2080a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32m-112%2016a16%2016%200%201%201%2032%200a16%2016%200%201%201-32%200m-48-48a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hand-dots.svg?color=%231a73e8&size=48