hands asl interpreting icon
hands-asl-interpreting from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- hands-asl-interpreting
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the hands asl interpreting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7v9.3c0 70.7 57.3 128 128 128h80v-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5l-100.8 27.5l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1L133.6 92.3zm326.8 419.4c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2v-9.3c0-70.7-57.3-128-128-128h-80v.3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5L445 387.5l-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9l-23 46z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHandsAslInterpreting(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7v9.3c0 70.7 57.3 128 128 128h80v-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5l-100.8 27.5l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1L133.6 92.3zm326.8 419.4c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2v-9.3c0-70.7-57.3-128-128-128h-80v.3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5L445 387.5l-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9l-23 46z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M156.6 46.3c7.9-15.8 1.5-35-14.3-42.9s-35-1.5-42.9 14.3L13.5 189.4C4.6 207.2 0 226.8 0 246.7v9.3c0 70.7 57.3 128 128 128h80v-.3c35.2-2.7 65.4-22.8 82.1-51.7c8.8-15.3 3.6-34.9-11.7-43.7s-34.9-3.6-43.7 11.7c-7 12-19.9 20-34.7 20c-22.1 0-40-17.9-40-40s17.9-40 40-40c14.8 0 27.7 8 34.7 20c8.8 15.3 28.4 20.5 43.7 11.7s20.5-28.4 11.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6 27.1-22.2 22.5-39.3s-22.2-27.1-39.3-22.5l-100.8 27.5l81.6-68c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1L133.6 92.3zm326.8 419.4c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l85.9-171.7c8.9-17.8 13.5-37.4 13.5-57.2v-9.3c0-70.7-57.3-128-128-128h-80v.3c-35.2 2.7-65.4 22.8-82.1 51.7c-8.9 15.3-3.6 34.9 11.7 43.7s34.9 3.6 43.7-11.7c7-12 19.9-20 34.7-20c22.1 0 40 17.9 40 40s-17.9 40-40 40c-14.8 0-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5 28.4-11.7 43.7c12.8 22.1 33.6 39.1 58.4 47.1l-80.8 22c-17.1 4.7-27.1 22.2-22.5 39.3s22.2 27.1 39.3 22.5L445 387.5l-81.6 68c-13.6 11.3-15.4 31.5-4.1 45.1s31.5 15.4 45.1 4.1l101.9-84.9l-23 46z"/></svg> </template>
CSS
.icon-hands-asl-interpreting {
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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M156.6%2046.3c7.9-15.8%201.5-35-14.3-42.9s-35-1.5-42.9%2014.3L13.5%20189.4C4.6%20207.2%200%20226.8%200%20246.7v9.3c0%2070.7%2057.3%20128%20128%20128h80v-.3c35.2-2.7%2065.4-22.8%2082.1-51.7c8.8-15.3%203.6-34.9-11.7-43.7s-34.9-3.6-43.7%2011.7c-7%2012-19.9%2020-34.7%2020c-22.1%200-40-17.9-40-40s17.9-40%2040-40c14.8%200%2027.7%208%2034.7%2020c8.8%2015.3%2028.4%2020.5%2043.7%2011.7s20.5-28.4%2011.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6%2027.1-22.2%2022.5-39.3s-22.2-27.1-39.3-22.5l-100.8%2027.5l81.6-68c13.6-11.3%2015.4-31.5%204.1-45.1s-31.5-15.4-45.1-4.1L133.6%2092.3zm326.8%20419.4c-7.9%2015.8-1.5%2035%2014.3%2042.9s35%201.5%2042.9-14.3l85.9-171.7c8.9-17.8%2013.5-37.4%2013.5-57.2v-9.3c0-70.7-57.3-128-128-128h-80v.3c-35.2%202.7-65.4%2022.8-82.1%2051.7c-8.9%2015.3-3.6%2034.9%2011.7%2043.7s34.9%203.6%2043.7-11.7c7-12%2019.9-20%2034.7-20c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040c-14.8%200-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5%2028.4-11.7%2043.7c12.8%2022.1%2033.6%2039.1%2058.4%2047.1l-80.8%2022c-17.1%204.7-27.1%2022.2-22.5%2039.3s22.2%2027.1%2039.3%2022.5L445%20387.5l-81.6%2068c-13.6%2011.3-15.4%2031.5-4.1%2045.1s31.5%2015.4%2045.1%204.1l101.9-84.9l-23%2046z%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M156.6%2046.3c7.9-15.8%201.5-35-14.3-42.9s-35-1.5-42.9%2014.3L13.5%20189.4C4.6%20207.2%200%20226.8%200%20246.7v9.3c0%2070.7%2057.3%20128%20128%20128h80v-.3c35.2-2.7%2065.4-22.8%2082.1-51.7c8.8-15.3%203.6-34.9-11.7-43.7s-34.9-3.6-43.7%2011.7c-7%2012-19.9%2020-34.7%2020c-22.1%200-40-17.9-40-40s17.9-40%2040-40c14.8%200%2027.7%208%2034.7%2020c8.8%2015.3%2028.4%2020.5%2043.7%2011.7s20.5-28.4%2011.7-43.7c-12.8-22.1-33.6-39.1-58.4-47.1l80.8-22c17-4.6%2027.1-22.2%2022.5-39.3s-22.2-27.1-39.3-22.5l-100.8%2027.5l81.6-68c13.6-11.3%2015.4-31.5%204.1-45.1s-31.5-15.4-45.1-4.1L133.6%2092.3zm326.8%20419.4c-7.9%2015.8-1.5%2035%2014.3%2042.9s35%201.5%2042.9-14.3l85.9-171.7c8.9-17.8%2013.5-37.4%2013.5-57.2v-9.3c0-70.7-57.3-128-128-128h-80v.3c-35.2%202.7-65.4%2022.8-82.1%2051.7c-8.9%2015.3-3.6%2034.9%2011.7%2043.7s34.9%203.6%2043.7-11.7c7-12%2019.9-20%2034.7-20c22.1%200%2040%2017.9%2040%2040s-17.9%2040-40%2040c-14.8%200-27.7-8-34.7-20c-8.9-15.3-28.4-20.5-43.7-11.7s-20.5%2028.4-11.7%2043.7c12.8%2022.1%2033.6%2039.1%2058.4%2047.1l-80.8%2022c-17.1%204.7-27.1%2022.2-22.5%2039.3s22.2%2027.1%2039.3%2022.5L445%20387.5l-81.6%2068c-13.6%2011.3-15.4%2031.5-4.1%2045.1s31.5%2015.4%2045.1%204.1l101.9-84.9l-23%2046z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hands-asl-interpreting.svg?color=%231a73e8&size=48