keyboard previous language icon

keyboard-previous-language-rounded from Material Symbols by Google · Rounded · Android · Apache-2.0 Free for personal and commercial use.

Name
keyboard-previous-language-rounded
Set
Material Symbols
Style
Rounded
Category
Android
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the keyboard previous language icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 22q-.825 0-1.412-.587T2 20V10q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm5-3h6q.425 0 .713-.288T16 18t-.288-.712T15 17H9q-.425 0-.712.288T8 18t.288.713T9 19m.375-15H10q.425 0 .713.288T11 5t-.288.713T10 6H7q-.425 0-.712-.288T6 5V2q0-.425.288-.712T7 1t.713.288T8 2v.525Q8.8 1.8 9.825 1.4T12 1q2 0 3.575 1.188t2.15 3.062q.1.325-.175.538T16.875 6t-.75-.15t-.5-.5q-.5-1.05-1.463-1.7T12 3q-.75 0-1.425.263T9.375 4m-2.662 8.713Q7 12.425 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3 0Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m3 0Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m3 0Q16 12.426 16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13t.713-.288m3 0Q19 12.426 19 12t-.288-.712T18 11t-.712.288T17 12t.288.713T18 13t.713-.288m-12 3Q7 15.426 7 15t-.288-.712T6 14t-.712.288T5 15t.288.713T6 16t.713-.288m3 0Q10 15.426 10 15t-.288-.712T9 14t-.712.288T8 15t.288.713T9 16t.713-.288m3 0Q13 15.426 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288m3 0Q16 15.426 16 15t-.288-.712T15 14t-.712.288T14 15t.288.713T15 16t.713-.288m1.575 0Q17.575 16 18 16t.713-.288T19 15t-.288-.712T18 14t-.712.288T17 15t.288.713"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeyboardPreviousLanguageRounded(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 22q-.825 0-1.412-.587T2 20V10q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm5-3h6q.425 0 .713-.288T16 18t-.288-.712T15 17H9q-.425 0-.712.288T8 18t.288.713T9 19m.375-15H10q.425 0 .713.288T11 5t-.288.713T10 6H7q-.425 0-.712-.288T6 5V2q0-.425.288-.712T7 1t.713.288T8 2v.525Q8.8 1.8 9.825 1.4T12 1q2 0 3.575 1.188t2.15 3.062q.1.325-.175.538T16.875 6t-.75-.15t-.5-.5q-.5-1.05-1.463-1.7T12 3q-.75 0-1.425.263T9.375 4m-2.662 8.713Q7 12.425 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3 0Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m3 0Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m3 0Q16 12.426 16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13t.713-.288m3 0Q19 12.426 19 12t-.288-.712T18 11t-.712.288T17 12t.288.713T18 13t.713-.288m-12 3Q7 15.426 7 15t-.288-.712T6 14t-.712.288T5 15t.288.713T6 16t.713-.288m3 0Q10 15.426 10 15t-.288-.712T9 14t-.712.288T8 15t.288.713T9 16t.713-.288m3 0Q13 15.426 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288m3 0Q16 15.426 16 15t-.288-.712T15 14t-.712.288T14 15t.288.713T15 16t.713-.288m1.575 0Q17.575 16 18 16t.713-.288T19 15t-.288-.712T18 14t-.712.288T17 15t.288.713"/></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 22q-.825 0-1.412-.587T2 20V10q0-.825.588-1.412T4 8h16q.825 0 1.413.588T22 10v10q0 .825-.587 1.413T20 22zm5-3h6q.425 0 .713-.288T16 18t-.288-.712T15 17H9q-.425 0-.712.288T8 18t.288.713T9 19m.375-15H10q.425 0 .713.288T11 5t-.288.713T10 6H7q-.425 0-.712-.288T6 5V2q0-.425.288-.712T7 1t.713.288T8 2v.525Q8.8 1.8 9.825 1.4T12 1q2 0 3.575 1.188t2.15 3.062q.1.325-.175.538T16.875 6t-.75-.15t-.5-.5q-.5-1.05-1.463-1.7T12 3q-.75 0-1.425.263T9.375 4m-2.662 8.713Q7 12.425 7 12t-.288-.712T6 11t-.712.288T5 12t.288.713T6 13t.713-.288m3 0Q10 12.426 10 12t-.288-.712T9 11t-.712.288T8 12t.288.713T9 13t.713-.288m3 0Q13 12.426 13 12t-.288-.712T12 11t-.712.288T11 12t.288.713T12 13t.713-.288m3 0Q16 12.426 16 12t-.288-.712T15 11t-.712.288T14 12t.288.713T15 13t.713-.288m3 0Q19 12.426 19 12t-.288-.712T18 11t-.712.288T17 12t.288.713T18 13t.713-.288m-12 3Q7 15.426 7 15t-.288-.712T6 14t-.712.288T5 15t.288.713T6 16t.713-.288m3 0Q10 15.426 10 15t-.288-.712T9 14t-.712.288T8 15t.288.713T9 16t.713-.288m3 0Q13 15.426 13 15t-.288-.712T12 14t-.712.288T11 15t.288.713T12 16t.713-.288m3 0Q16 15.426 16 15t-.288-.712T15 14t-.712.288T14 15t.288.713T15 16t.713-.288m1.575 0Q17.575 16 18 16t.713-.288T19 15t-.288-.712T18 14t-.712.288T17 15t.288.713"/></svg>
</template>

