translate-indic-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
translate-indic-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
translate-indic-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the translate indic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.523 16q-1.348 0-2.466-.684q-1.119-.683-1.784-1.818q-.11-.177-.042-.372t.25-.299q.183-.085.38-.027t.32.235q.555.86 1.411 1.412Q5.448 15 6.46 15q1.142 0 1.841-.684Q9 13.633 9 12.577q0-1.113-.732-1.845T6.5 10H5.23q-.213 0-.356-.143T4.731 9.5t.143-.357T5.231 9H6.5q.817 0 1.409-.601q.591-.601.591-1.476q0-.779-.502-1.351T6.621 5q-.465 0-.861.205q-.396.204-.704.545q-.194.183-.392.177T4.325 5.8t-.18-.31t.124-.35q.46-.517 1.045-.828Q5.898 4 6.646 4q1.271 0 2.063.859q.791.858.791 2.039q0 .79-.385 1.476q-.384.686-1.051 1.07q.327.154.597.35q.27.194.489.437h4.35V5h-1.884q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h4.769q.213 0 .356.143t.144.357t-.144.357t-.356.143H14.5v4.016l-.929 2.215H9.692q.154.294.231.636T10 12.6q0 1.556-.967 2.478T6.523 16m7.648 1.95l-1.061 2.733q-.062.14-.187.228t-.29.089q-.27 0-.418-.22t-.046-.47l3.973-10.012q.068-.14.183-.22q.116-.078.262-.078h.365q.146 0 .262.079q.115.079.182.219l3.973 10.018q.104.244-.042.464t-.416.22q-.17 0-.293-.089q-.122-.088-.19-.234l-1.06-2.727zm.337-.904h4.523l-2.262-5.811z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTranslateIndicRounded(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="M6.523 16q-1.348 0-2.466-.684q-1.119-.683-1.784-1.818q-.11-.177-.042-.372t.25-.299q.183-.085.38-.027t.32.235q.555.86 1.411 1.412Q5.448 15 6.46 15q1.142 0 1.841-.684Q9 13.633 9 12.577q0-1.113-.732-1.845T6.5 10H5.23q-.213 0-.356-.143T4.731 9.5t.143-.357T5.231 9H6.5q.817 0 1.409-.601q.591-.601.591-1.476q0-.779-.502-1.351T6.621 5q-.465 0-.861.205q-.396.204-.704.545q-.194.183-.392.177T4.325 5.8t-.18-.31t.124-.35q.46-.517 1.045-.828Q5.898 4 6.646 4q1.271 0 2.063.859q.791.858.791 2.039q0 .79-.385 1.476q-.384.686-1.051 1.07q.327.154.597.35q.27.194.489.437h4.35V5h-1.884q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h4.769q.213 0 .356.143t.144.357t-.144.357t-.356.143H14.5v4.016l-.929 2.215H9.692q.154.294.231.636T10 12.6q0 1.556-.967 2.478T6.523 16m7.648 1.95l-1.061 2.733q-.062.14-.187.228t-.29.089q-.27 0-.418-.22t-.046-.47l3.973-10.012q.068-.14.183-.22q.116-.078.262-.078h.365q.146 0 .262.079q.115.079.182.219l3.973 10.018q.104.244-.042.464t-.416.22q-.17 0-.293-.089q-.122-.088-.19-.234l-1.06-2.727zm.337-.904h4.523l-2.262-5.811z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.523 16q-1.348 0-2.466-.684q-1.119-.683-1.784-1.818q-.11-.177-.042-.372t.25-.299q.183-.085.38-.027t.32.235q.555.86 1.411 1.412Q5.448 15 6.46 15q1.142 0 1.841-.684Q9 13.633 9 12.577q0-1.113-.732-1.845T6.5 10H5.23q-.213 0-.356-.143T4.731 9.5t.143-.357T5.231 9H6.5q.817 0 1.409-.601q.591-.601.591-1.476q0-.779-.502-1.351T6.621 5q-.465 0-.861.205q-.396.204-.704.545q-.194.183-.392.177T4.325 5.8t-.18-.31t.124-.35q.46-.517 1.045-.828Q5.898 4 6.646 4q1.271 0 2.063.859q.791.858.791 2.039q0 .79-.385 1.476q-.384.686-1.051 1.07q.327.154.597.35q.27.194.489.437h4.35V5h-1.884q-.214 0-.357-.143t-.143-.357t.143-.357t.357-.143h4.769q.213 0 .356.143t.144.357t-.144.357t-.356.143H14.5v4.016l-.929 2.215H9.692q.154.294.231.636T10 12.6q0 1.556-.967 2.478T6.523 16m7.648 1.95l-1.061 2.733q-.062.14-.187.228t-.29.089q-.27 0-.418-.22t-.046-.47l3.973-10.012q.068-.14.183-.22q.116-.078.262-.078h.365q.146 0 .262.079q.115.079.182.219l3.973 10.018q.104.244-.042.464t-.416.22q-.17 0-.293-.089q-.122-.088-.19-.234l-1.06-2.727zm.337-.904h4.523l-2.262-5.811z"/></svg>
</template>

CSS

.icon-translate-indic-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%22M6.523%2016q-1.348%200-2.466-.684q-1.119-.683-1.784-1.818q-.11-.177-.042-.372t.25-.299q.183-.085.38-.027t.32.235q.555.86%201.411%201.412Q5.448%2015%206.46%2015q1.142%200%201.841-.684Q9%2013.633%209%2012.577q0-1.113-.732-1.845T6.5%2010H5.23q-.213%200-.356-.143T4.731%209.5t.143-.357T5.231%209H6.5q.817%200%201.409-.601q.591-.601.591-1.476q0-.779-.502-1.351T6.621%205q-.465%200-.861.205q-.396.204-.704.545q-.194.183-.392.177T4.325%205.8t-.18-.31t.124-.35q.46-.517%201.045-.828Q5.898%204%206.646%204q1.271%200%202.063.859q.791.858.791%202.039q0%20.79-.385%201.476q-.384.686-1.051%201.07q.327.154.597.35q.27.194.489.437h4.35V5h-1.884q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h4.769q.213%200%20.356.143t.144.357t-.144.357t-.356.143H14.5v4.016l-.929%202.215H9.692q.154.294.231.636T10%2012.6q0%201.556-.967%202.478T6.523%2016m7.648%201.95l-1.061%202.733q-.062.14-.187.228t-.29.089q-.27%200-.418-.22t-.046-.47l3.973-10.012q.068-.14.183-.22q.116-.078.262-.078h.365q.146%200%20.262.079q.115.079.182.219l3.973%2010.018q.104.244-.042.464t-.416.22q-.17%200-.293-.089q-.122-.088-.19-.234l-1.06-2.727zm.337-.904h4.523l-2.262-5.811z%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%22M6.523%2016q-1.348%200-2.466-.684q-1.119-.683-1.784-1.818q-.11-.177-.042-.372t.25-.299q.183-.085.38-.027t.32.235q.555.86%201.411%201.412Q5.448%2015%206.46%2015q1.142%200%201.841-.684Q9%2013.633%209%2012.577q0-1.113-.732-1.845T6.5%2010H5.23q-.213%200-.356-.143T4.731%209.5t.143-.357T5.231%209H6.5q.817%200%201.409-.601q.591-.601.591-1.476q0-.779-.502-1.351T6.621%205q-.465%200-.861.205q-.396.204-.704.545q-.194.183-.392.177T4.325%205.8t-.18-.31t.124-.35q.46-.517%201.045-.828Q5.898%204%206.646%204q1.271%200%202.063.859q.791.858.791%202.039q0%20.79-.385%201.476q-.384.686-1.051%201.07q.327.154.597.35q.27.194.489.437h4.35V5h-1.884q-.214%200-.357-.143t-.143-.357t.143-.357t.357-.143h4.769q.213%200%20.356.143t.144.357t-.144.357t-.356.143H14.5v4.016l-.929%202.215H9.692q.154.294.231.636T10%2012.6q0%201.556-.967%202.478T6.523%2016m7.648%201.95l-1.061%202.733q-.062.14-.187.228t-.29.089q-.27%200-.418-.22t-.046-.47l3.973-10.012q.068-.14.183-.22q.116-.078.262-.078h.365q.146%200%20.262.079q.115.079.182.219l3.973%2010.018q.104.244-.042.464t-.416.22q-.17%200-.293-.089q-.122-.088-.19-.234l-1.06-2.727zm.337-.904h4.523l-2.262-5.811z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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