translate auto icon
translate-auto-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- translate-auto-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the translate auto icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.004 1.95a1 1 0 0 1 1.094-.896A10.94 10.94 0 0 1 18 2.78V2.5a1 1 0 1 1 2 0V5a1 1 0 0 1-1 1h-2.5a1 1 0 0 1-.29-1.957a8.9 8.9 0 0 0-3.31-.999a1 1 0 0 1-.896-1.093M6 21.5v-.279a10.94 10.94 0 0 0 4.9 1.725a1 1 0 1 0 .198-1.99a8.9 8.9 0 0 1-3.308-.999A1 1 0 0 0 7.5 18H5a1 1 0 0 0-1 1v2.5a1 1 0 1 0 2 0M16.952 8.303a1 1 0 1 0-1.905-.606a13 13 0 0 0-.324 1.343c-.565.013-1.12 0-1.652-.037a1 1 0 0 0-.143 1.995q.691.048 1.417.047a26 26 0 0 0-.24 1.697c-1.263.716-2.142 1.684-2.637 2.701c-.624 1.283-.7 2.856.24 3.882c.675.737 1.704.759 2.499.59c.322-.07.654-.177.988-.321a1 1 0 0 0 1.746-.93l-.041-.115a8.4 8.4 0 0 0 2.735-4.06c.285.251.507.549.658.864c.284.594.334 1.27.098 1.91c-.233.633-.78 1.313-1.839 1.843a1 1 0 1 0 .895 1.788c1.44-.72 2.385-1.757 2.82-2.94a4.44 4.44 0 0 0-.17-3.464a4.75 4.75 0 0 0-2.103-2.164A9 9 0 0 0 20 12a1 1 0 0 0-1.974-.23a6 6 0 0 0-1.796.138q.07-.457.166-.964a20 20 0 0 0 2.842-.473a1 1 0 1 0-.476-1.942c-.623.152-1.286.272-1.964.358c.047-.209.099-.409.154-.584m-3.685 8.015c.165-.34.414-.697.758-1.038q.03.521.098.973c.083.56.207 1.049.341 1.478a3.4 3.4 0 0 1-.674.227c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645m4.498-2.563a6.36 6.36 0 0 1-1.568 2.73a8 8 0 0 1-.096-.524a10.3 10.3 0 0 1-.087-1.905l.1-.036zM3.08 5.621a6.34 6.34 0 0 1 4.456-.331h.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-.64q.295.051.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 0 1-.848-1.811m4.037 4.956c-.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-.222"/></svg>
React
import type { SVGProps } from "react";
export function FluentTranslateAuto24Filled(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="M12.004 1.95a1 1 0 0 1 1.094-.896A10.94 10.94 0 0 1 18 2.78V2.5a1 1 0 1 1 2 0V5a1 1 0 0 1-1 1h-2.5a1 1 0 0 1-.29-1.957a8.9 8.9 0 0 0-3.31-.999a1 1 0 0 1-.896-1.093M6 21.5v-.279a10.94 10.94 0 0 0 4.9 1.725a1 1 0 1 0 .198-1.99a8.9 8.9 0 0 1-3.308-.999A1 1 0 0 0 7.5 18H5a1 1 0 0 0-1 1v2.5a1 1 0 1 0 2 0M16.952 8.303a1 1 0 1 0-1.905-.606a13 13 0 0 0-.324 1.343c-.565.013-1.12 0-1.652-.037a1 1 0 0 0-.143 1.995q.691.048 1.417.047a26 26 0 0 0-.24 1.697c-1.263.716-2.142 1.684-2.637 2.701c-.624 1.283-.7 2.856.24 3.882c.675.737 1.704.759 2.499.59c.322-.07.654-.177.988-.321a1 1 0 0 0 1.746-.93l-.041-.115a8.4 8.4 0 0 0 2.735-4.06c.285.251.507.549.658.864c.284.594.334 1.27.098 1.91c-.233.633-.78 1.313-1.839 1.843a1 1 0 1 0 .895 1.788c1.44-.72 2.385-1.757 2.82-2.94a4.44 4.44 0 0 0-.17-3.464a4.75 4.75 0 0 0-2.103-2.164A9 9 0 0 0 20 12a1 1 0 0 0-1.974-.23a6 6 0 0 0-1.796.138q.07-.457.166-.964a20 20 0 0 0 2.842-.473a1 1 0 1 0-.476-1.942c-.623.152-1.286.272-1.964.358c.047-.209.099-.409.154-.584m-3.685 8.015c.165-.34.414-.697.758-1.038q.03.521.098.973c.083.56.207 1.049.341 1.478a3.4 3.4 0 0 1-.674.227c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645m4.498-2.563a6.36 6.36 0 0 1-1.568 2.73a8 8 0 0 1-.096-.524a10.3 10.3 0 0 1-.087-1.905l.1-.036zM3.08 5.621a6.34 6.34 0 0 1 4.456-.331h.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-.64q.295.051.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 0 1-.848-1.811m4.037 4.956c-.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-.222"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.004 1.95a1 1 0 0 1 1.094-.896A10.94 10.94 0 0 1 18 2.78V2.5a1 1 0 1 1 2 0V5a1 1 0 0 1-1 1h-2.5a1 1 0 0 1-.29-1.957a8.9 8.9 0 0 0-3.31-.999a1 1 0 0 1-.896-1.093M6 21.5v-.279a10.94 10.94 0 0 0 4.9 1.725a1 1 0 1 0 .198-1.99a8.9 8.9 0 0 1-3.308-.999A1 1 0 0 0 7.5 18H5a1 1 0 0 0-1 1v2.5a1 1 0 1 0 2 0M16.952 8.303a1 1 0 1 0-1.905-.606a13 13 0 0 0-.324 1.343c-.565.013-1.12 0-1.652-.037a1 1 0 0 0-.143 1.995q.691.048 1.417.047a26 26 0 0 0-.24 1.697c-1.263.716-2.142 1.684-2.637 2.701c-.624 1.283-.7 2.856.24 3.882c.675.737 1.704.759 2.499.59c.322-.07.654-.177.988-.321a1 1 0 0 0 1.746-.93l-.041-.115a8.4 8.4 0 0 0 2.735-4.06c.285.251.507.549.658.864c.284.594.334 1.27.098 1.91c-.233.633-.78 1.313-1.839 1.843a1 1 0 1 0 .895 1.788c1.44-.72 2.385-1.757 2.82-2.94a4.44 4.44 0 0 0-.17-3.464a4.75 4.75 0 0 0-2.103-2.164A9 9 0 0 0 20 12a1 1 0 0 0-1.974-.23a6 6 0 0 0-1.796.138q.07-.457.166-.964a20 20 0 0 0 2.842-.473a1 1 0 1 0-.476-1.942c-.623.152-1.286.272-1.964.358c.047-.209.099-.409.154-.584m-3.685 8.015c.165-.34.414-.697.758-1.038q.03.521.098.973c.083.56.207 1.049.341 1.478a3.4 3.4 0 0 1-.674.227c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645m4.498-2.563a6.36 6.36 0 0 1-1.568 2.73a8 8 0 0 1-.096-.524a10.3 10.3 0 0 1-.087-1.905l.1-.036zM3.08 5.621a6.34 6.34 0 0 1 4.456-.331h.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-.64q.295.051.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 0 1-.848-1.811m4.037 4.956c-.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-.222"/></svg> </template>
CSS
.icon-translate-auto-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%22M12.004%201.95a1%201%200%200%201%201.094-.896A10.94%2010.94%200%200%201%2018%202.78V2.5a1%201%200%201%201%202%200V5a1%201%200%200%201-1%201h-2.5a1%201%200%200%201-.29-1.957a8.9%208.9%200%200%200-3.31-.999a1%201%200%200%201-.896-1.093M6%2021.5v-.279a10.94%2010.94%200%200%200%204.9%201.725a1%201%200%201%200%20.198-1.99a8.9%208.9%200%200%201-3.308-.999A1%201%200%200%200%207.5%2018H5a1%201%200%200%200-1%201v2.5a1%201%200%201%200%202%200M16.952%208.303a1%201%200%201%200-1.905-.606a13%2013%200%200%200-.324%201.343c-.565.013-1.12%200-1.652-.037a1%201%200%200%200-.143%201.995q.691.048%201.417.047a26%2026%200%200%200-.24%201.697c-1.263.716-2.142%201.684-2.637%202.701c-.624%201.283-.7%202.856.24%203.882c.675.737%201.704.759%202.499.59c.322-.07.654-.177.988-.321a1%201%200%200%200%201.746-.93l-.041-.115a8.4%208.4%200%200%200%202.735-4.06c.285.251.507.549.658.864c.284.594.334%201.27.098%201.91c-.233.633-.78%201.313-1.839%201.843a1%201%200%201%200%20.895%201.788c1.44-.72%202.385-1.757%202.82-2.94a4.44%204.44%200%200%200-.17-3.464a4.75%204.75%200%200%200-2.103-2.164A9%209%200%200%200%2020%2012a1%201%200%200%200-1.974-.23a6%206%200%200%200-1.796.138q.07-.457.166-.964a20%2020%200%200%200%202.842-.473a1%201%200%201%200-.476-1.942c-.623.152-1.286.272-1.964.358c.047-.209.099-.409.154-.584m-3.685%208.015c.165-.34.414-.697.758-1.038q.03.521.098.973c.083.56.207%201.049.341%201.478a3.4%203.4%200%200%201-.674.227c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645m4.498-2.563a6.36%206.36%200%200%201-1.568%202.73a8%208%200%200%201-.096-.524a10.3%2010.3%200%200%201-.087-1.905l.1-.036zM3.08%205.621a6.34%206.34%200%200%201%204.456-.331h.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-.64q.295.051.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%200%201-.848-1.811m4.037%204.956c-.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-.222%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%22M12.004%201.95a1%201%200%200%201%201.094-.896A10.94%2010.94%200%200%201%2018%202.78V2.5a1%201%200%201%201%202%200V5a1%201%200%200%201-1%201h-2.5a1%201%200%200%201-.29-1.957a8.9%208.9%200%200%200-3.31-.999a1%201%200%200%201-.896-1.093M6%2021.5v-.279a10.94%2010.94%200%200%200%204.9%201.725a1%201%200%201%200%20.198-1.99a8.9%208.9%200%200%201-3.308-.999A1%201%200%200%200%207.5%2018H5a1%201%200%200%200-1%201v2.5a1%201%200%201%200%202%200M16.952%208.303a1%201%200%201%200-1.905-.606a13%2013%200%200%200-.324%201.343c-.565.013-1.12%200-1.652-.037a1%201%200%200%200-.143%201.995q.691.048%201.417.047a26%2026%200%200%200-.24%201.697c-1.263.716-2.142%201.684-2.637%202.701c-.624%201.283-.7%202.856.24%203.882c.675.737%201.704.759%202.499.59c.322-.07.654-.177.988-.321a1%201%200%200%200%201.746-.93l-.041-.115a8.4%208.4%200%200%200%202.735-4.06c.285.251.507.549.658.864c.284.594.334%201.27.098%201.91c-.233.633-.78%201.313-1.839%201.843a1%201%200%201%200%20.895%201.788c1.44-.72%202.385-1.757%202.82-2.94a4.44%204.44%200%200%200-.17-3.464a4.75%204.75%200%200%200-2.103-2.164A9%209%200%200%200%2020%2012a1%201%200%200%200-1.974-.23a6%206%200%200%200-1.796.138q.07-.457.166-.964a20%2020%200%200%200%202.842-.473a1%201%200%201%200-.476-1.942c-.623.152-1.286.272-1.964.358c.047-.209.099-.409.154-.584m-3.685%208.015c.165-.34.414-.697.758-1.038q.03.521.098.973c.083.56.207%201.049.341%201.478a3.4%203.4%200%200%201-.674.227c-.43.091-.588.018-.614.006l-.004-.001c-.162-.194-.329-.774.095-1.645m4.498-2.563a6.36%206.36%200%200%201-1.568%202.73a8%208%200%200%201-.096-.524a10.3%2010.3%200%200%201-.087-1.905l.1-.036zM3.08%205.621a6.34%206.34%200%200%201%204.456-.331h.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-.64q.295.051.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%200%201-.848-1.811m4.037%204.956c-.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-.222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/translate-auto-24-filled.svg?color=%231a73e8&size=48