translate off icon
translate-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- translate-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the translate off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.082 13.789l1.064 1.065a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.411 1.41a.5.5 0 0 0 .677.677l1.053 1.053c-.457.033-.925.138-1.315.377c-1.46.894-1.247 3.178.454 3.7c.761.235 1.5.055 2.07-.186c.178-.075.347-.16.502-.244v.355a.5.5 0 1 0 1 0v-1.29L8.99 9.697a3.2 3.2 0 0 0-.754.974c-.395.802-.36 1.725.2 2.299c.38.386.924.428 1.398.322q.324-.072.651-.238l.044.12a.5.5 0 0 0 .937-.349a5 5 0 0 1-.122-.37q.105-.095.205-.199l.775.775l-.006.002a.5.5 0 0 0 .359.934q.21-.082.405-.178m-3.383-3.383l.364.364c.031.487.089.914.16 1.285c-.22.136-.428.222-.607.261c-.298.067-.425-.005-.464-.045c-.176-.18-.289-.61-.019-1.157a2.3 2.3 0 0 1 .566-.708m-4.38-4.38l.68.68v.77a6 6 0 0 1-.891.488c-.469.197-.947.287-1.389.152c-.84-.259-.984-1.428-.225-1.893c.401-.246 1.067-.28 1.734-.207zm3.637.809l1.025 1.024l.192-.003l-.021.175l1.503 1.502a4 4 0 0 1 .243-.037a5 5 0 0 1-.053.227l.795.796a5.5 5.5 0 0 0 .268-.98q.155.04.285.096c.44.19.705.527.808.915c.093.349.056.773-.145 1.185l.734.734c.434-.682.567-1.46.378-2.175a2.36 2.36 0 0 0-1.378-1.577a3 3 0 0 0-.593-.182V8.5a.5.5 0 0 0-1-.018a5 5 0 0 0-.901.151q.034-.4.093-.838a14 14 0 0 0 1.923-.308a.5.5 0 0 0-.229-.974c-.484.114-1.003.202-1.53.26q.06-.325.133-.668a.5.5 0 0 0-.978-.21q-.105.494-.185.956c-.442.017-.878.012-1.292-.017h-.075m-4.17-4.171l2.198 2.199a3.2 3.2 0 0 0-.157-.83c-.192-.544-.593-1.019-1.334-1.236a3.6 3.6 0 0 0-.708-.133"/></svg>
React
import type { SVGProps } from "react";
export function FluentTranslateOff16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.082 13.789l1.064 1.065a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.411 1.41a.5.5 0 0 0 .677.677l1.053 1.053c-.457.033-.925.138-1.315.377c-1.46.894-1.247 3.178.454 3.7c.761.235 1.5.055 2.07-.186c.178-.075.347-.16.502-.244v.355a.5.5 0 1 0 1 0v-1.29L8.99 9.697a3.2 3.2 0 0 0-.754.974c-.395.802-.36 1.725.2 2.299c.38.386.924.428 1.398.322q.324-.072.651-.238l.044.12a.5.5 0 0 0 .937-.349a5 5 0 0 1-.122-.37q.105-.095.205-.199l.775.775l-.006.002a.5.5 0 0 0 .359.934q.21-.082.405-.178m-3.383-3.383l.364.364c.031.487.089.914.16 1.285c-.22.136-.428.222-.607.261c-.298.067-.425-.005-.464-.045c-.176-.18-.289-.61-.019-1.157a2.3 2.3 0 0 1 .566-.708m-4.38-4.38l.68.68v.77a6 6 0 0 1-.891.488c-.469.197-.947.287-1.389.152c-.84-.259-.984-1.428-.225-1.893c.401-.246 1.067-.28 1.734-.207zm3.637.809l1.025 1.024l.192-.003l-.021.175l1.503 1.502a4 4 0 0 1 .243-.037a5 5 0 0 1-.053.227l.795.796a5.5 5.5 0 0 0 .268-.98q.155.04.285.096c.44.19.705.527.808.915c.093.349.056.773-.145 1.185l.734.734c.434-.682.567-1.46.378-2.175a2.36 2.36 0 0 0-1.378-1.577a3 3 0 0 0-.593-.182V8.5a.5.5 0 0 0-1-.018a5 5 0 0 0-.901.151q.034-.4.093-.838a14 14 0 0 0 1.923-.308a.5.5 0 0 0-.229-.974c-.484.114-1.003.202-1.53.26q.06-.325.133-.668a.5.5 0 0 0-.978-.21q-.105.494-.185.956c-.442.017-.878.012-1.292-.017h-.075m-4.17-4.171l2.198 2.199a3.2 3.2 0 0 0-.157-.83c-.192-.544-.593-1.019-1.334-1.236a3.6 3.6 0 0 0-.708-.133"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.082 13.789l1.064 1.065a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708l1.411 1.41a.5.5 0 0 0 .677.677l1.053 1.053c-.457.033-.925.138-1.315.377c-1.46.894-1.247 3.178.454 3.7c.761.235 1.5.055 2.07-.186c.178-.075.347-.16.502-.244v.355a.5.5 0 1 0 1 0v-1.29L8.99 9.697a3.2 3.2 0 0 0-.754.974c-.395.802-.36 1.725.2 2.299c.38.386.924.428 1.398.322q.324-.072.651-.238l.044.12a.5.5 0 0 0 .937-.349a5 5 0 0 1-.122-.37q.105-.095.205-.199l.775.775l-.006.002a.5.5 0 0 0 .359.934q.21-.082.405-.178m-3.383-3.383l.364.364c.031.487.089.914.16 1.285c-.22.136-.428.222-.607.261c-.298.067-.425-.005-.464-.045c-.176-.18-.289-.61-.019-1.157a2.3 2.3 0 0 1 .566-.708m-4.38-4.38l.68.68v.77a6 6 0 0 1-.891.488c-.469.197-.947.287-1.389.152c-.84-.259-.984-1.428-.225-1.893c.401-.246 1.067-.28 1.734-.207zm3.637.809l1.025 1.024l.192-.003l-.021.175l1.503 1.502a4 4 0 0 1 .243-.037a5 5 0 0 1-.053.227l.795.796a5.5 5.5 0 0 0 .268-.98q.155.04.285.096c.44.19.705.527.808.915c.093.349.056.773-.145 1.185l.734.734c.434-.682.567-1.46.378-2.175a2.36 2.36 0 0 0-1.378-1.577a3 3 0 0 0-.593-.182V8.5a.5.5 0 0 0-1-.018a5 5 0 0 0-.901.151q.034-.4.093-.838a14 14 0 0 0 1.923-.308a.5.5 0 0 0-.229-.974c-.484.114-1.003.202-1.53.26q.06-.325.133-.668a.5.5 0 0 0-.978-.21q-.105.494-.185.956c-.442.017-.878.012-1.292-.017h-.075m-4.17-4.171l2.198 2.199a3.2 3.2 0 0 0-.157-.83c-.192-.544-.593-1.019-1.334-1.236a3.6 3.6 0 0 0-.708-.133"/></svg> </template>
CSS
.icon-translate-off-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.082%2013.789l1.064%201.065a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.411%201.41a.5.5%200%200%200%20.677.677l1.053%201.053c-.457.033-.925.138-1.315.377c-1.46.894-1.247%203.178.454%203.7c.761.235%201.5.055%202.07-.186c.178-.075.347-.16.502-.244v.355a.5.5%200%201%200%201%200v-1.29L8.99%209.697a3.2%203.2%200%200%200-.754.974c-.395.802-.36%201.725.2%202.299c.38.386.924.428%201.398.322q.324-.072.651-.238l.044.12a.5.5%200%200%200%20.937-.349a5%205%200%200%201-.122-.37q.105-.095.205-.199l.775.775l-.006.002a.5.5%200%200%200%20.359.934q.21-.082.405-.178m-3.383-3.383l.364.364c.031.487.089.914.16%201.285c-.22.136-.428.222-.607.261c-.298.067-.425-.005-.464-.045c-.176-.18-.289-.61-.019-1.157a2.3%202.3%200%200%201%20.566-.708m-4.38-4.38l.68.68v.77a6%206%200%200%201-.891.488c-.469.197-.947.287-1.389.152c-.84-.259-.984-1.428-.225-1.893c.401-.246%201.067-.28%201.734-.207zm3.637.809l1.025%201.024l.192-.003l-.021.175l1.503%201.502a4%204%200%200%201%20.243-.037a5%205%200%200%201-.053.227l.795.796a5.5%205.5%200%200%200%20.268-.98q.155.04.285.096c.44.19.705.527.808.915c.093.349.056.773-.145%201.185l.734.734c.434-.682.567-1.46.378-2.175a2.36%202.36%200%200%200-1.378-1.577a3%203%200%200%200-.593-.182V8.5a.5.5%200%200%200-1-.018a5%205%200%200%200-.901.151q.034-.4.093-.838a14%2014%200%200%200%201.923-.308a.5.5%200%200%200-.229-.974c-.484.114-1.003.202-1.53.26q.06-.325.133-.668a.5.5%200%200%200-.978-.21q-.105.494-.185.956c-.442.017-.878.012-1.292-.017h-.075m-4.17-4.171l2.198%202.199a3.2%203.2%200%200%200-.157-.83c-.192-.544-.593-1.019-1.334-1.236a3.6%203.6%200%200%200-.708-.133%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.082%2013.789l1.064%201.065a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708l1.411%201.41a.5.5%200%200%200%20.677.677l1.053%201.053c-.457.033-.925.138-1.315.377c-1.46.894-1.247%203.178.454%203.7c.761.235%201.5.055%202.07-.186c.178-.075.347-.16.502-.244v.355a.5.5%200%201%200%201%200v-1.29L8.99%209.697a3.2%203.2%200%200%200-.754.974c-.395.802-.36%201.725.2%202.299c.38.386.924.428%201.398.322q.324-.072.651-.238l.044.12a.5.5%200%200%200%20.937-.349a5%205%200%200%201-.122-.37q.105-.095.205-.199l.775.775l-.006.002a.5.5%200%200%200%20.359.934q.21-.082.405-.178m-3.383-3.383l.364.364c.031.487.089.914.16%201.285c-.22.136-.428.222-.607.261c-.298.067-.425-.005-.464-.045c-.176-.18-.289-.61-.019-1.157a2.3%202.3%200%200%201%20.566-.708m-4.38-4.38l.68.68v.77a6%206%200%200%201-.891.488c-.469.197-.947.287-1.389.152c-.84-.259-.984-1.428-.225-1.893c.401-.246%201.067-.28%201.734-.207zm3.637.809l1.025%201.024l.192-.003l-.021.175l1.503%201.502a4%204%200%200%201%20.243-.037a5%205%200%200%201-.053.227l.795.796a5.5%205.5%200%200%200%20.268-.98q.155.04.285.096c.44.19.705.527.808.915c.093.349.056.773-.145%201.185l.734.734c.434-.682.567-1.46.378-2.175a2.36%202.36%200%200%200-1.378-1.577a3%203%200%200%200-.593-.182V8.5a.5.5%200%200%200-1-.018a5%205%200%200%200-.901.151q.034-.4.093-.838a14%2014%200%200%200%201.923-.308a.5.5%200%200%200-.229-.974c-.484.114-1.003.202-1.53.26q.06-.325.133-.668a.5.5%200%200%200-.978-.21q-.105.494-.185.956c-.442.017-.878.012-1.292-.017h-.075m-4.17-4.171l2.198%202.199a3.2%203.2%200%200%200-.157-.83c-.192-.544-.593-1.019-1.334-1.236a3.6%203.6%200%200%200-.708-.133%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/translate-off-16-regular.svg?color=%231a73e8&size=48