translate 2 ai icon

translate-2-ai-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
translate-2-ai-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the translate 2 ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 2.5A1.5 1.5 0 0 1 10.5 4v.5h2a1.5 1.5 0 0 1 .925 2.678c-.237 1.942-1.051 3.8-2.328 5.44q.558.447 1.197.848l1.837-4.081a1.501 1.501 0 0 1 2.737 0l4.5 10a1.5 1.5 0 0 1-2.737 1.23L17.68 18.5h-4.36l-.951 2.115a1.5 1.5 0 0 1-2.737-1.23l1.424-3.167A16 16 0 0 1 9 14.774a16.6 16.6 0 0 1-4.444 2.619a1.5 1.5 0 0 1-1.113-2.786a13.6 13.6 0 0 0 3.46-1.989a12 12 0 0 1-1.24-1.937a11 11 0 0 1-.273-.575a1.5 1.5 0 0 1 2.744-1.211q.095.212.201.422q.286.556.664 1.094C9.655 9.477 10.1 8.49 10.327 7.5H4a1.5 1.5 0 0 1 0-3h3.5V4A1.5 1.5 0 0 1 9 2.5m5.669 13h1.66l-.83-1.845zM18.999 1a1 1 0 0 1 .947.677l.13.378a3 3 0 0 0 1.869 1.87l.378.129a1 1 0 0 1 0 1.892l-.378.13a3 3 0 0 0-1.87 1.87l-.13.377a1 1 0 0 1-1.892 0l-.129-.378a3 3 0 0 0-1.869-1.87l-.379-.129a1 1 0 0 1 0-1.892l.38-.13a3 3 0 0 0 1.868-1.87l.13-.377A1 1 0 0 1 19 1"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteTranslate2AiFill(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="M9 2.5A1.5 1.5 0 0 1 10.5 4v.5h2a1.5 1.5 0 0 1 .925 2.678c-.237 1.942-1.051 3.8-2.328 5.44q.558.447 1.197.848l1.837-4.081a1.501 1.501 0 0 1 2.737 0l4.5 10a1.5 1.5 0 0 1-2.737 1.23L17.68 18.5h-4.36l-.951 2.115a1.5 1.5 0 0 1-2.737-1.23l1.424-3.167A16 16 0 0 1 9 14.774a16.6 16.6 0 0 1-4.444 2.619a1.5 1.5 0 0 1-1.113-2.786a13.6 13.6 0 0 0 3.46-1.989a12 12 0 0 1-1.24-1.937a11 11 0 0 1-.273-.575a1.5 1.5 0 0 1 2.744-1.211q.095.212.201.422q.286.556.664 1.094C9.655 9.477 10.1 8.49 10.327 7.5H4a1.5 1.5 0 0 1 0-3h3.5V4A1.5 1.5 0 0 1 9 2.5m5.669 13h1.66l-.83-1.845zM18.999 1a1 1 0 0 1 .947.677l.13.378a3 3 0 0 0 1.869 1.87l.378.129a1 1 0 0 1 0 1.892l-.378.13a3 3 0 0 0-1.87 1.87l-.13.377a1 1 0 0 1-1.892 0l-.129-.378a3 3 0 0 0-1.869-1.87l-.379-.129a1 1 0 0 1 0-1.892l.38-.13a3 3 0 0 0 1.868-1.87l.13-.377A1 1 0 0 1 19 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 2.5A1.5 1.5 0 0 1 10.5 4v.5h2a1.5 1.5 0 0 1 .925 2.678c-.237 1.942-1.051 3.8-2.328 5.44q.558.447 1.197.848l1.837-4.081a1.501 1.501 0 0 1 2.737 0l4.5 10a1.5 1.5 0 0 1-2.737 1.23L17.68 18.5h-4.36l-.951 2.115a1.5 1.5 0 0 1-2.737-1.23l1.424-3.167A16 16 0 0 1 9 14.774a16.6 16.6 0 0 1-4.444 2.619a1.5 1.5 0 0 1-1.113-2.786a13.6 13.6 0 0 0 3.46-1.989a12 12 0 0 1-1.24-1.937a11 11 0 0 1-.273-.575a1.5 1.5 0 0 1 2.744-1.211q.095.212.201.422q.286.556.664 1.094C9.655 9.477 10.1 8.49 10.327 7.5H4a1.5 1.5 0 0 1 0-3h3.5V4A1.5 1.5 0 0 1 9 2.5m5.669 13h1.66l-.83-1.845zM18.999 1a1 1 0 0 1 .947.677l.13.378a3 3 0 0 0 1.869 1.87l.378.129a1 1 0 0 1 0 1.892l-.378.13a3 3 0 0 0-1.87 1.87l-.13.377a1 1 0 0 1-1.892 0l-.129-.378a3 3 0 0 0-1.869-1.87l-.379-.129a1 1 0 0 1 0-1.892l.38-.13a3 3 0 0 0 1.868-1.87l.13-.377A1 1 0 0 1 19 1"/></svg>
</template>

