language icon
language from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- language
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the language icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11.525 14h4.385l-1.993-4.954zm5.19 2h-6.156l-1.658 3.435a1 1 0 0 1-1.802-.87l5.017-10.388a2 2 0 0 1 3.656.123l4.156 10.327a1 1 0 0 1-1.856.746zM1 0h8a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2m0 5a1 1 0 1 1 0-2h7.003a2 2 0 0 1 1.736 2.992c-.945 1.654-1.993 2.844-3.165 3.554c-1.472.893-3.32 1.372-5.537 1.453a1 1 0 1 1-.074-1.998c1.898-.07 3.419-.464 4.574-1.165C6.384 7.323 7.213 6.382 8.003 5z"/></svg>
React
import type { SVGProps } from "react";
export function JamLanguage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11.525 14h4.385l-1.993-4.954zm5.19 2h-6.156l-1.658 3.435a1 1 0 0 1-1.802-.87l5.017-10.388a2 2 0 0 1 3.656.123l4.156 10.327a1 1 0 0 1-1.856.746zM1 0h8a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2m0 5a1 1 0 1 1 0-2h7.003a2 2 0 0 1 1.736 2.992c-.945 1.654-1.993 2.844-3.165 3.554c-1.472.893-3.32 1.372-5.537 1.453a1 1 0 1 1-.074-1.998c1.898-.07 3.419-.464 4.574-1.165C6.384 7.323 7.213 6.382 8.003 5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M11.525 14h4.385l-1.993-4.954zm5.19 2h-6.156l-1.658 3.435a1 1 0 0 1-1.802-.87l5.017-10.388a2 2 0 0 1 3.656.123l4.156 10.327a1 1 0 0 1-1.856.746zM1 0h8a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2m0 5a1 1 0 1 1 0-2h7.003a2 2 0 0 1 1.736 2.992c-.945 1.654-1.993 2.844-3.165 3.554c-1.472.893-3.32 1.372-5.537 1.453a1 1 0 1 1-.074-1.998c1.898-.07 3.419-.464 4.574-1.165C6.384 7.323 7.213 6.382 8.003 5z"/></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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.525%2014h4.385l-1.993-4.954zm5.19%202h-6.156l-1.658%203.435a1%201%200%200%201-1.802-.87l5.017-10.388a2%202%200%200%201%203.656.123l4.156%2010.327a1%201%200%200%201-1.856.746zM1%200h8a1%201%200%201%201%200%202H1a1%201%200%201%201%200-2m0%205a1%201%200%201%201%200-2h7.003a2%202%200%200%201%201.736%202.992c-.945%201.654-1.993%202.844-3.165%203.554c-1.472.893-3.32%201.372-5.537%201.453a1%201%200%201%201-.074-1.998c1.898-.07%203.419-.464%204.574-1.165C6.384%207.323%207.213%206.382%208.003%205z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.525%2014h4.385l-1.993-4.954zm5.19%202h-6.156l-1.658%203.435a1%201%200%200%201-1.802-.87l5.017-10.388a2%202%200%200%201%203.656.123l4.156%2010.327a1%201%200%200%201-1.856.746zM1%200h8a1%201%200%201%201%200%202H1a1%201%200%201%201%200-2m0%205a1%201%200%201%201%200-2h7.003a2%202%200%200%201%201.736%202.992c-.945%201.654-1.993%202.844-3.165%203.554c-1.472.893-3.32%201.372-5.537%201.453a1%201%200%201%201-.074-1.998c1.898-.07%203.419-.464%204.574-1.165C6.384%207.323%207.213%206.382%208.003%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/language.svg?color=%231a73e8&size=48