language french icon

language-french-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
language-french-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
language-french-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the language french icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.288 16.713Q4 16.425 4 16V8q0-.425.288-.712T5 7h5q.425 0 .713.288T11 8t-.288.713T10 9H6v2h3q.425 0 .713.288T10 12t-.288.713T9 13H6v3q0 .425-.288.713T5 17t-.712-.288m9 0Q13 16.426 13 16V8q0-.425.288-.712T14 7h4q.825 0 1.413.588T20 9v2q0 .8-.55 1.363t-1.3.637l1.225 2.65q.225.475-.062.913T18.5 17q-.275 0-.5-.15t-.35-.4L16.025 13H15v3q0 .425-.288.713T14 17t-.712-.288M15 11h3V9h-3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLanguageFrenchRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.288 16.713Q4 16.425 4 16V8q0-.425.288-.712T5 7h5q.425 0 .713.288T11 8t-.288.713T10 9H6v2h3q.425 0 .713.288T10 12t-.288.713T9 13H6v3q0 .425-.288.713T5 17t-.712-.288m9 0Q13 16.426 13 16V8q0-.425.288-.712T14 7h4q.825 0 1.413.588T20 9v2q0 .8-.55 1.363t-1.3.637l1.225 2.65q.225.475-.062.913T18.5 17q-.275 0-.5-.15t-.35-.4L16.025 13H15v3q0 .425-.288.713T14 17t-.712-.288M15 11h3V9h-3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.288 16.713Q4 16.425 4 16V8q0-.425.288-.712T5 7h5q.425 0 .713.288T11 8t-.288.713T10 9H6v2h3q.425 0 .713.288T10 12t-.288.713T9 13H6v3q0 .425-.288.713T5 17t-.712-.288m9 0Q13 16.426 13 16V8q0-.425.288-.712T14 7h4q.825 0 1.413.588T20 9v2q0 .8-.55 1.363t-1.3.637l1.225 2.65q.225.475-.062.913T18.5 17q-.275 0-.5-.15t-.35-.4L16.025 13H15v3q0 .425-.288.713T14 17t-.712-.288M15 11h3V9h-3z"/></svg>
</template>

CSS

.icon-language-french-rounded {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.288%2016.713Q4%2016.425%204%2016V8q0-.425.288-.712T5%207h5q.425%200%20.713.288T11%208t-.288.713T10%209H6v2h3q.425%200%20.713.288T10%2012t-.288.713T9%2013H6v3q0%20.425-.288.713T5%2017t-.712-.288m9%200Q13%2016.426%2013%2016V8q0-.425.288-.712T14%207h4q.825%200%201.413.588T20%209v2q0%20.8-.55%201.363t-1.3.637l1.225%202.65q.225.475-.062.913T18.5%2017q-.275%200-.5-.15t-.35-.4L16.025%2013H15v3q0%20.425-.288.713T14%2017t-.712-.288M15%2011h3V9h-3z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.288%2016.713Q4%2016.425%204%2016V8q0-.425.288-.712T5%207h5q.425%200%20.713.288T11%208t-.288.713T10%209H6v2h3q.425%200%20.713.288T10%2012t-.288.713T9%2013H6v3q0%20.425-.288.713T5%2017t-.712-.288m9%200Q13%2016.426%2013%2016V8q0-.425.288-.712T14%207h4q.825%200%201.413.588T20%209v2q0%20.8-.55%201.363t-1.3.637l1.225%202.65q.225.475-.062.913T18.5%2017q-.275%200-.5-.15t-.35-.4L16.025%2013H15v3q0%20.425-.288.713T14%2017t-.712-.288M15%2011h3V9h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/language-french-rounded.svg?color=%231a73e8&size=48