hand left chat icon
hand-left-chat-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- hand-left-chat-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the hand left chat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4.26v7.991a.75.75 0 0 1-1.5 0V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75 0 0 1-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144 1.501a1 1 0 0 1 .117.102l2.535 2.704a12.8 12.8 0 0 1 2.128 3.07l.377.762a1.75 1.75 0 0 0 1.194.934l-.422 1.442a3.25 3.25 0 0 1-2.117-1.71l-.377-.764a11.3 11.3 0 0 0-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75 0 0 1-.32-.614c0-1.24.639-2.102 1.518-2.579c.839-.454 1.87-.552 2.772-.413c.735.113 1.272.277 1.71.497V5.796c0-1.172.954-2.304 2.258-2.296c.297.002.572.059.822.158A2.21 2.21 0 0 1 14.749 2c1.1 0 1.912.742 2.167 1.658a2.2 2.2 0 0 1 .837-.158C19.113 3.5 20 4.644 20 5.796v.329c.23-.08.482-.125.75-.125C22.09 6 23 7.103 23 8.27v5.156a7.5 7.5 0 0 0-1.5-.36V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.8.8 0 0 1-.05.269a7.5 7.5 0 0 0-1.281.205a.75.75 0 0 1-.169-.474V5.796c0-.446-.332-.796-.747-.796c-.421 0-.753.35-.753.796v6.455a.75.75 0 1 1-1.5 0V4.272c0-.427-.32-.771-.752-.772c-.44 0-.748.332-.748.76M20.5 27a6.5 6.5 0 1 0-5.689-3.354l-.794 2.713a.5.5 0 0 0 .62.62l2.716-.79a6.5 6.5 0 0 0 3.148.811m-3-7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1-.5-.5M18 22a.5.5 0 0 1 0-1h2.5a.5.5 0 1 1 0 1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandLeftChat28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4.26v7.991a.75.75 0 0 1-1.5 0V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75 0 0 1-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144 1.501a1 1 0 0 1 .117.102l2.535 2.704a12.8 12.8 0 0 1 2.128 3.07l.377.762a1.75 1.75 0 0 0 1.194.934l-.422 1.442a3.25 3.25 0 0 1-2.117-1.71l-.377-.764a11.3 11.3 0 0 0-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75 0 0 1-.32-.614c0-1.24.639-2.102 1.518-2.579c.839-.454 1.87-.552 2.772-.413c.735.113 1.272.277 1.71.497V5.796c0-1.172.954-2.304 2.258-2.296c.297.002.572.059.822.158A2.21 2.21 0 0 1 14.749 2c1.1 0 1.912.742 2.167 1.658a2.2 2.2 0 0 1 .837-.158C19.113 3.5 20 4.644 20 5.796v.329c.23-.08.482-.125.75-.125C22.09 6 23 7.103 23 8.27v5.156a7.5 7.5 0 0 0-1.5-.36V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.8.8 0 0 1-.05.269a7.5 7.5 0 0 0-1.281.205a.75.75 0 0 1-.169-.474V5.796c0-.446-.332-.796-.747-.796c-.421 0-.753.35-.753.796v6.455a.75.75 0 1 1-1.5 0V4.272c0-.427-.32-.771-.752-.772c-.44 0-.748.332-.748.76M20.5 27a6.5 6.5 0 1 0-5.689-3.354l-.794 2.713a.5.5 0 0 0 .62.62l2.716-.79a6.5 6.5 0 0 0 3.148.811m-3-7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1-.5-.5M18 22a.5.5 0 0 1 0-1h2.5a.5.5 0 1 1 0 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4.26v7.991a.75.75 0 0 1-1.5 0V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75 0 0 1-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144 1.501a1 1 0 0 1 .117.102l2.535 2.704a12.8 12.8 0 0 1 2.128 3.07l.377.762a1.75 1.75 0 0 0 1.194.934l-.422 1.442a3.25 3.25 0 0 1-2.117-1.71l-.377-.764a11.3 11.3 0 0 0-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75 0 0 1-.32-.614c0-1.24.639-2.102 1.518-2.579c.839-.454 1.87-.552 2.772-.413c.735.113 1.272.277 1.71.497V5.796c0-1.172.954-2.304 2.258-2.296c.297.002.572.059.822.158A2.21 2.21 0 0 1 14.749 2c1.1 0 1.912.742 2.167 1.658a2.2 2.2 0 0 1 .837-.158C19.113 3.5 20 4.644 20 5.796v.329c.23-.08.482-.125.75-.125C22.09 6 23 7.103 23 8.27v5.156a7.5 7.5 0 0 0-1.5-.36V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.8.8 0 0 1-.05.269a7.5 7.5 0 0 0-1.281.205a.75.75 0 0 1-.169-.474V5.796c0-.446-.332-.796-.747-.796c-.421 0-.753.35-.753.796v6.455a.75.75 0 1 1-1.5 0V4.272c0-.427-.32-.771-.752-.772c-.44 0-.748.332-.748.76M20.5 27a6.5 6.5 0 1 0-5.689-3.354l-.794 2.713a.5.5 0 0 0 .62.62l2.716-.79a6.5 6.5 0 0 0 3.148.811m-3-7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1-.5-.5M18 22a.5.5 0 0 1 0-1h2.5a.5.5 0 1 1 0 1z"/></svg> </template>
CSS
.icon-hand-left-chat-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204.26v7.991a.75.75%200%200%201-1.5%200V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75%200%200%201-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144%201.501a1%201%200%200%201%20.117.102l2.535%202.704a12.8%2012.8%200%200%201%202.128%203.07l.377.762a1.75%201.75%200%200%200%201.194.934l-.422%201.442a3.25%203.25%200%200%201-2.117-1.71l-.377-.764a11.3%2011.3%200%200%200-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75%200%200%201-.32-.614c0-1.24.639-2.102%201.518-2.579c.839-.454%201.87-.552%202.772-.413c.735.113%201.272.277%201.71.497V5.796c0-1.172.954-2.304%202.258-2.296c.297.002.572.059.822.158A2.21%202.21%200%200%201%2014.749%202c1.1%200%201.912.742%202.167%201.658a2.2%202.2%200%200%201%20.837-.158C19.113%203.5%2020%204.644%2020%205.796v.329c.23-.08.482-.125.75-.125C22.09%206%2023%207.103%2023%208.27v5.156a7.5%207.5%200%200%200-1.5-.36V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.8.8%200%200%201-.05.269a7.5%207.5%200%200%200-1.281.205a.75.75%200%200%201-.169-.474V5.796c0-.446-.332-.796-.747-.796c-.421%200-.753.35-.753.796v6.455a.75.75%200%201%201-1.5%200V4.272c0-.427-.32-.771-.752-.772c-.44%200-.748.332-.748.76M20.5%2027a6.5%206.5%200%201%200-5.689-3.354l-.794%202.713a.5.5%200%200%200%20.62.62l2.716-.79a6.5%206.5%200%200%200%203.148.811m-3-7.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%201%201%200%201h-5a.5.5%200%200%201-.5-.5M18%2022a.5.5%200%200%201%200-1h2.5a.5.5%200%201%201%200%201z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204.26v7.991a.75.75%200%200%201-1.5%200V5.763c0-.4-.324-.76-.75-.763c-.384-.002-.75.363-.75.796v8.955a.75.75%200%200%201-1.246.563l-.186-.166c-.24-.214-.398-.357-.629-.49c-.266-.153-.656-.305-1.377-.415c-.663-.102-1.346-.013-1.829.25c-.35.189-.606.468-.697.893l2.144%201.501a1%201%200%200%201%20.117.102l2.535%202.704a12.8%2012.8%200%200%201%202.128%203.07l.377.762a1.75%201.75%200%200%200%201.194.934l-.422%201.442a3.25%203.25%200%200%201-2.117-1.71l-.377-.764a11.3%2011.3%200%200%200-1.877-2.708l-2.482-2.647l-2.436-1.706a.75.75%200%200%201-.32-.614c0-1.24.639-2.102%201.518-2.579c.839-.454%201.87-.552%202.772-.413c.735.113%201.272.277%201.71.497V5.796c0-1.172.954-2.304%202.258-2.296c.297.002.572.059.822.158A2.21%202.21%200%200%201%2014.749%202c1.1%200%201.912.742%202.167%201.658a2.2%202.2%200%200%201%20.837-.158C19.113%203.5%2020%204.644%2020%205.796v.329c.23-.08.482-.125.75-.125C22.09%206%2023%207.103%2023%208.27v5.156a7.5%207.5%200%200%200-1.5-.36V8.27c0-.424-.32-.77-.75-.77s-.75.342-.75.77v4.48a.8.8%200%200%201-.05.269a7.5%207.5%200%200%200-1.281.205a.75.75%200%200%201-.169-.474V5.796c0-.446-.332-.796-.747-.796c-.421%200-.753.35-.753.796v6.455a.75.75%200%201%201-1.5%200V4.272c0-.427-.32-.771-.752-.772c-.44%200-.748.332-.748.76M20.5%2027a6.5%206.5%200%201%200-5.689-3.354l-.794%202.713a.5.5%200%200%200%20.62.62l2.716-.79a6.5%206.5%200%200%200%203.148.811m-3-7.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%201%201%200%201h-5a.5.5%200%200%201-.5-.5M18%2022a.5.5%200%200%201%200-1h2.5a.5.5%200%201%201%200%201z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hand-left-chat-28-regular.svg?color=%231a73e8&size=48