CSS

.icon-keyboard-previous-language-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%2022q-.825%200-1.412-.587T2%2020V10q0-.825.588-1.412T4%208h16q.825%200%201.413.588T22%2010v10q0%20.825-.587%201.413T20%2022zm5-3h6q.425%200%20.713-.288T16%2018t-.288-.712T15%2017H9q-.425%200-.712.288T8%2018t.288.713T9%2019m.375-15H10q.425%200%20.713.288T11%205t-.288.713T10%206H7q-.425%200-.712-.288T6%205V2q0-.425.288-.712T7%201t.713.288T8%202v.525Q8.8%201.8%209.825%201.4T12%201q2%200%203.575%201.188t2.15%203.062q.1.325-.175.538T16.875%206t-.75-.15t-.5-.5q-.5-1.05-1.463-1.7T12%203q-.75%200-1.425.263T9.375%204m-2.662%208.713Q7%2012.425%207%2012t-.288-.712T6%2011t-.712.288T5%2012t.288.713T6%2013t.713-.288m3%200Q10%2012.426%2010%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013t.713-.288m3%200Q13%2012.426%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288m3%200Q16%2012.426%2016%2012t-.288-.712T15%2011t-.712.288T14%2012t.288.713T15%2013t.713-.288m3%200Q19%2012.426%2019%2012t-.288-.712T18%2011t-.712.288T17%2012t.288.713T18%2013t.713-.288m-12%203Q7%2015.426%207%2015t-.288-.712T6%2014t-.712.288T5%2015t.288.713T6%2016t.713-.288m3%200Q10%2015.426%2010%2015t-.288-.712T9%2014t-.712.288T8%2015t.288.713T9%2016t.713-.288m3%200Q13%2015.426%2013%2015t-.288-.712T12%2014t-.712.288T11%2015t.288.713T12%2016t.713-.288m3%200Q16%2015.426%2016%2015t-.288-.712T15%2014t-.712.288T14%2015t.288.713T15%2016t.713-.288m1.575%200Q17.575%2016%2018%2016t.713-.288T19%2015t-.288-.712T18%2014t-.712.288T17%2015t.288.713%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%2022q-.825%200-1.412-.587T2%2020V10q0-.825.588-1.412T4%208h16q.825%200%201.413.588T22%2010v10q0%20.825-.587%201.413T20%2022zm5-3h6q.425%200%20.713-.288T16%2018t-.288-.712T15%2017H9q-.425%200-.712.288T8%2018t.288.713T9%2019m.375-15H10q.425%200%20.713.288T11%205t-.288.713T10%206H7q-.425%200-.712-.288T6%205V2q0-.425.288-.712T7%201t.713.288T8%202v.525Q8.8%201.8%209.825%201.4T12%201q2%200%203.575%201.188t2.15%203.062q.1.325-.175.538T16.875%206t-.75-.15t-.5-.5q-.5-1.05-1.463-1.7T12%203q-.75%200-1.425.263T9.375%204m-2.662%208.713Q7%2012.425%207%2012t-.288-.712T6%2011t-.712.288T5%2012t.288.713T6%2013t.713-.288m3%200Q10%2012.426%2010%2012t-.288-.712T9%2011t-.712.288T8%2012t.288.713T9%2013t.713-.288m3%200Q13%2012.426%2013%2012t-.288-.712T12%2011t-.712.288T11%2012t.288.713T12%2013t.713-.288m3%200Q16%2012.426%2016%2012t-.288-.712T15%2011t-.712.288T14%2012t.288.713T15%2013t.713-.288m3%200Q19%2012.426%2019%2012t-.288-.712T18%2011t-.712.288T17%2012t.288.713T18%2013t.713-.288m-12%203Q7%2015.426%207%2015t-.288-.712T6%2014t-.712.288T5%2015t.288.713T6%2016t.713-.288m3%200Q10%2015.426%2010%2015t-.288-.712T9%2014t-.712.288T8%2015t.288.713T9%2016t.713-.288m3%200Q13%2015.426%2013%2015t-.288-.712T12%2014t-.712.288T11%2015t.288.713T12%2016t.713-.288m3%200Q16%2015.426%2016%2015t-.288-.712T15%2014t-.712.288T14%2015t.288.713T15%2016t.713-.288m1.575%200Q17.575%2016%2018%2016t.713-.288T19%2015t-.288-.712T18%2014t-.712.288T17%2015t.288.713%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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