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

Name
translate-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
translate-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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.171 17.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-5.255-4.744l-4.543 4.556q-.14.16-.341.162t-.366-.162q-.16-.16-.16-.354t.16-.354l4.542-4.562q-.856-.875-1.703-2.154T5.25 8h1.08q.366.84 1.107 1.93q.74 1.091 1.479 1.855q1.305-1.326 2.318-2.909Q12.246 7.292 12.58 6H2.885q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q2.671 5 2.884 5H8.5v-.73q0-.214.143-.358T9 3.77t.357.143t.143.357V5h5.616q.213 0 .356.143q.144.144.144.357t-.144.357Q15.329 6 15.116 6h-1.497q-.448 1.57-1.527 3.344q-1.079 1.775-2.469 3.16l2.535 2.604l-.385 1.03zm5.592 3.84h4.523l-2.262-5.811z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTranslateRounded(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="m14.171 17.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-5.255-4.744l-4.543 4.556q-.14.16-.341.162t-.366-.162q-.16-.16-.16-.354t.16-.354l4.542-4.562q-.856-.875-1.703-2.154T5.25 8h1.08q.366.84 1.107 1.93q.74 1.091 1.479 1.855q1.305-1.326 2.318-2.909Q12.246 7.292 12.58 6H2.885q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q2.671 5 2.884 5H8.5v-.73q0-.214.143-.358T9 3.77t.357.143t.143.357V5h5.616q.213 0 .356.143q.144.144.144.357t-.144.357Q15.329 6 15.116 6h-1.497q-.448 1.57-1.527 3.344q-1.079 1.775-2.469 3.16l2.535 2.604l-.385 1.03zm5.592 3.84h4.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="m14.171 17.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-5.255-4.744l-4.543 4.556q-.14.16-.341.162t-.366-.162q-.16-.16-.16-.354t.16-.354l4.542-4.562q-.856-.875-1.703-2.154T5.25 8h1.08q.366.84 1.107 1.93q.74 1.091 1.479 1.855q1.305-1.326 2.318-2.909Q12.246 7.292 12.58 6H2.885q-.214 0-.357-.143q-.144-.144-.144-.357t.144-.357Q2.671 5 2.884 5H8.5v-.73q0-.214.143-.358T9 3.77t.357.143t.143.357V5h5.616q.213 0 .356.143q.144.144.144.357t-.144.357Q15.329 6 15.116 6h-1.497q-.448 1.57-1.527 3.344q-1.079 1.775-2.469 3.16l2.535 2.604l-.385 1.03zm5.592 3.84h4.523l-2.262-5.811z"/></svg>
</template>

CSS

.icon-translate-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%22m14.171%2017.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-5.255-4.744l-4.543%204.556q-.14.16-.341.162t-.366-.162q-.16-.16-.16-.354t.16-.354l4.542-4.562q-.856-.875-1.703-2.154T5.25%208h1.08q.366.84%201.107%201.93q.74%201.091%201.479%201.855q1.305-1.326%202.318-2.909Q12.246%207.292%2012.58%206H2.885q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357Q2.671%205%202.884%205H8.5v-.73q0-.214.143-.358T9%203.77t.357.143t.143.357V5h5.616q.213%200%20.356.143q.144.144.144.357t-.144.357Q15.329%206%2015.116%206h-1.497q-.448%201.57-1.527%203.344q-1.079%201.775-2.469%203.16l2.535%202.604l-.385%201.03zm5.592%203.84h4.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%22m14.171%2017.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-5.255-4.744l-4.543%204.556q-.14.16-.341.162t-.366-.162q-.16-.16-.16-.354t.16-.354l4.542-4.562q-.856-.875-1.703-2.154T5.25%208h1.08q.366.84%201.107%201.93q.74%201.091%201.479%201.855q1.305-1.326%202.318-2.909Q12.246%207.292%2012.58%206H2.885q-.214%200-.357-.143q-.144-.144-.144-.357t.144-.357Q2.671%205%202.884%205H8.5v-.73q0-.214.143-.358T9%203.77t.357.143t.143.357V5h5.616q.213%200%20.356.143q.144.144.144.357t-.144.357Q15.329%206%2015.116%206h-1.497q-.448%201.57-1.527%203.344q-1.079%201.775-2.469%203.16l2.535%202.604l-.385%201.03zm5.592%203.84h4.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-rounded.svg?color=%231a73e8&size=48