language icon
language from Font Awesome Solid by Dave Gandy · Solid · Communication · CC-BY-4.0 Attribution required.
- Name
- language
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Communication
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More communication icons from Font Awesome Solid
Use the language icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 64c17.7 0 32 14.3 32 32v32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-9.6l-8.4 23.1c-16.4 45.2-41.1 86.5-72.2 122c14.2 8.8 29 16.6 44.4 23.5l50.4 22.4l62.2-140c5.1-11.6 16.6-19 29.2-19s24.1 7.4 29.2 19l128 288c7.2 16.2-.1 35.1-16.2 42.2s-35.1-.1-42.2-16.2l-20-45H369.3l-20 45c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l39.8-89.5l-50.4-22.4c-23-10.2-45-22.4-65.8-36.4c-21.3 17.2-44.6 32.2-69.5 44.7l-34.7 17.2c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l34.5-17.3c16.3-8.2 31.8-17.7 46.4-28.3c-13.8-12.7-26.8-26.4-38.9-40.9l-10.1-12.2c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l10.2 12.2c11.5 13.9 24.1 26.8 37.4 38.7c27.5-30.4 49.2-66.1 63.5-105.4l.5-1.2H64.1C46.3 192 32 177.7 32 160s14.3-32 32-32h96V96c0-17.7 14.3-32 32-32m256 270.8L397.7 448h100.6z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidLanguage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 64c17.7 0 32 14.3 32 32v32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-9.6l-8.4 23.1c-16.4 45.2-41.1 86.5-72.2 122c14.2 8.8 29 16.6 44.4 23.5l50.4 22.4l62.2-140c5.1-11.6 16.6-19 29.2-19s24.1 7.4 29.2 19l128 288c7.2 16.2-.1 35.1-16.2 42.2s-35.1-.1-42.2-16.2l-20-45H369.3l-20 45c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l39.8-89.5l-50.4-22.4c-23-10.2-45-22.4-65.8-36.4c-21.3 17.2-44.6 32.2-69.5 44.7l-34.7 17.2c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l34.5-17.3c16.3-8.2 31.8-17.7 46.4-28.3c-13.8-12.7-26.8-26.4-38.9-40.9l-10.1-12.2c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l10.2 12.2c11.5 13.9 24.1 26.8 37.4 38.7c27.5-30.4 49.2-66.1 63.5-105.4l.5-1.2H64.1C46.3 192 32 177.7 32 160s14.3-32 32-32h96V96c0-17.7 14.3-32 32-32m256 270.8L397.7 448h100.6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 64c17.7 0 32 14.3 32 32v32h128c17.7 0 32 14.3 32 32s-14.3 32-32 32h-9.6l-8.4 23.1c-16.4 45.2-41.1 86.5-72.2 122c14.2 8.8 29 16.6 44.4 23.5l50.4 22.4l62.2-140c5.1-11.6 16.6-19 29.2-19s24.1 7.4 29.2 19l128 288c7.2 16.2-.1 35.1-16.2 42.2s-35.1-.1-42.2-16.2l-20-45H369.3l-20 45c-7.2 16.2-26.1 23.4-42.2 16.2s-23.4-26.1-16.2-42.2l39.8-89.5l-50.4-22.4c-23-10.2-45-22.4-65.8-36.4c-21.3 17.2-44.6 32.2-69.5 44.7l-34.7 17.2c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l34.5-17.3c16.3-8.2 31.8-17.7 46.4-28.3c-13.8-12.7-26.8-26.4-38.9-40.9l-10.1-12.2c-11.3-13.6-9.5-33.8 4.1-45.1s33.8-9.5 45.1 4.1l10.2 12.2c11.5 13.9 24.1 26.8 37.4 38.7c27.5-30.4 49.2-66.1 63.5-105.4l.5-1.2H64.1C46.3 192 32 177.7 32 160s14.3-32 32-32h96V96c0-17.7 14.3-32 32-32m256 270.8L397.7 448h100.6z"/></svg> </template>
CSS
.icon-language {
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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2064c17.7%200%2032%2014.3%2032%2032v32h128c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-9.6l-8.4%2023.1c-16.4%2045.2-41.1%2086.5-72.2%20122c14.2%208.8%2029%2016.6%2044.4%2023.5l50.4%2022.4l62.2-140c5.1-11.6%2016.6-19%2029.2-19s24.1%207.4%2029.2%2019l128%20288c7.2%2016.2-.1%2035.1-16.2%2042.2s-35.1-.1-42.2-16.2l-20-45H369.3l-20%2045c-7.2%2016.2-26.1%2023.4-42.2%2016.2s-23.4-26.1-16.2-42.2l39.8-89.5l-50.4-22.4c-23-10.2-45-22.4-65.8-36.4c-21.3%2017.2-44.6%2032.2-69.5%2044.7l-34.7%2017.2c-15.8%207.9-35%201.5-42.9-14.3s-1.5-35%2014.3-42.9l34.5-17.3c16.3-8.2%2031.8-17.7%2046.4-28.3c-13.8-12.7-26.8-26.4-38.9-40.9l-10.1-12.2c-11.3-13.6-9.5-33.8%204.1-45.1s33.8-9.5%2045.1%204.1l10.2%2012.2c11.5%2013.9%2024.1%2026.8%2037.4%2038.7c27.5-30.4%2049.2-66.1%2063.5-105.4l.5-1.2H64.1C46.3%20192%2032%20177.7%2032%20160s14.3-32%2032-32h96V96c0-17.7%2014.3-32%2032-32m256%20270.8L397.7%20448h100.6z%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%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2064c17.7%200%2032%2014.3%2032%2032v32h128c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-9.6l-8.4%2023.1c-16.4%2045.2-41.1%2086.5-72.2%20122c14.2%208.8%2029%2016.6%2044.4%2023.5l50.4%2022.4l62.2-140c5.1-11.6%2016.6-19%2029.2-19s24.1%207.4%2029.2%2019l128%20288c7.2%2016.2-.1%2035.1-16.2%2042.2s-35.1-.1-42.2-16.2l-20-45H369.3l-20%2045c-7.2%2016.2-26.1%2023.4-42.2%2016.2s-23.4-26.1-16.2-42.2l39.8-89.5l-50.4-22.4c-23-10.2-45-22.4-65.8-36.4c-21.3%2017.2-44.6%2032.2-69.5%2044.7l-34.7%2017.2c-15.8%207.9-35%201.5-42.9-14.3s-1.5-35%2014.3-42.9l34.5-17.3c16.3-8.2%2031.8-17.7%2046.4-28.3c-13.8-12.7-26.8-26.4-38.9-40.9l-10.1-12.2c-11.3-13.6-9.5-33.8%204.1-45.1s33.8-9.5%2045.1%204.1l10.2%2012.2c11.5%2013.9%2024.1%2026.8%2037.4%2038.7c27.5-30.4%2049.2-66.1%2063.5-105.4l.5-1.2H64.1C46.3%20192%2032%20177.7%2032%20160s14.3-32%2032-32h96V96c0-17.7%2014.3-32%2032-32m256%20270.8L397.7%20448h100.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/language.svg?color=%231a73e8&size=48