local language icon
local-language-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- local-language-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the local language icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.001 2a1 1 0 0 0 0 2H18v2.5c0 .828-.316 1.417-.8 1.817c-.506.417-1.265.683-2.2.683a1 1 0 1 0 0 2c1.295 0 2.537-.367 3.474-1.141C19.43 9.067 20 7.906 20 6.5V3a1 1 0 0 0-1-1zm-2.073 5.615a1 1 0 0 0-1.85 0L2.076 24.619a1 1 0 1 0 1.85.762l1.807-4.39h8.54l1.807 4.39a1 1 0 1 0 1.85-.762l-1.96-4.76a1 1 0 0 0-.194-.471zm2.521 11.377H6.556l3.447-8.37zM22 2a1 1 0 0 1 1 1v5h2a1 1 0 1 1 0 2h-2v9a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocalLanguage28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.001 2a1 1 0 0 0 0 2H18v2.5c0 .828-.316 1.417-.8 1.817c-.506.417-1.265.683-2.2.683a1 1 0 1 0 0 2c1.295 0 2.537-.367 3.474-1.141C19.43 9.067 20 7.906 20 6.5V3a1 1 0 0 0-1-1zm-2.073 5.615a1 1 0 0 0-1.85 0L2.076 24.619a1 1 0 1 0 1.85.762l1.807-4.39h8.54l1.807 4.39a1 1 0 1 0 1.85-.762l-1.96-4.76a1 1 0 0 0-.194-.471zm2.521 11.377H6.556l3.447-8.37zM22 2a1 1 0 0 1 1 1v5h2a1 1 0 1 1 0 2h-2v9a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M13.001 2a1 1 0 0 0 0 2H18v2.5c0 .828-.316 1.417-.8 1.817c-.506.417-1.265.683-2.2.683a1 1 0 1 0 0 2c1.295 0 2.537-.367 3.474-1.141C19.43 9.067 20 7.906 20 6.5V3a1 1 0 0 0-1-1zm-2.073 5.615a1 1 0 0 0-1.85 0L2.076 24.619a1 1 0 1 0 1.85.762l1.807-4.39h8.54l1.807 4.39a1 1 0 1 0 1.85-.762l-1.96-4.76a1 1 0 0 0-.194-.471zm2.521 11.377H6.556l3.447-8.37zM22 2a1 1 0 0 1 1 1v5h2a1 1 0 1 1 0 2h-2v9a1 1 0 1 1-2 0V3a1 1 0 0 1 1-1"/></svg> </template>
CSS
.icon-local-language-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.001%202a1%201%200%200%200%200%202H18v2.5c0%20.828-.316%201.417-.8%201.817c-.506.417-1.265.683-2.2.683a1%201%200%201%200%200%202c1.295%200%202.537-.367%203.474-1.141C19.43%209.067%2020%207.906%2020%206.5V3a1%201%200%200%200-1-1zm-2.073%205.615a1%201%200%200%200-1.85%200L2.076%2024.619a1%201%200%201%200%201.85.762l1.807-4.39h8.54l1.807%204.39a1%201%200%201%200%201.85-.762l-1.96-4.76a1%201%200%200%200-.194-.471zm2.521%2011.377H6.556l3.447-8.37zM22%202a1%201%200%200%201%201%201v5h2a1%201%200%201%201%200%202h-2v9a1%201%200%201%201-2%200V3a1%201%200%200%201%201-1%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.001%202a1%201%200%200%200%200%202H18v2.5c0%20.828-.316%201.417-.8%201.817c-.506.417-1.265.683-2.2.683a1%201%200%201%200%200%202c1.295%200%202.537-.367%203.474-1.141C19.43%209.067%2020%207.906%2020%206.5V3a1%201%200%200%200-1-1zm-2.073%205.615a1%201%200%200%200-1.85%200L2.076%2024.619a1%201%200%201%200%201.85.762l1.807-4.39h8.54l1.807%204.39a1%201%200%201%200%201.85-.762l-1.96-4.76a1%201%200%200%200-.194-.471zm2.521%2011.377H6.556l3.447-8.37zM22%202a1%201%200%200%201%201%201v5h2a1%201%200%201%201%200%202h-2v9a1%201%200%201%201-2%200V3a1%201%200%200%201%201-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/local-language-28-filled.svg?color=%231a73e8&size=48