american sign language interpreting icon
american-sign-language-interpreting from Line Awesome by Icons8 · Line · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- american-sign-language-interpreting
- Set
- Line Awesome
- Style
- Line
- Category
- Communication
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- american-sign-language-interpreting-solid
The same icon in other sets
More communication icons from Line Awesome
Use the american sign language interpreting icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.219 7.375L6.813 10.25l-.157.188l-.031.25L6 13.405V9H4v7l-1 1v6l4.375-.969l2.25.907l.188.062h.812l.219-.156l2.687-1.594l.25-.188l.156-.28l1-2.407l-1.874-.75l-.876 2.094l-1.562.968C9.859 20.508 8 19.872 8 18c0-2.332 2-3 2-3h1.563l1.718 1.719l1.438-1.438l-2-2l-.313-.281h-1.844l.188-.281l2.531-1.563L12.22 9.47l-2.75 1.687l-.188.094l-1.125 1.688l.375-1.626l2.25-2.687zM21.375 9l-.219.156l-2.687 1.594l-.25.188l-.157.28l-1 2.407l1.875.75l.875-2.094l1.563-.969C22.141 11.492 24 12.13 24 14c0 2.332-2 3-2 3h-1.563l-1.718-1.719l-1.438 1.438l2 2l.313.281h1.843l-.187.281l-2.531 1.563l1.062 1.687l2.75-1.687l.188-.094l1.125-1.688l-.375 1.625l-2.25 2.688l1.562 1.25l2.407-2.875l.156-.188l.031-.25l.625-2.718V23h2v-7l1-1V9l-4.375.969l-2.25-.906L22.187 9z"/></svg>
React
import type { SVGProps } from "react";
export function LaAmericanSignLanguageInterpreting(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.219 7.375L6.813 10.25l-.157.188l-.031.25L6 13.405V9H4v7l-1 1v6l4.375-.969l2.25.907l.188.062h.812l.219-.156l2.687-1.594l.25-.188l.156-.28l1-2.407l-1.874-.75l-.876 2.094l-1.562.968C9.859 20.508 8 19.872 8 18c0-2.332 2-3 2-3h1.563l1.718 1.719l1.438-1.438l-2-2l-.313-.281h-1.844l.188-.281l2.531-1.563L12.22 9.47l-2.75 1.687l-.188.094l-1.125 1.688l.375-1.626l2.25-2.687zM21.375 9l-.219.156l-2.687 1.594l-.25.188l-.157.28l-1 2.407l1.875.75l.875-2.094l1.563-.969C22.141 11.492 24 12.13 24 14c0 2.332-2 3-2 3h-1.563l-1.718-1.719l-1.438 1.438l2 2l.313.281h1.843l-.187.281l-2.531 1.563l1.062 1.687l2.75-1.687l.188-.094l1.125-1.688l-.375 1.625l-2.25 2.688l1.562 1.25l2.407-2.875l.156-.188l.031-.25l.625-2.718V23h2v-7l1-1V9l-4.375.969l-2.25-.906L22.187 9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.219 7.375L6.813 10.25l-.157.188l-.031.25L6 13.405V9H4v7l-1 1v6l4.375-.969l2.25.907l.188.062h.812l.219-.156l2.687-1.594l.25-.188l.156-.28l1-2.407l-1.874-.75l-.876 2.094l-1.562.968C9.859 20.508 8 19.872 8 18c0-2.332 2-3 2-3h1.563l1.718 1.719l1.438-1.438l-2-2l-.313-.281h-1.844l.188-.281l2.531-1.563L12.22 9.47l-2.75 1.687l-.188.094l-1.125 1.688l.375-1.626l2.25-2.687zM21.375 9l-.219.156l-2.687 1.594l-.25.188l-.157.28l-1 2.407l1.875.75l.875-2.094l1.563-.969C22.141 11.492 24 12.13 24 14c0 2.332-2 3-2 3h-1.563l-1.718-1.719l-1.438 1.438l2 2l.313.281h1.843l-.187.281l-2.531 1.563l1.062 1.687l2.75-1.687l.188-.094l1.125-1.688l-.375 1.625l-2.25 2.688l1.562 1.25l2.407-2.875l.156-.188l.031-.25l.625-2.718V23h2v-7l1-1V9l-4.375.969l-2.25-.906L22.187 9z"/></svg> </template>
CSS
.icon-american-sign-language-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.219%207.375L6.813%2010.25l-.157.188l-.031.25L6%2013.405V9H4v7l-1%201v6l4.375-.969l2.25.907l.188.062h.812l.219-.156l2.687-1.594l.25-.188l.156-.28l1-2.407l-1.874-.75l-.876%202.094l-1.562.968C9.859%2020.508%208%2019.872%208%2018c0-2.332%202-3%202-3h1.563l1.718%201.719l1.438-1.438l-2-2l-.313-.281h-1.844l.188-.281l2.531-1.563L12.22%209.47l-2.75%201.687l-.188.094l-1.125%201.688l.375-1.626l2.25-2.687zM21.375%209l-.219.156l-2.687%201.594l-.25.188l-.157.28l-1%202.407l1.875.75l.875-2.094l1.563-.969C22.141%2011.492%2024%2012.13%2024%2014c0%202.332-2%203-2%203h-1.563l-1.718-1.719l-1.438%201.438l2%202l.313.281h1.843l-.187.281l-2.531%201.563l1.062%201.687l2.75-1.687l.188-.094l1.125-1.688l-.375%201.625l-2.25%202.688l1.562%201.25l2.407-2.875l.156-.188l.031-.25l.625-2.718V23h2v-7l1-1V9l-4.375.969l-2.25-.906L22.187%209z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.219%207.375L6.813%2010.25l-.157.188l-.031.25L6%2013.405V9H4v7l-1%201v6l4.375-.969l2.25.907l.188.062h.812l.219-.156l2.687-1.594l.25-.188l.156-.28l1-2.407l-1.874-.75l-.876%202.094l-1.562.968C9.859%2020.508%208%2019.872%208%2018c0-2.332%202-3%202-3h1.563l1.718%201.719l1.438-1.438l-2-2l-.313-.281h-1.844l.188-.281l2.531-1.563L12.22%209.47l-2.75%201.687l-.188.094l-1.125%201.688l.375-1.626l2.25-2.687zM21.375%209l-.219.156l-2.687%201.594l-.25.188l-.157.28l-1%202.407l1.875.75l.875-2.094l1.563-.969C22.141%2011.492%2024%2012.13%2024%2014c0%202.332-2%203-2%203h-1.563l-1.718-1.719l-1.438%201.438l2%202l.313.281h1.843l-.187.281l-2.531%201.563l1.062%201.687l2.75-1.687l.188-.094l1.125-1.688l-.375%201.625l-2.25%202.688l1.562%201.25l2.407-2.875l.156-.188l.031-.25l.625-2.718V23h2v-7l1-1V9l-4.375.969l-2.25-.906L22.187%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/american-sign-language-interpreting.svg?color=%231a73e8&size=48