translate-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
translate-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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="M3.08 5.62a6.34 6.34 0 0 1 4.456-.33h.003q.957.284 1.547.881c.394.398.624.852.755 1.29c.202.678.18 1.422.168 1.838q-.005.12-.005.201v5.503a1 1 0 0 1-1.96.282l-.08.039c-.964.462-2.397.92-3.877.507c-1.632-.457-2.453-1.81-2.572-3.136c-.114-1.28.41-2.736 1.682-3.448c1.529-.855 3.116-.839 4.262-.64a8 8 0 0 1 .555.116a2.5 2.5 0 0 0-.09-.689a1.05 1.05 0 0 0-.258-.454c-.121-.122-.325-.263-.69-.37a4.34 4.34 0 0 0-3.048.222a1 1 0 1 1-.848-1.811m4.037 4.957c-.884-.153-1.956-.137-2.943.416c-.424.237-.729.83-.667 1.523c.058.647.421 1.193 1.119 1.389c.79.22 1.681-.005 2.473-.385c.367-.176.68-.37.905-.523V10.8a6 6 0 0 0-.887-.222m9.186-3.53a1 1 0 0 1 .65 1.256a7 7 0 0 0-.155.584a18 18 0 0 0 1.964-.358a1 1 0 1 1 .476 1.942a20 20 0 0 1-2.842.473q-.096.508-.166.964a6 6 0 0 1 1.796-.138A1 1 0 0 1 20 12q0 .164-.006.326a4.75 4.75 0 0 1 2.103 2.164a4.44 4.44 0 0 1 .17 3.465c-.435 1.182-1.38 2.22-2.82 2.94a1 1 0 1 1-.895-1.79c1.06-.53 1.606-1.209 1.84-1.842a2.44 2.44 0 0 0-.1-1.91a2.7 2.7 0 0 0-.657-.864a8.4 8.4 0 0 1-2.735 4.06l.041.114a1 1 0 0 1-1.746.931a5.3 5.3 0 0 1-.988.32c-.795.17-1.824.148-2.5-.589c-.939-1.026-.863-2.6-.239-3.882c.495-1.017 1.374-1.984 2.638-2.7c.054-.523.133-1.086.239-1.698a20 20 0 0 1-1.417-.047a1 1 0 0 1 .143-1.995c.531.037 1.087.05 1.652.037c.088-.445.2-.954.324-1.343a1 1 0 0 1 1.256-.65m-2.278 8.234c-.344.34-.593.697-.758 1.037c-.424.87-.257 1.451-.095 1.645l.003.001c.027.012.186.085.615-.006c.203-.043.431-.118.674-.227a9.6 9.6 0 0 1-.341-1.478a11 11 0 0 1-.098-.973m2.172 1.204a6.36 6.36 0 0 0 1.568-2.73l-1.651.265l-.1.036a10.4 10.4 0 0 0 .087 1.905q.042.28.096.524"/></svg>

React

import type { SVGProps } from "react";

