language skill icon
language-skill from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- language-skill
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the language skill icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2 12c0 1.052.18 2.062.512 3m10.502-6h8.488M11 15H2.512m18.99-6a9 9 0 0 0-8.488-6c1.6 0 2.909 3.762 2.995 8.5M21.502 9c.278.789.45 1.628.498 2.5M2.512 15A9 9 0 0 0 11 21c-1.544 0-2.816-3.5-2.982-8"/><path d="M2 5.297C2 4.2 2 3.65 2.187 3.224c.2-.452.542-.815.968-1.025C3.557 2 4.075 2 5.11 2H6c1.886 0 2.828 0 3.414.62C10 3.243 10 4.24 10 6.24v2.259c0 .871 0 1.307-.264 1.457s-.606-.092-1.29-.576l-.105-.073c-.5-.354-.75-.53-1.034-.621c-.283-.091-.584-.091-1.185-.091h-1.01c-1.037 0-1.555 0-1.957-.199a2.06 2.06 0 0 1-.968-1.025C2 6.945 2 6.396 2 5.297Zm20 12c0-1.098 0-1.647-.187-2.073a2.06 2.06 0 0 0-.968-1.025C20.443 14 19.925 14 18.89 14H18c-1.886 0-2.828 0-3.414.62C14 15.243 14 16.24 14 18.24v2.259c0 .871 0 1.307.264 1.457s.606-.092 1.29-.576l.105-.073c.5-.354.75-.53 1.034-.621c.283-.091.584-.091 1.185-.091h1.01c1.037 0 1.555 0 1.957-.199c.426-.21.769-.573.968-1.025c.187-.426.187-.975.187-2.074Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLanguageSkill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M2 12c0 1.052.18 2.062.512 3m10.502-6h8.488M11 15H2.512m18.99-6a9 9 0 0 0-8.488-6c1.6 0 2.909 3.762 2.995 8.5M21.502 9c.278.789.45 1.628.498 2.5M2.512 15A9 9 0 0 0 11 21c-1.544 0-2.816-3.5-2.982-8"/><path d="M2 5.297C2 4.2 2 3.65 2.187 3.224c.2-.452.542-.815.968-1.025C3.557 2 4.075 2 5.11 2H6c1.886 0 2.828 0 3.414.62C10 3.243 10 4.24 10 6.24v2.259c0 .871 0 1.307-.264 1.457s-.606-.092-1.29-.576l-.105-.073c-.5-.354-.75-.53-1.034-.621c-.283-.091-.584-.091-1.185-.091h-1.01c-1.037 0-1.555 0-1.957-.199a2.06 2.06 0 0 1-.968-1.025C2 6.945 2 6.396 2 5.297Zm20 12c0-1.098 0-1.647-.187-2.073a2.06 2.06 0 0 0-.968-1.025C20.443 14 19.925 14 18.89 14H18c-1.886 0-2.828 0-3.414.62C14 15.243 14 16.24 14 18.24v2.259c0 .871 0 1.307.264 1.457s.606-.092 1.29-.576l.105-.073c.5-.354.75-.53 1.034-.621c.283-.091.584-.091 1.185-.091h1.01c1.037 0 1.555 0 1.957-.199c.426-.21.769-.573.968-1.025c.187-.426.187-.975.187-2.074Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2 12c0 1.052.18 2.062.512 3m10.502-6h8.488M11 15H2.512m18.99-6a9 9 0 0 0-8.488-6c1.6 0 2.909 3.762 2.995 8.5M21.502 9c.278.789.45 1.628.498 2.5M2.512 15A9 9 0 0 0 11 21c-1.544 0-2.816-3.5-2.982-8"/><path d="M2 5.297C2 4.2 2 3.65 2.187 3.224c.2-.452.542-.815.968-1.025C3.557 2 4.075 2 5.11 2H6c1.886 0 2.828 0 3.414.62C10 3.243 10 4.24 10 6.24v2.259c0 .871 0 1.307-.264 1.457s-.606-.092-1.29-.576l-.105-.073c-.5-.354-.75-.53-1.034-.621c-.283-.091-.584-.091-1.185-.091h-1.01c-1.037 0-1.555 0-1.957-.199a2.06 2.06 0 0 1-.968-1.025C2 6.945 2 6.396 2 5.297Zm20 12c0-1.098 0-1.647-.187-2.073a2.06 2.06 0 0 0-.968-1.025C20.443 14 19.925 14 18.89 14H18c-1.886 0-2.828 0-3.414.62C14 15.243 14 16.24 14 18.24v2.259c0 .871 0 1.307.264 1.457s.606-.092 1.29-.576l.105-.073c.5-.354.75-.53 1.034-.621c.283-.091.584-.091 1.185-.091h1.01c1.037 0 1.555 0 1.957-.199c.426-.21.769-.573.968-1.025c.187-.426.187-.975.187-2.074Z"/></g></svg> </template>
CSS
.icon-language-skill {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2012c0%201.052.18%202.062.512%203m10.502-6h8.488M11%2015H2.512m18.99-6a9%209%200%200%200-8.488-6c1.6%200%202.909%203.762%202.995%208.5M21.502%209c.278.789.45%201.628.498%202.5M2.512%2015A9%209%200%200%200%2011%2021c-1.544%200-2.816-3.5-2.982-8%22%2F%3E%3Cpath%20d%3D%22M2%205.297C2%204.2%202%203.65%202.187%203.224c.2-.452.542-.815.968-1.025C3.557%202%204.075%202%205.11%202H6c1.886%200%202.828%200%203.414.62C10%203.243%2010%204.24%2010%206.24v2.259c0%20.871%200%201.307-.264%201.457s-.606-.092-1.29-.576l-.105-.073c-.5-.354-.75-.53-1.034-.621c-.283-.091-.584-.091-1.185-.091h-1.01c-1.037%200-1.555%200-1.957-.199a2.06%202.06%200%200%201-.968-1.025C2%206.945%202%206.396%202%205.297Zm20%2012c0-1.098%200-1.647-.187-2.073a2.06%202.06%200%200%200-.968-1.025C20.443%2014%2019.925%2014%2018.89%2014H18c-1.886%200-2.828%200-3.414.62C14%2015.243%2014%2016.24%2014%2018.24v2.259c0%20.871%200%201.307.264%201.457s.606-.092%201.29-.576l.105-.073c.5-.354.75-.53%201.034-.621c.283-.091.584-.091%201.185-.091h1.01c1.037%200%201.555%200%201.957-.199c.426-.21.769-.573.968-1.025c.187-.426.187-.975.187-2.074Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M2%2012c0%201.052.18%202.062.512%203m10.502-6h8.488M11%2015H2.512m18.99-6a9%209%200%200%200-8.488-6c1.6%200%202.909%203.762%202.995%208.5M21.502%209c.278.789.45%201.628.498%202.5M2.512%2015A9%209%200%200%200%2011%2021c-1.544%200-2.816-3.5-2.982-8%22%2F%3E%3Cpath%20d%3D%22M2%205.297C2%204.2%202%203.65%202.187%203.224c.2-.452.542-.815.968-1.025C3.557%202%204.075%202%205.11%202H6c1.886%200%202.828%200%203.414.62C10%203.243%2010%204.24%2010%206.24v2.259c0%20.871%200%201.307-.264%201.457s-.606-.092-1.29-.576l-.105-.073c-.5-.354-.75-.53-1.034-.621c-.283-.091-.584-.091-1.185-.091h-1.01c-1.037%200-1.555%200-1.957-.199a2.06%202.06%200%200%201-.968-1.025C2%206.945%202%206.396%202%205.297Zm20%2012c0-1.098%200-1.647-.187-2.073a2.06%202.06%200%200%200-.968-1.025C20.443%2014%2019.925%2014%2018.89%2014H18c-1.886%200-2.828%200-3.414.62C14%2015.243%2014%2016.24%2014%2018.24v2.259c0%20.871%200%201.307.264%201.457s.606-.092%201.29-.576l.105-.073c.5-.354.75-.53%201.034-.621c.283-.091.584-.091%201.185-.091h1.01c1.037%200%201.555%200%201.957-.199c.426-.21.769-.573.968-1.025c.187-.426.187-.975.187-2.074Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/language-skill.svg?color=%231a73e8&size=48