translate auto icon
translate-auto-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- translate-auto-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.807 1.53a.75.75 0 1 0-.114 1.496A8.94 8.94 0 0 1 16.977 4.5h-.727a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-1.5 0v.632a10.45 10.45 0 0 0-5.193-1.852M7.75 19.5h-.727a8.95 8.95 0 0 0 4.287 1.474a.75.75 0 1 1-.113 1.496A10.45 10.45 0 0 1 6 20.618v.632a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5m.21-13.97a6.07 6.07 0 0 0-4.575.467a.75.75 0 1 0 .725 1.313a4.57 4.57 0 0 1 3.431-.34c.773.227 1.098.639 1.264 1.056c.133.332.175.69.188 1.042a10 10 0 0 0-.923-.21c-1.132-.202-2.682-.263-4.122.426c-1.586.76-2.13 2.317-1.902 3.697c.224 1.357 1.216 2.667 2.8 2.952c1.43.257 2.805-.256 3.757-.761A9 9 0 0 0 9 14.949v.3a.75.75 0 0 0 1.5 0V9.46c0-.454 0-1.236-.3-1.99c-.331-.83-1.005-1.578-2.237-1.94zM9 10.639v2.506l-.106.078a8 8 0 0 1-.993.624c-.84.446-1.85.779-2.788.61c-.845-.152-1.445-.866-1.586-1.72c-.138-.83.179-1.673 1.07-2.1c1.037-.497 2.226-.478 3.212-.303a8 8 0 0 1 1.19.305m7.962-2.653a.75.75 0 0 0-1.424-.472c-.148.445-.304 1.04-.42 1.512c-.736.025-1.445.018-2.067-.024a.75.75 0 0 0-.102 1.496c.563.039 1.19.05 1.844.037c-.143.766-.24 1.45-.3 2.064c-1.215.643-2.061 1.505-2.538 2.413c-.614 1.165-.661 2.556.205 3.442c.572.585 1.408.64 2.13.486a4.7 4.7 0 0 0 1.24-.474l.007.02l.01.026a.75.75 0 1 0 1.405-.524a10 10 0 0 0-.17-.424a7.63 7.63 0 0 0 2.285-4.047c.638.312 1.07.836 1.278 1.4a2.48 2.48 0 0 1-.097 1.952c-.307.635-.932 1.265-2.015 1.68a.75.75 0 0 0 .538 1.401c1.387-.533 2.331-1.402 2.827-2.427a3.98 3.98 0 0 0 .154-3.128a4.04 4.04 0 0 0-2.504-2.423q.003-.111.002-.222a.75.75 0 0 0-1.5-.027a6 6 0 0 0-1.671.238q.093-.682.257-1.5c1.184-.09 2.363-.252 3.336-.481a.75.75 0 1 0-.343-1.46c-.768.18-1.69.318-2.638.406c.086-.33.181-.67.27-.94m-3.68 7.724c.226-.43.6-.887 1.146-1.3c.017.491.066.925.137 1.317c.094.519.236.974.386 1.373c-.305.17-.631.3-.977.373c-.485.105-.687-.011-.742-.068c-.239-.244-.393-.852.05-1.695m4.314-2.488a6.65 6.65 0 0 1-1.413 2.848a6 6 0 0 1-.142-.611a8.6 8.6 0 0 1-.112-1.866q.164-.064.339-.121a4.7 4.7 0 0 1 1.328-.25"/></svg>
React
import type { SVGProps } from "react";
export function FluentTranslateAuto24Regular(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.807 1.53a.75.75 0 1 0-.114 1.496A8.94 8.94 0 0 1 16.977 4.5h-.727a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-1.5 0v.632a10.45 10.45 0 0 0-5.193-1.852M7.75 19.5h-.727a8.95 8.95 0 0 0 4.287 1.474a.75.75 0 1 1-.113 1.496A10.45 10.45 0 0 1 6 20.618v.632a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5m.21-13.97a6.07 6.07 0 0 0-4.575.467a.75.75 0 1 0 .725 1.313a4.57 4.57 0 0 1 3.431-.34c.773.227 1.098.639 1.264 1.056c.133.332.175.69.188 1.042a10 10 0 0 0-.923-.21c-1.132-.202-2.682-.263-4.122.426c-1.586.76-2.13 2.317-1.902 3.697c.224 1.357 1.216 2.667 2.8 2.952c1.43.257 2.805-.256 3.757-.761A9 9 0 0 0 9 14.949v.3a.75.75 0 0 0 1.5 0V9.46c0-.454 0-1.236-.3-1.99c-.331-.83-1.005-1.578-2.237-1.94zM9 10.639v2.506l-.106.078a8 8 0 0 1-.993.624c-.84.446-1.85.779-2.788.61c-.845-.152-1.445-.866-1.586-1.72c-.138-.83.179-1.673 1.07-2.1c1.037-.497 2.226-.478 3.212-.303a8 8 0 0 1 1.19.305m7.962-2.653a.75.75 0 0 0-1.424-.472c-.148.445-.304 1.04-.42 1.512c-.736.025-1.445.018-2.067-.024a.75.75 0 0 0-.102 1.496c.563.039 1.19.05 1.844.037c-.143.766-.24 1.45-.3 2.064c-1.215.643-2.061 1.505-2.538 2.413c-.614 1.165-.661 2.556.205 3.442c.572.585 1.408.64 2.13.486a4.7 4.7 0 0 0 1.24-.474l.007.02l.01.026a.75.75 0 1 0 1.405-.524a10 10 0 0 0-.17-.424a7.63 7.63 0 0 0 2.285-4.047c.638.312 1.07.836 1.278 1.4a2.48 2.48 0 0 1-.097 1.952c-.307.635-.932 1.265-2.015 1.68a.75.75 0 0 0 .538 1.401c1.387-.533 2.331-1.402 2.827-2.427a3.98 3.98 0 0 0 .154-3.128a4.04 4.04 0 0 0-2.504-2.423q.003-.111.002-.222a.75.75 0 0 0-1.5-.027a6 6 0 0 0-1.671.238q.093-.682.257-1.5c1.184-.09 2.363-.252 3.336-.481a.75.75 0 1 0-.343-1.46c-.768.18-1.69.318-2.638.406c.086-.33.181-.67.27-.94m-3.68 7.724c.226-.43.6-.887 1.146-1.3c.017.491.066.925.137 1.317c.094.519.236.974.386 1.373c-.305.17-.631.3-.977.373c-.485.105-.687-.011-.742-.068c-.239-.244-.393-.852.05-1.695m4.314-2.488a6.65 6.65 0 0 1-1.413 2.848a6 6 0 0 1-.142-.611a8.6 8.6 0 0 1-.112-1.866q.164-.064.339-.121a4.7 4.7 0 0 1 1.328-.25"/></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.807 1.53a.75.75 0 1 0-.114 1.496A8.94 8.94 0 0 1 16.977 4.5h-.727a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 0 0-1.5 0v.632a10.45 10.45 0 0 0-5.193-1.852M7.75 19.5h-.727a8.95 8.95 0 0 0 4.287 1.474a.75.75 0 1 1-.113 1.496A10.45 10.45 0 0 1 6 20.618v.632a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5m.21-13.97a6.07 6.07 0 0 0-4.575.467a.75.75 0 1 0 .725 1.313a4.57 4.57 0 0 1 3.431-.34c.773.227 1.098.639 1.264 1.056c.133.332.175.69.188 1.042a10 10 0 0 0-.923-.21c-1.132-.202-2.682-.263-4.122.426c-1.586.76-2.13 2.317-1.902 3.697c.224 1.357 1.216 2.667 2.8 2.952c1.43.257 2.805-.256 3.757-.761A9 9 0 0 0 9 14.949v.3a.75.75 0 0 0 1.5 0V9.46c0-.454 0-1.236-.3-1.99c-.331-.83-1.005-1.578-2.237-1.94zM9 10.639v2.506l-.106.078a8 8 0 0 1-.993.624c-.84.446-1.85.779-2.788.61c-.845-.152-1.445-.866-1.586-1.72c-.138-.83.179-1.673 1.07-2.1c1.037-.497 2.226-.478 3.212-.303a8 8 0 0 1 1.19.305m7.962-2.653a.75.75 0 0 0-1.424-.472c-.148.445-.304 1.04-.42 1.512c-.736.025-1.445.018-2.067-.024a.75.75 0 0 0-.102 1.496c.563.039 1.19.05 1.844.037c-.143.766-.24 1.45-.3 2.064c-1.215.643-2.061 1.505-2.538 2.413c-.614 1.165-.661 2.556.205 3.442c.572.585 1.408.64 2.13.486a4.7 4.7 0 0 0 1.24-.474l.007.02l.01.026a.75.75 0 1 0 1.405-.524a10 10 0 0 0-.17-.424a7.63 7.63 0 0 0 2.285-4.047c.638.312 1.07.836 1.278 1.4a2.48 2.48 0 0 1-.097 1.952c-.307.635-.932 1.265-2.015 1.68a.75.75 0 0 0 .538 1.401c1.387-.533 2.331-1.402 2.827-2.427a3.98 3.98 0 0 0 .154-3.128a4.04 4.04 0 0 0-2.504-2.423q.003-.111.002-.222a.75.75 0 0 0-1.5-.027a6 6 0 0 0-1.671.238q.093-.682.257-1.5c1.184-.09 2.363-.252 3.336-.481a.75.75 0 1 0-.343-1.46c-.768.18-1.69.318-2.638.406c.086-.33.181-.67.27-.94m-3.68 7.724c.226-.43.6-.887 1.146-1.3c.017.491.066.925.137 1.317c.094.519.236.974.386 1.373c-.305.17-.631.3-.977.373c-.485.105-.687-.011-.742-.068c-.239-.244-.393-.852.05-1.695m4.314-2.488a6.65 6.65 0 0 1-1.413 2.848a6 6 0 0 1-.142-.611a8.6 8.6 0 0 1-.112-1.866q.164-.064.339-.121a4.7 4.7 0 0 1 1.328-.25"/></svg> </template>
CSS
.icon-translate-auto-24-regular {
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.807%201.53a.75.75%200%201%200-.114%201.496A8.94%208.94%200%200%201%2016.977%204.5h-.727a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%20.75-.75v-2.5a.75.75%200%200%200-1.5%200v.632a10.45%2010.45%200%200%200-5.193-1.852M7.75%2019.5h-.727a8.95%208.95%200%200%200%204.287%201.474a.75.75%200%201%201-.113%201.496A10.45%2010.45%200%200%201%206%2020.618v.632a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5m.21-13.97a6.07%206.07%200%200%200-4.575.467a.75.75%200%201%200%20.725%201.313a4.57%204.57%200%200%201%203.431-.34c.773.227%201.098.639%201.264%201.056c.133.332.175.69.188%201.042a10%2010%200%200%200-.923-.21c-1.132-.202-2.682-.263-4.122.426c-1.586.76-2.13%202.317-1.902%203.697c.224%201.357%201.216%202.667%202.8%202.952c1.43.257%202.805-.256%203.757-.761A9%209%200%200%200%209%2014.949v.3a.75.75%200%200%200%201.5%200V9.46c0-.454%200-1.236-.3-1.99c-.331-.83-1.005-1.578-2.237-1.94zM9%2010.639v2.506l-.106.078a8%208%200%200%201-.993.624c-.84.446-1.85.779-2.788.61c-.845-.152-1.445-.866-1.586-1.72c-.138-.83.179-1.673%201.07-2.1c1.037-.497%202.226-.478%203.212-.303a8%208%200%200%201%201.19.305m7.962-2.653a.75.75%200%200%200-1.424-.472c-.148.445-.304%201.04-.42%201.512c-.736.025-1.445.018-2.067-.024a.75.75%200%200%200-.102%201.496c.563.039%201.19.05%201.844.037c-.143.766-.24%201.45-.3%202.064c-1.215.643-2.061%201.505-2.538%202.413c-.614%201.165-.661%202.556.205%203.442c.572.585%201.408.64%202.13.486a4.7%204.7%200%200%200%201.24-.474l.007.02l.01.026a.75.75%200%201%200%201.405-.524a10%2010%200%200%200-.17-.424a7.63%207.63%200%200%200%202.285-4.047c.638.312%201.07.836%201.278%201.4a2.48%202.48%200%200%201-.097%201.952c-.307.635-.932%201.265-2.015%201.68a.75.75%200%200%200%20.538%201.401c1.387-.533%202.331-1.402%202.827-2.427a3.98%203.98%200%200%200%20.154-3.128a4.04%204.04%200%200%200-2.504-2.423q.003-.111.002-.222a.75.75%200%200%200-1.5-.027a6%206%200%200%200-1.671.238q.093-.682.257-1.5c1.184-.09%202.363-.252%203.336-.481a.75.75%200%201%200-.343-1.46c-.768.18-1.69.318-2.638.406c.086-.33.181-.67.27-.94m-3.68%207.724c.226-.43.6-.887%201.146-1.3c.017.491.066.925.137%201.317c.094.519.236.974.386%201.373c-.305.17-.631.3-.977.373c-.485.105-.687-.011-.742-.068c-.239-.244-.393-.852.05-1.695m4.314-2.488a6.65%206.65%200%200%201-1.413%202.848a6%206%200%200%201-.142-.611a8.6%208.6%200%200%201-.112-1.866q.164-.064.339-.121a4.7%204.7%200%200%201%201.328-.25%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.807%201.53a.75.75%200%201%200-.114%201.496A8.94%208.94%200%200%201%2016.977%204.5h-.727a.75.75%200%200%200%200%201.5h2.5a.75.75%200%200%200%20.75-.75v-2.5a.75.75%200%200%200-1.5%200v.632a10.45%2010.45%200%200%200-5.193-1.852M7.75%2019.5h-.727a8.95%208.95%200%200%200%204.287%201.474a.75.75%200%201%201-.113%201.496A10.45%2010.45%200%200%201%206%2020.618v.632a.75.75%200%200%201-1.5%200v-2.5a.75.75%200%200%201%20.75-.75h2.5a.75.75%200%200%201%200%201.5m.21-13.97a6.07%206.07%200%200%200-4.575.467a.75.75%200%201%200%20.725%201.313a4.57%204.57%200%200%201%203.431-.34c.773.227%201.098.639%201.264%201.056c.133.332.175.69.188%201.042a10%2010%200%200%200-.923-.21c-1.132-.202-2.682-.263-4.122.426c-1.586.76-2.13%202.317-1.902%203.697c.224%201.357%201.216%202.667%202.8%202.952c1.43.257%202.805-.256%203.757-.761A9%209%200%200%200%209%2014.949v.3a.75.75%200%200%200%201.5%200V9.46c0-.454%200-1.236-.3-1.99c-.331-.83-1.005-1.578-2.237-1.94zM9%2010.639v2.506l-.106.078a8%208%200%200%201-.993.624c-.84.446-1.85.779-2.788.61c-.845-.152-1.445-.866-1.586-1.72c-.138-.83.179-1.673%201.07-2.1c1.037-.497%202.226-.478%203.212-.303a8%208%200%200%201%201.19.305m7.962-2.653a.75.75%200%200%200-1.424-.472c-.148.445-.304%201.04-.42%201.512c-.736.025-1.445.018-2.067-.024a.75.75%200%200%200-.102%201.496c.563.039%201.19.05%201.844.037c-.143.766-.24%201.45-.3%202.064c-1.215.643-2.061%201.505-2.538%202.413c-.614%201.165-.661%202.556.205%203.442c.572.585%201.408.64%202.13.486a4.7%204.7%200%200%200%201.24-.474l.007.02l.01.026a.75.75%200%201%200%201.405-.524a10%2010%200%200%200-.17-.424a7.63%207.63%200%200%200%202.285-4.047c.638.312%201.07.836%201.278%201.4a2.48%202.48%200%200%201-.097%201.952c-.307.635-.932%201.265-2.015%201.68a.75.75%200%200%200%20.538%201.401c1.387-.533%202.331-1.402%202.827-2.427a3.98%203.98%200%200%200%20.154-3.128a4.04%204.04%200%200%200-2.504-2.423q.003-.111.002-.222a.75.75%200%200%200-1.5-.027a6%206%200%200%200-1.671.238q.093-.682.257-1.5c1.184-.09%202.363-.252%203.336-.481a.75.75%200%201%200-.343-1.46c-.768.18-1.69.318-2.638.406c.086-.33.181-.67.27-.94m-3.68%207.724c.226-.43.6-.887%201.146-1.3c.017.491.066.925.137%201.317c.094.519.236.974.386%201.373c-.305.17-.631.3-.977.373c-.485.105-.687-.011-.742-.068c-.239-.244-.393-.852.05-1.695m4.314-2.488a6.65%206.65%200%200%201-1.413%202.848a6%206%200%200%201-.142-.611a8.6%208.6%200%200%201-.112-1.866q.164-.064.339-.121a4.7%204.7%200%200%201%201.328-.25%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-regular.svg?color=%231a73e8&size=48