CSS

.icon-translate-2-ai-fill {
  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%22M9%202.5A1.5%201.5%200%200%201%2010.5%204v.5h2a1.5%201.5%200%200%201%20.925%202.678c-.237%201.942-1.051%203.8-2.328%205.44q.558.447%201.197.848l1.837-4.081a1.501%201.501%200%200%201%202.737%200l4.5%2010a1.5%201.5%200%200%201-2.737%201.23L17.68%2018.5h-4.36l-.951%202.115a1.5%201.5%200%200%201-2.737-1.23l1.424-3.167A16%2016%200%200%201%209%2014.774a16.6%2016.6%200%200%201-4.444%202.619a1.5%201.5%200%200%201-1.113-2.786a13.6%2013.6%200%200%200%203.46-1.989a12%2012%200%200%201-1.24-1.937a11%2011%200%200%201-.273-.575a1.5%201.5%200%200%201%202.744-1.211q.095.212.201.422q.286.556.664%201.094C9.655%209.477%2010.1%208.49%2010.327%207.5H4a1.5%201.5%200%200%201%200-3h3.5V4A1.5%201.5%200%200%201%209%202.5m5.669%2013h1.66l-.83-1.845zM18.999%201a1%201%200%200%201%20.947.677l.13.378a3%203%200%200%200%201.869%201.87l.378.129a1%201%200%200%201%200%201.892l-.378.13a3%203%200%200%200-1.87%201.87l-.13.377a1%201%200%200%201-1.892%200l-.129-.378a3%203%200%200%200-1.869-1.87l-.379-.129a1%201%200%200%201%200-1.892l.38-.13a3%203%200%200%200%201.868-1.87l.13-.377A1%201%200%200%201%2019%201%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%22M9%202.5A1.5%201.5%200%200%201%2010.5%204v.5h2a1.5%201.5%200%200%201%20.925%202.678c-.237%201.942-1.051%203.8-2.328%205.44q.558.447%201.197.848l1.837-4.081a1.501%201.501%200%200%201%202.737%200l4.5%2010a1.5%201.5%200%200%201-2.737%201.23L17.68%2018.5h-4.36l-.951%202.115a1.5%201.5%200%200%201-2.737-1.23l1.424-3.167A16%2016%200%200%201%209%2014.774a16.6%2016.6%200%200%201-4.444%202.619a1.5%201.5%200%200%201-1.113-2.786a13.6%2013.6%200%200%200%203.46-1.989a12%2012%200%200%201-1.24-1.937a11%2011%200%200%201-.273-.575a1.5%201.5%200%200%201%202.744-1.211q.095.212.201.422q.286.556.664%201.094C9.655%209.477%2010.1%208.49%2010.327%207.5H4a1.5%201.5%200%200%201%200-3h3.5V4A1.5%201.5%200%200%201%209%202.5m5.669%2013h1.66l-.83-1.845zM18.999%201a1%201%200%200%201%20.947.677l.13.378a3%203%200%200%200%201.869%201.87l.378.129a1%201%200%200%201%200%201.892l-.378.13a3%203%200%200%200-1.87%201.87l-.13.377a1%201%200%200%201-1.892%200l-.129-.378a3%203%200%200%200-1.869-1.87l-.379-.129a1%201%200%200%201%200-1.892l.38-.13a3%203%200%200%200%201.868-1.87l.13-.377A1%201%200%200%201%2019%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/translate-2-ai-fill.svg?color=%231a73e8&size=48