translate icon
translate-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- translate-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
translateBootstrap IconstranslateCarbontranslateHuge IconstranslateIconParktranslateIconPark OutlinetranslateIconoirtranslateMajesticonstranslateMaterial SymbolstranslateMaterial Symbols LighttranslateMaterial Design Iconstranslate-fillMingCute IcontranslatePhosphortranslateRemix IcontranslateTDesign Icons
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 28 28"><path fill="currentColor" d="M18.4 8.697a1 1 0 0 1 1.908.606c-.1.314-.222.69-.351 1.114a20 20 0 0 0 1.954-.387a1 1 0 0 1 .485 1.94c-1.102.275-2.098.44-2.992.529c-.111.5-.213 1.03-.29 1.576a6.5 6.5 0 0 1 1.39-.065a1 1 0 0 1 2-.022q.001.154-.002.307a5.9 5.9 0 0 1 1.547.65c1.124.69 1.853 1.783 1.904 3.22c.042 1.172-.132 2.279-.82 3.29c-.672.985-1.752 1.757-3.26 2.453a1 1 0 0 1-.839-1.816c1.357-.627 2.066-1.206 2.447-1.764c.363-.534.506-1.167.473-2.093c-.025-.707-.347-1.215-.953-1.587q-.316-.194-.738-.334c-.39 1.773-1.22 3.289-2.21 4.405q.07.124.146.247a1 1 0 0 1-1.681 1.083c-.53.34-1.084.585-1.642.695c-.98.193-2.02-.029-2.732-.917l-.038-.048l-.032-.052c-.732-1.187-.677-2.436-.321-3.474c.349-1.015 1-1.886 1.59-2.478c.483-.482 1.084-.842 1.69-1.106q.014-.16.03-.317c.068-.61.164-1.202.276-1.764a19 19 0 0 1-1.585-.093a1.001 1.001 0 0 1 .2-1.99c.531.053 1.151.093 1.868.083c.218-.776.43-1.425.578-1.89m-1.416 8.295q-.123.096-.226.197c-.442.442-.89 1.063-1.113 1.713c-.21.61-.206 1.185.103 1.722c.143.15.356.233.74.157c.322-.063.716-.24 1.14-.545a11.4 11.4 0 0 1-.644-3.244m3.07-.993c-.284 0-.67.043-1.093.138c-.002.807.071 1.613.248 2.392a8.1 8.1 0 0 0 1.072-2.525q-.111-.004-.227-.005M7.2 4c.774 0 1.958.117 2.975.786C11.265 5.505 12 6.75 12 8.64V16a1 1 0 1 1-2 0v-.005q-.215.116-.437.222C8.673 16.636 7.57 17 6.5 17c-.831 0-1.92-.253-2.83-.911C2.72 15.399 2 14.282 2 12.7c0-1.67.97-2.866 2.019-3.598C5.045 8.384 6.292 8 7.2 8c1.227 0 2.131.217 2.795.441c-.045-1.167-.485-1.698-.92-1.985C8.542 6.105 7.827 6 7.2 6c-.567 0-1.16.123-1.668.288c-.527.172-.866.358-.953.423a1 1 0 0 1-1.198-1.602c.334-.249.904-.518 1.531-.722C5.56 4.176 6.367 4 7.2 4m0 6c-.448 0-1.302.227-2.036.74C4.451 11.238 4 11.894 4 12.7c0 .895.374 1.429.845 1.77c.513.372 1.174.53 1.655.53c.658 0 1.455-.236 2.209-.592A7.5 7.5 0 0 0 10 13.641V10.6c-.763-.296-1.206-.6-2.8-.6"/></svg>
React
import type { SVGProps } from "react";
export function FluentTranslate28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.4 8.697a1 1 0 0 1 1.908.606c-.1.314-.222.69-.351 1.114a20 20 0 0 0 1.954-.387a1 1 0 0 1 .485 1.94c-1.102.275-2.098.44-2.992.529c-.111.5-.213 1.03-.29 1.576a6.5 6.5 0 0 1 1.39-.065a1 1 0 0 1 2-.022q.001.154-.002.307a5.9 5.9 0 0 1 1.547.65c1.124.69 1.853 1.783 1.904 3.22c.042 1.172-.132 2.279-.82 3.29c-.672.985-1.752 1.757-3.26 2.453a1 1 0 0 1-.839-1.816c1.357-.627 2.066-1.206 2.447-1.764c.363-.534.506-1.167.473-2.093c-.025-.707-.347-1.215-.953-1.587q-.316-.194-.738-.334c-.39 1.773-1.22 3.289-2.21 4.405q.07.124.146.247a1 1 0 0 1-1.681 1.083c-.53.34-1.084.585-1.642.695c-.98.193-2.02-.029-2.732-.917l-.038-.048l-.032-.052c-.732-1.187-.677-2.436-.321-3.474c.349-1.015 1-1.886 1.59-2.478c.483-.482 1.084-.842 1.69-1.106q.014-.16.03-.317c.068-.61.164-1.202.276-1.764a19 19 0 0 1-1.585-.093a1.001 1.001 0 0 1 .2-1.99c.531.053 1.151.093 1.868.083c.218-.776.43-1.425.578-1.89m-1.416 8.295q-.123.096-.226.197c-.442.442-.89 1.063-1.113 1.713c-.21.61-.206 1.185.103 1.722c.143.15.356.233.74.157c.322-.063.716-.24 1.14-.545a11.4 11.4 0 0 1-.644-3.244m3.07-.993c-.284 0-.67.043-1.093.138c-.002.807.071 1.613.248 2.392a8.1 8.1 0 0 0 1.072-2.525q-.111-.004-.227-.005M7.2 4c.774 0 1.958.117 2.975.786C11.265 5.505 12 6.75 12 8.64V16a1 1 0 1 1-2 0v-.005q-.215.116-.437.222C8.673 16.636 7.57 17 6.5 17c-.831 0-1.92-.253-2.83-.911C2.72 15.399 2 14.282 2 12.7c0-1.67.97-2.866 2.019-3.598C5.045 8.384 6.292 8 7.2 8c1.227 0 2.131.217 2.795.441c-.045-1.167-.485-1.698-.92-1.985C8.542 6.105 7.827 6 7.2 6c-.567 0-1.16.123-1.668.288c-.527.172-.866.358-.953.423a1 1 0 0 1-1.198-1.602c.334-.249.904-.518 1.531-.722C5.56 4.176 6.367 4 7.2 4m0 6c-.448 0-1.302.227-2.036.74C4.451 11.238 4 11.894 4 12.7c0 .895.374 1.429.845 1.77c.513.372 1.174.53 1.655.53c.658 0 1.455-.236 2.209-.592A7.5 7.5 0 0 0 10 13.641V10.6c-.763-.296-1.206-.6-2.8-.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.4 8.697a1 1 0 0 1 1.908.606c-.1.314-.222.69-.351 1.114a20 20 0 0 0 1.954-.387a1 1 0 0 1 .485 1.94c-1.102.275-2.098.44-2.992.529c-.111.5-.213 1.03-.29 1.576a6.5 6.5 0 0 1 1.39-.065a1 1 0 0 1 2-.022q.001.154-.002.307a5.9 5.9 0 0 1 1.547.65c1.124.69 1.853 1.783 1.904 3.22c.042 1.172-.132 2.279-.82 3.29c-.672.985-1.752 1.757-3.26 2.453a1 1 0 0 1-.839-1.816c1.357-.627 2.066-1.206 2.447-1.764c.363-.534.506-1.167.473-2.093c-.025-.707-.347-1.215-.953-1.587q-.316-.194-.738-.334c-.39 1.773-1.22 3.289-2.21 4.405q.07.124.146.247a1 1 0 0 1-1.681 1.083c-.53.34-1.084.585-1.642.695c-.98.193-2.02-.029-2.732-.917l-.038-.048l-.032-.052c-.732-1.187-.677-2.436-.321-3.474c.349-1.015 1-1.886 1.59-2.478c.483-.482 1.084-.842 1.69-1.106q.014-.16.03-.317c.068-.61.164-1.202.276-1.764a19 19 0 0 1-1.585-.093a1.001 1.001 0 0 1 .2-1.99c.531.053 1.151.093 1.868.083c.218-.776.43-1.425.578-1.89m-1.416 8.295q-.123.096-.226.197c-.442.442-.89 1.063-1.113 1.713c-.21.61-.206 1.185.103 1.722c.143.15.356.233.74.157c.322-.063.716-.24 1.14-.545a11.4 11.4 0 0 1-.644-3.244m3.07-.993c-.284 0-.67.043-1.093.138c-.002.807.071 1.613.248 2.392a8.1 8.1 0 0 0 1.072-2.525q-.111-.004-.227-.005M7.2 4c.774 0 1.958.117 2.975.786C11.265 5.505 12 6.75 12 8.64V16a1 1 0 1 1-2 0v-.005q-.215.116-.437.222C8.673 16.636 7.57 17 6.5 17c-.831 0-1.92-.253-2.83-.911C2.72 15.399 2 14.282 2 12.7c0-1.67.97-2.866 2.019-3.598C5.045 8.384 6.292 8 7.2 8c1.227 0 2.131.217 2.795.441c-.045-1.167-.485-1.698-.92-1.985C8.542 6.105 7.827 6 7.2 6c-.567 0-1.16.123-1.668.288c-.527.172-.866.358-.953.423a1 1 0 0 1-1.198-1.602c.334-.249.904-.518 1.531-.722C5.56 4.176 6.367 4 7.2 4m0 6c-.448 0-1.302.227-2.036.74C4.451 11.238 4 11.894 4 12.7c0 .895.374 1.429.845 1.77c.513.372 1.174.53 1.655.53c.658 0 1.455-.236 2.209-.592A7.5 7.5 0 0 0 10 13.641V10.6c-.763-.296-1.206-.6-2.8-.6"/></svg> </template>
CSS
.icon-translate-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.4%208.697a1%201%200%200%201%201.908.606c-.1.314-.222.69-.351%201.114a20%2020%200%200%200%201.954-.387a1%201%200%200%201%20.485%201.94c-1.102.275-2.098.44-2.992.529c-.111.5-.213%201.03-.29%201.576a6.5%206.5%200%200%201%201.39-.065a1%201%200%200%201%202-.022q.001.154-.002.307a5.9%205.9%200%200%201%201.547.65c1.124.69%201.853%201.783%201.904%203.22c.042%201.172-.132%202.279-.82%203.29c-.672.985-1.752%201.757-3.26%202.453a1%201%200%200%201-.839-1.816c1.357-.627%202.066-1.206%202.447-1.764c.363-.534.506-1.167.473-2.093c-.025-.707-.347-1.215-.953-1.587q-.316-.194-.738-.334c-.39%201.773-1.22%203.289-2.21%204.405q.07.124.146.247a1%201%200%200%201-1.681%201.083c-.53.34-1.084.585-1.642.695c-.98.193-2.02-.029-2.732-.917l-.038-.048l-.032-.052c-.732-1.187-.677-2.436-.321-3.474c.349-1.015%201-1.886%201.59-2.478c.483-.482%201.084-.842%201.69-1.106q.014-.16.03-.317c.068-.61.164-1.202.276-1.764a19%2019%200%200%201-1.585-.093a1.001%201.001%200%200%201%20.2-1.99c.531.053%201.151.093%201.868.083c.218-.776.43-1.425.578-1.89m-1.416%208.295q-.123.096-.226.197c-.442.442-.89%201.063-1.113%201.713c-.21.61-.206%201.185.103%201.722c.143.15.356.233.74.157c.322-.063.716-.24%201.14-.545a11.4%2011.4%200%200%201-.644-3.244m3.07-.993c-.284%200-.67.043-1.093.138c-.002.807.071%201.613.248%202.392a8.1%208.1%200%200%200%201.072-2.525q-.111-.004-.227-.005M7.2%204c.774%200%201.958.117%202.975.786C11.265%205.505%2012%206.75%2012%208.64V16a1%201%200%201%201-2%200v-.005q-.215.116-.437.222C8.673%2016.636%207.57%2017%206.5%2017c-.831%200-1.92-.253-2.83-.911C2.72%2015.399%202%2014.282%202%2012.7c0-1.67.97-2.866%202.019-3.598C5.045%208.384%206.292%208%207.2%208c1.227%200%202.131.217%202.795.441c-.045-1.167-.485-1.698-.92-1.985C8.542%206.105%207.827%206%207.2%206c-.567%200-1.16.123-1.668.288c-.527.172-.866.358-.953.423a1%201%200%200%201-1.198-1.602c.334-.249.904-.518%201.531-.722C5.56%204.176%206.367%204%207.2%204m0%206c-.448%200-1.302.227-2.036.74C4.451%2011.238%204%2011.894%204%2012.7c0%20.895.374%201.429.845%201.77c.513.372%201.174.53%201.655.53c.658%200%201.455-.236%202.209-.592A7.5%207.5%200%200%200%2010%2013.641V10.6c-.763-.296-1.206-.6-2.8-.6%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.4%208.697a1%201%200%200%201%201.908.606c-.1.314-.222.69-.351%201.114a20%2020%200%200%200%201.954-.387a1%201%200%200%201%20.485%201.94c-1.102.275-2.098.44-2.992.529c-.111.5-.213%201.03-.29%201.576a6.5%206.5%200%200%201%201.39-.065a1%201%200%200%201%202-.022q.001.154-.002.307a5.9%205.9%200%200%201%201.547.65c1.124.69%201.853%201.783%201.904%203.22c.042%201.172-.132%202.279-.82%203.29c-.672.985-1.752%201.757-3.26%202.453a1%201%200%200%201-.839-1.816c1.357-.627%202.066-1.206%202.447-1.764c.363-.534.506-1.167.473-2.093c-.025-.707-.347-1.215-.953-1.587q-.316-.194-.738-.334c-.39%201.773-1.22%203.289-2.21%204.405q.07.124.146.247a1%201%200%200%201-1.681%201.083c-.53.34-1.084.585-1.642.695c-.98.193-2.02-.029-2.732-.917l-.038-.048l-.032-.052c-.732-1.187-.677-2.436-.321-3.474c.349-1.015%201-1.886%201.59-2.478c.483-.482%201.084-.842%201.69-1.106q.014-.16.03-.317c.068-.61.164-1.202.276-1.764a19%2019%200%200%201-1.585-.093a1.001%201.001%200%200%201%20.2-1.99c.531.053%201.151.093%201.868.083c.218-.776.43-1.425.578-1.89m-1.416%208.295q-.123.096-.226.197c-.442.442-.89%201.063-1.113%201.713c-.21.61-.206%201.185.103%201.722c.143.15.356.233.74.157c.322-.063.716-.24%201.14-.545a11.4%2011.4%200%200%201-.644-3.244m3.07-.993c-.284%200-.67.043-1.093.138c-.002.807.071%201.613.248%202.392a8.1%208.1%200%200%200%201.072-2.525q-.111-.004-.227-.005M7.2%204c.774%200%201.958.117%202.975.786C11.265%205.505%2012%206.75%2012%208.64V16a1%201%200%201%201-2%200v-.005q-.215.116-.437.222C8.673%2016.636%207.57%2017%206.5%2017c-.831%200-1.92-.253-2.83-.911C2.72%2015.399%202%2014.282%202%2012.7c0-1.67.97-2.866%202.019-3.598C5.045%208.384%206.292%208%207.2%208c1.227%200%202.131.217%202.795.441c-.045-1.167-.485-1.698-.92-1.985C8.542%206.105%207.827%206%207.2%206c-.567%200-1.16.123-1.668.288c-.527.172-.866.358-.953.423a1%201%200%200%201-1.198-1.602c.334-.249.904-.518%201.531-.722C5.56%204.176%206.367%204%207.2%204m0%206c-.448%200-1.302.227-2.036.74C4.451%2011.238%204%2011.894%204%2012.7c0%20.895.374%201.429.845%201.77c.513.372%201.174.53%201.655.53c.658%200%201.455-.236%202.209-.592A7.5%207.5%200%200%200%2010%2013.641V10.6c-.763-.296-1.206-.6-2.8-.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/translate-28-filled.svg?color=%231a73e8&size=48