export function FluentTranslate24Filled(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="M3.08 5.62a6.34 6.34 0 0 1 4.456-.33h.003q.957.284 1.547.881c.394.398.624.852.755 1.29c.202.678.18 1.422.168 1.838q-.005.12-.005.201v5.503a1 1 0 0 1-1.96.282l-.08.039c-.964.462-2.397.92-3.877.507c-1.632-.457-2.453-1.81-2.572-3.136c-.114-1.28.41-2.736 1.682-3.448c1.529-.855 3.116-.839 4.262-.64a8 8 0 0 1 .555.116a2.5 2.5 0 0 0-.09-.689a1.05 1.05 0 0 0-.258-.454c-.121-.122-.325-.263-.69-.37a4.34 4.34 0 0 0-3.048.222a1 1 0 1 1-.848-1.811m4.037 4.957c-.884-.153-1.956-.137-2.943.416c-.424.237-.729.83-.667 1.523c.058.647.421 1.193 1.119 1.389c.79.22 1.681-.005 2.473-.385c.367-.176.68-.37.905-.523V10.8a6 6 0 0 0-.887-.222m9.186-3.53a1 1 0 0 1 .65 1.256a7 7 0 0 0-.155.584a18 18 0 0 0 1.964-.358a1 1 0 1 1 .476 1.942a20 20 0 0 1-2.842.473q-.096.508-.166.964a6 6 0 0 1 1.796-.138A1 1 0 0 1 20 12q0 .164-.006.326a4.75 4.75 0 0 1 2.103 2.164a4.44 4.44 0 0 1 .17 3.465c-.435 1.182-1.38 2.22-2.82 2.94a1 1 0 1 1-.895-1.79c1.06-.53 1.606-1.209 1.84-1.842a2.44 2.44 0 0 0-.1-1.91a2.7 2.7 0 0 0-.657-.864a8.4 8.4 0 0 1-2.735 4.06l.041.114a1 1 0 0 1-1.746.931a5.3 5.3 0 0 1-.988.32c-.795.17-1.824.148-2.5-.589c-.939-1.026-.863-2.6-.239-3.882c.495-1.017 1.374-1.984 2.638-2.7c.054-.523.133-1.086.239-1.698a20 20 0 0 1-1.417-.047a1 1 0 0 1 .143-1.995c.531.037 1.087.05 1.652.037c.088-.445.2-.954.324-1.343a1 1 0 0 1 1.256-.65m-2.278 8.234c-.344.34-.593.697-.758 1.037c-.424.87-.257 1.451-.095 1.645l.003.001c.027.012.186.085.615-.006c.203-.043.431-.118.674-.227a9.6 9.6 0 0 1-.341-1.478a11 11 0 0 1-.098-.973m2.172 1.204a6.36 6.36 0 0 0 1.568-2.73l-1.651.265l-.1.036a10.4 10.4 0 0 0 .087 1.905q.042.28.096.524"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.08 5.62a6.34 6.34 0 0 1 4.456-.33h.003q.957.284 1.547.881c.394.398.624.852.755 1.29c.202.678.18 1.422.168 1.838q-.005.12-.005.201v5.503a1 1 0 0 1-1.96.282l-.08.039c-.964.462-2.397.92-3.877.507c-1.632-.457-2.453-1.81-2.572-3.136c-.114-1.28.41-2.736 1.682-3.448c1.529-.855 3.116-.839 4.262-.64a8 8 0 0 1 .555.116a2.5 2.5 0 0 0-.09-.689a1.05 1.05 0 0 0-.258-.454c-.121-.122-.325-.263-.69-.37a4.34 4.34 0 0 0-3.048.222a1 1 0 1 1-.848-1.811m4.037 4.957c-.884-.153-1.956-.137-2.943.416c-.424.237-.729.83-.667 1.523c.058.647.421 1.193 1.119 1.389c.79.22 1.681-.005 2.473-.385c.367-.176.68-.37.905-.523V10.8a6 6 0 0 0-.887-.222m9.186-3.53a1 1 0 0 1 .65 1.256a7 7 0 0 0-.155.584a18 18 0 0 0 1.964-.358a1 1 0 1 1 .476 1.942a20 20 0 0 1-2.842.473q-.096.508-.166.964a6 6 0 0 1 1.796-.138A1 1 0 0 1 20 12q0 .164-.006.326a4.75 4.75 0 0 1 2.103 2.164a4.44 4.44 0 0 1 .17 3.465c-.435 1.182-1.38 2.22-2.82 2.94a1 1 0 1 1-.895-1.79c1.06-.53 1.606-1.209 1.84-1.842a2.44 2.44 0 0 0-.1-1.91a2.7 2.7 0 0 0-.657-.864a8.4 8.4 0 0 1-2.735 4.06l.041.114a1 1 0 0 1-1.746.931a5.3 5.3 0 0 1-.988.32c-.795.17-1.824.148-2.5-.589c-.939-1.026-.863-2.6-.239-3.882c.495-1.017 1.374-1.984 2.638-2.7c.054-.523.133-1.086.239-1.698a20 20 0 0 1-1.417-.047a1 1 0 0 1 .143-1.995c.531.037 1.087.05 1.652.037c.088-.445.2-.954.324-1.343a1 1 0 0 1 1.256-.65m-2.278 8.234c-.344.34-.593.697-.758 1.037c-.424.87-.257 1.451-.095 1.645l.003.001c.027.012.186.085.615-.006c.203-.043.431-.118.674-.227a9.6 9.6 0 0 1-.341-1.478a11 11 0 0 1-.098-.973m2.172 1.204a6.36 6.36 0 0 0 1.568-2.73l-1.651.265l-.1.036a10.4 10.4 0 0 0 .087 1.905q.042.28.096.524"/></svg>
</template>

CSS

.icon-translate-24-filled {
  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%22M3.08%205.62a6.34%206.34%200%200%201%204.456-.33h.003q.957.284%201.547.881c.394.398.624.852.755%201.29c.202.678.18%201.422.168%201.838q-.005.12-.005.201v5.503a1%201%200%200%201-1.96.282l-.08.039c-.964.462-2.397.92-3.877.507c-1.632-.457-2.453-1.81-2.572-3.136c-.114-1.28.41-2.736%201.682-3.448c1.529-.855%203.116-.839%204.262-.64a8%208%200%200%201%20.555.116a2.5%202.5%200%200%200-.09-.689a1.05%201.05%200%200%200-.258-.454c-.121-.122-.325-.263-.69-.37a4.34%204.34%200%200%200-3.048.222a1%201%200%201%201-.848-1.811m4.037%204.957c-.884-.153-1.956-.137-2.943.416c-.424.237-.729.83-.667%201.523c.058.647.421%201.193%201.119%201.389c.79.22%201.681-.005%202.473-.385c.367-.176.68-.37.905-.523V10.8a6%206%200%200%200-.887-.222m9.186-3.53a1%201%200%200%201%20.65%201.256a7%207%200%200%200-.155.584a18%2018%200%200%200%201.964-.358a1%201%200%201%201%20.476%201.942a20%2020%200%200%201-2.842.473q-.096.508-.166.964a6%206%200%200%201%201.796-.138A1%201%200%200%201%2020%2012q0%20.164-.006.326a4.75%204.75%200%200%201%202.103%202.164a4.44%204.44%200%200%201%20.17%203.465c-.435%201.182-1.38%202.22-2.82%202.94a1%201%200%201%201-.895-1.79c1.06-.53%201.606-1.209%201.84-1.842a2.44%202.44%200%200%200-.1-1.91a2.7%202.7%200%200%200-.657-.864a8.4%208.4%200%200%201-2.735%204.06l.041.114a1%201%200%200%201-1.746.931a5.3%205.3%200%200%201-.988.32c-.795.17-1.824.148-2.5-.589c-.939-1.026-.863-2.6-.239-3.882c.495-1.017%201.374-1.984%202.638-2.7c.054-.523.133-1.086.239-1.698a20%2020%200%200%201-1.417-.047a1%201%200%200%201%20.143-1.995c.531.037%201.087.05%201.652.037c.088-.445.2-.954.324-1.343a1%201%200%200%201%201.256-.65m-2.278%208.234c-.344.34-.593.697-.758%201.037c-.424.87-.257%201.451-.095%201.645l.003.001c.027.012.186.085.615-.006c.203-.043.431-.118.674-.227a9.6%209.6%200%200%201-.341-1.478a11%2011%200%200%201-.098-.973m2.172%201.204a6.36%206.36%200%200%200%201.568-2.73l-1.651.265l-.1.036a10.4%2010.4%200%200%200%20.087%201.905q.042.28.096.524%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%22M3.08%205.62a6.34%206.34%200%200%201%204.456-.33h.003q.957.284%201.547.881c.394.398.624.852.755%201.29c.202.678.18%201.422.168%201.838q-.005.12-.005.201v5.503a1%201%200%200%201-1.96.282l-.08.039c-.964.462-2.397.92-3.877.507c-1.632-.457-2.453-1.81-2.572-3.136c-.114-1.28.41-2.736%201.682-3.448c1.529-.855%203.116-.839%204.262-.64a8%208%200%200%201%20.555.116a2.5%202.5%200%200%200-.09-.689a1.05%201.05%200%200%200-.258-.454c-.121-.122-.325-.263-.69-.37a4.34%204.34%200%200%200-3.048.222a1%201%200%201%201-.848-1.811m4.037%204.957c-.884-.153-1.956-.137-2.943.416c-.424.237-.729.83-.667%201.523c.058.647.421%201.193%201.119%201.389c.79.22%201.681-.005%202.473-.385c.367-.176.68-.37.905-.523V10.8a6%206%200%200%200-.887-.222m9.186-3.53a1%201%200%200%201%20.65%201.256a7%207%200%200%200-.155.584a18%2018%200%200%200%201.964-.358a1%201%200%201%201%20.476%201.942a20%2020%200%200%201-2.842.473q-.096.508-.166.964a6%206%200%200%201%201.796-.138A1%201%200%200%201%2020%2012q0%20.164-.006.326a4.75%204.75%200%200%201%202.103%202.164a4.44%204.44%200%200%201%20.17%203.465c-.435%201.182-1.38%202.22-2.82%202.94a1%201%200%201%201-.895-1.79c1.06-.53%201.606-1.209%201.84-1.842a2.44%202.44%200%200%200-.1-1.91a2.7%202.7%200%200%200-.657-.864a8.4%208.4%200%200%201-2.735%204.06l.041.114a1%201%200%200%201-1.746.931a5.3%205.3%200%200%201-.988.32c-.795.17-1.824.148-2.5-.589c-.939-1.026-.863-2.6-.239-3.882c.495-1.017%201.374-1.984%202.638-2.7c.054-.523.133-1.086.239-1.698a20%2020%200%200%201-1.417-.047a1%201%200%200%201%20.143-1.995c.531.037%201.087.05%201.652.037c.088-.445.2-.954.324-1.343a1%201%200%200%201%201.256-.65m-2.278%208.234c-.344.34-.593.697-.758%201.037c-.424.87-.257%201.451-.095%201.645l.003.001c.027.012.186.085.615-.006c.203-.043.431-.118.674-.227a9.6%209.6%200%200%201-.341-1.478a11%2011%200%200%201-.098-.973m2.172%201.204a6.36%206.36%200%200%200%201.568-2.73l-1.651.265l-.1.036a10.4%2010.4%200%200%200%20.087%201.905q.042.28.096.524%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/translate-24-filled.svg?color=%231a73e8&size=48