translation icon
translation-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- translation-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- translation
The same icon in other sets
Use the translation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M140 188h584v164h76V144c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h544v-76H140z"/><path fill="currentColor" d="M414.3 256h-60.6c-3.4 0-6.4 2.2-7.6 5.4L219 629.4c-.3.8-.4 1.7-.4 2.6c0 4.4 3.6 8 8 8h55.1c3.4 0 6.4-2.2 7.6-5.4L322 540h196.2L422 261.4c-1.3-3.2-4.3-5.4-7.7-5.4m12.4 228h-85.5L384 360.2zM936 528H800v-93c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v93H592c-13.3 0-24 10.7-24 24v176c0 13.3 10.7 24 24 24h136v152c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V752h136c13.3 0 24-10.7 24-24V552c0-13.3-10.7-24-24-24M728 680h-88v-80h88zm160 0h-88v-80h88z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignTranslationOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M140 188h584v164h76V144c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h544v-76H140z"/><path fill="currentColor" d="M414.3 256h-60.6c-3.4 0-6.4 2.2-7.6 5.4L219 629.4c-.3.8-.4 1.7-.4 2.6c0 4.4 3.6 8 8 8h55.1c3.4 0 6.4-2.2 7.6-5.4L322 540h196.2L422 261.4c-1.3-3.2-4.3-5.4-7.7-5.4m12.4 228h-85.5L384 360.2zM936 528H800v-93c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v93H592c-13.3 0-24 10.7-24 24v176c0 13.3 10.7 24 24 24h136v152c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V752h136c13.3 0 24-10.7 24-24V552c0-13.3-10.7-24-24-24M728 680h-88v-80h88zm160 0h-88v-80h88z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M140 188h584v164h76V144c0-17.7-14.3-32-32-32H96c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h544v-76H140z"/><path fill="currentColor" d="M414.3 256h-60.6c-3.4 0-6.4 2.2-7.6 5.4L219 629.4c-.3.8-.4 1.7-.4 2.6c0 4.4 3.6 8 8 8h55.1c3.4 0 6.4-2.2 7.6-5.4L322 540h196.2L422 261.4c-1.3-3.2-4.3-5.4-7.7-5.4m12.4 228h-85.5L384 360.2zM936 528H800v-93c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v93H592c-13.3 0-24 10.7-24 24v176c0 13.3 10.7 24 24 24h136v152c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V752h136c13.3 0 24-10.7 24-24V552c0-13.3-10.7-24-24-24M728 680h-88v-80h88zm160 0h-88v-80h88z"/></svg> </template>
CSS
.icon-translation-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M140%20188h584v164h76V144c0-17.7-14.3-32-32-32H96c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h544v-76H140z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M414.3%20256h-60.6c-3.4%200-6.4%202.2-7.6%205.4L219%20629.4c-.3.8-.4%201.7-.4%202.6c0%204.4%203.6%208%208%208h55.1c3.4%200%206.4-2.2%207.6-5.4L322%20540h196.2L422%20261.4c-1.3-3.2-4.3-5.4-7.7-5.4m12.4%20228h-85.5L384%20360.2zM936%20528H800v-93c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v93H592c-13.3%200-24%2010.7-24%2024v176c0%2013.3%2010.7%2024%2024%2024h136v152c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8V752h136c13.3%200%2024-10.7%2024-24V552c0-13.3-10.7-24-24-24M728%20680h-88v-80h88zm160%200h-88v-80h88z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M140%20188h584v164h76V144c0-17.7-14.3-32-32-32H96c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h544v-76H140z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M414.3%20256h-60.6c-3.4%200-6.4%202.2-7.6%205.4L219%20629.4c-.3.8-.4%201.7-.4%202.6c0%204.4%203.6%208%208%208h55.1c3.4%200%206.4-2.2%207.6-5.4L322%20540h196.2L422%20261.4c-1.3-3.2-4.3-5.4-7.7-5.4m12.4%20228h-85.5L384%20360.2zM936%20528H800v-93c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v93H592c-13.3%200-24%2010.7-24%2024v176c0%2013.3%2010.7%2024%2024%2024h136v152c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8V752h136c13.3%200%2024-10.7%2024-24V552c0-13.3-10.7-24-24-24M728%20680h-88v-80h88zm160%200h-88v-80h88z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/translation-outlined.svg?color=%231a73e8&size=48