hand left chat icon
hand-left-chat-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- hand-left-chat-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M6.5 1.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 .364.481A5.5 5.5 0 0 0 6 11.5c0 .81.175 1.58.49 2.273l-.351 1.155A2.66 2.66 0 0 1 4.48 13.66a36 36 0 0 0-2.233-3.38a41 41 0 0 0-1.112-1.435l-.015-.02l-.004-.004h-.001a.5.5 0 0 1 .03-.675c.351-.35.766-.493 1.187-.482c.4.01.778.159 1.096.336c.202.111.394.243.57.379V2.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1.001 0zm4 4.34a5.5 5.5 0 0 0-1.511.515A.5.5 0 0 0 9 6.5V2.75a.75.75 0 0 1 1.5 0zm2.5.117A5.5 5.5 0 0 0 11.5 6V4.75a.75.75 0 0 1 1.5-.002zm3 5.293a4.5 4.5 0 0 1-6.682 3.937l-1.789.544a.41.41 0 0 1-.51-.51l.545-1.789A4.5 4.5 0 1 1 16 11.5M9.5 10a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM9 12.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandLeftChat16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.5 1.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 .364.481A5.5 5.5 0 0 0 6 11.5c0 .81.175 1.58.49 2.273l-.351 1.155A2.66 2.66 0 0 1 4.48 13.66a36 36 0 0 0-2.233-3.38a41 41 0 0 0-1.112-1.435l-.015-.02l-.004-.004h-.001a.5.5 0 0 1 .03-.675c.351-.35.766-.493 1.187-.482c.4.01.778.159 1.096.336c.202.111.394.243.57.379V2.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1.001 0zm4 4.34a5.5 5.5 0 0 0-1.511.515A.5.5 0 0 0 9 6.5V2.75a.75.75 0 0 1 1.5 0zm2.5.117A5.5 5.5 0 0 0 11.5 6V4.75a.75.75 0 0 1 1.5-.002zm3 5.293a4.5 4.5 0 0 1-6.682 3.937l-1.789.544a.41.41 0 0 1-.51-.51l.545-1.789A4.5 4.5 0 1 1 16 11.5M9.5 10a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM9 12.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.5 1.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 .364.481A5.5 5.5 0 0 0 6 11.5c0 .81.175 1.58.49 2.273l-.351 1.155A2.66 2.66 0 0 1 4.48 13.66a36 36 0 0 0-2.233-3.38a41 41 0 0 0-1.112-1.435l-.015-.02l-.004-.004h-.001a.5.5 0 0 1 .03-.675c.351-.35.766-.493 1.187-.482c.4.01.778.159 1.096.336c.202.111.394.243.57.379V2.75a.75.75 0 0 1 1.5 0V6.5a.5.5 0 0 0 1.001 0zm4 4.34a5.5 5.5 0 0 0-1.511.515A.5.5 0 0 0 9 6.5V2.75a.75.75 0 0 1 1.5 0zm2.5.117A5.5 5.5 0 0 0 11.5 6V4.75a.75.75 0 0 1 1.5-.002zm3 5.293a4.5 4.5 0 0 1-6.682 3.937l-1.789.544a.41.41 0 0 1-.51-.51l.545-1.789A4.5 4.5 0 1 1 16 11.5M9.5 10a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zM9 12.5a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 0-1h-2a.5.5 0 0 0-.5.5"/></svg> </template>
CSS
.icon-hand-left-chat-16-filled {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%201.75a.75.75%200%200%201%201.5%200V6.5a.5.5%200%200%200%20.364.481A5.5%205.5%200%200%200%206%2011.5c0%20.81.175%201.58.49%202.273l-.351%201.155A2.66%202.66%200%200%201%204.48%2013.66a36%2036%200%200%200-2.233-3.38a41%2041%200%200%200-1.112-1.435l-.015-.02l-.004-.004h-.001a.5.5%200%200%201%20.03-.675c.351-.35.766-.493%201.187-.482c.4.01.778.159%201.096.336c.202.111.394.243.57.379V2.75a.75.75%200%200%201%201.5%200V6.5a.5.5%200%200%200%201.001%200zm4%204.34a5.5%205.5%200%200%200-1.511.515A.5.5%200%200%200%209%206.5V2.75a.75.75%200%200%201%201.5%200zm2.5.117A5.5%205.5%200%200%200%2011.5%206V4.75a.75.75%200%200%201%201.5-.002zm3%205.293a4.5%204.5%200%200%201-6.682%203.937l-1.789.544a.41.41%200%200%201-.51-.51l.545-1.789A4.5%204.5%200%201%201%2016%2011.5M9.5%2010a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zM9%2012.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1h-2a.5.5%200%200%200-.5.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%201.75a.75.75%200%200%201%201.5%200V6.5a.5.5%200%200%200%20.364.481A5.5%205.5%200%200%200%206%2011.5c0%20.81.175%201.58.49%202.273l-.351%201.155A2.66%202.66%200%200%201%204.48%2013.66a36%2036%200%200%200-2.233-3.38a41%2041%200%200%200-1.112-1.435l-.015-.02l-.004-.004h-.001a.5.5%200%200%201%20.03-.675c.351-.35.766-.493%201.187-.482c.4.01.778.159%201.096.336c.202.111.394.243.57.379V2.75a.75.75%200%200%201%201.5%200V6.5a.5.5%200%200%200%201.001%200zm4%204.34a5.5%205.5%200%200%200-1.511.515A.5.5%200%200%200%209%206.5V2.75a.75.75%200%200%201%201.5%200zm2.5.117A5.5%205.5%200%200%200%2011.5%206V4.75a.75.75%200%200%201%201.5-.002zm3%205.293a4.5%204.5%200%200%201-6.682%203.937l-1.789.544a.41.41%200%200%201-.51-.51l.545-1.789A4.5%204.5%200%201%201%2016%2011.5M9.5%2010a.5.5%200%200%200%200%201h4a.5.5%200%200%200%200-1zM9%2012.5a.5.5%200%200%200%20.5.5h2a.5.5%200%200%200%200-1h-2a.5.5%200%200%200-.5.5%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-16-filled.svg?color=%231a73e8&size=48