libretranslate logo
libretranslate from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- libretranslate
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the libretranslate logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.784 0q-1.717 4.666-8.892 7.991l1.362 1.523q5.395-2.638 7.819-5.996q2.478 3.186 8.195 6.125l1.276-1.577q-6.103-2.928-8.42-6.242q.118-.183.483-1.255ZM9.547 7.991q-.322 3.508-1.448 5.803q-1.116 2.295-3.669 4.569l1.427 1.276q2.842-2.606 4.194-5.556q1.18 1.03 2.413 2.65l1.459-1.309q-1.148-1.459-3.229-3.25q.547-2.027.762-3.98zm7.1 0q-.171 4.151-1.415 6.393q-1.245 2.241-3.733 3.893l1.405 1.298q3.572-2.606 4.709-5.824q1.726 3.464 4.87 5.867l1.404-1.34q-1.78-1.32-3.014-2.79q-1.222-1.48-1.866-3.046q-.633-1.576-.633-2.145l.075-.75q.086-.838.086-1.395zm-16.534.81V24h9.444v-1.71H2.05V8.803Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsLibretranslate(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="M13.784 0q-1.717 4.666-8.892 7.991l1.362 1.523q5.395-2.638 7.819-5.996q2.478 3.186 8.195 6.125l1.276-1.577q-6.103-2.928-8.42-6.242q.118-.183.483-1.255ZM9.547 7.991q-.322 3.508-1.448 5.803q-1.116 2.295-3.669 4.569l1.427 1.276q2.842-2.606 4.194-5.556q1.18 1.03 2.413 2.65l1.459-1.309q-1.148-1.459-3.229-3.25q.547-2.027.762-3.98zm7.1 0q-.171 4.151-1.415 6.393q-1.245 2.241-3.733 3.893l1.405 1.298q3.572-2.606 4.709-5.824q1.726 3.464 4.87 5.867l1.404-1.34q-1.78-1.32-3.014-2.79q-1.222-1.48-1.866-3.046q-.633-1.576-.633-2.145l.075-.75q.086-.838.086-1.395zm-16.534.81V24h9.444v-1.71H2.05V8.803Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.784 0q-1.717 4.666-8.892 7.991l1.362 1.523q5.395-2.638 7.819-5.996q2.478 3.186 8.195 6.125l1.276-1.577q-6.103-2.928-8.42-6.242q.118-.183.483-1.255ZM9.547 7.991q-.322 3.508-1.448 5.803q-1.116 2.295-3.669 4.569l1.427 1.276q2.842-2.606 4.194-5.556q1.18 1.03 2.413 2.65l1.459-1.309q-1.148-1.459-3.229-3.25q.547-2.027.762-3.98zm7.1 0q-.171 4.151-1.415 6.393q-1.245 2.241-3.733 3.893l1.405 1.298q3.572-2.606 4.709-5.824q1.726 3.464 4.87 5.867l1.404-1.34q-1.78-1.32-3.014-2.79q-1.222-1.48-1.866-3.046q-.633-1.576-.633-2.145l.075-.75q.086-.838.086-1.395zm-16.534.81V24h9.444v-1.71H2.05V8.803Z"/></svg> </template>
CSS
.icon-libretranslate {
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%22M13.784%200q-1.717%204.666-8.892%207.991l1.362%201.523q5.395-2.638%207.819-5.996q2.478%203.186%208.195%206.125l1.276-1.577q-6.103-2.928-8.42-6.242q.118-.183.483-1.255ZM9.547%207.991q-.322%203.508-1.448%205.803q-1.116%202.295-3.669%204.569l1.427%201.276q2.842-2.606%204.194-5.556q1.18%201.03%202.413%202.65l1.459-1.309q-1.148-1.459-3.229-3.25q.547-2.027.762-3.98zm7.1%200q-.171%204.151-1.415%206.393q-1.245%202.241-3.733%203.893l1.405%201.298q3.572-2.606%204.709-5.824q1.726%203.464%204.87%205.867l1.404-1.34q-1.78-1.32-3.014-2.79q-1.222-1.48-1.866-3.046q-.633-1.576-.633-2.145l.075-.75q.086-.838.086-1.395zm-16.534.81V24h9.444v-1.71H2.05V8.803Z%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%22M13.784%200q-1.717%204.666-8.892%207.991l1.362%201.523q5.395-2.638%207.819-5.996q2.478%203.186%208.195%206.125l1.276-1.577q-6.103-2.928-8.42-6.242q.118-.183.483-1.255ZM9.547%207.991q-.322%203.508-1.448%205.803q-1.116%202.295-3.669%204.569l1.427%201.276q2.842-2.606%204.194-5.556q1.18%201.03%202.413%202.65l1.459-1.309q-1.148-1.459-3.229-3.25q.547-2.027.762-3.98zm7.1%200q-.171%204.151-1.415%206.393q-1.245%202.241-3.733%203.893l1.405%201.298q3.572-2.606%204.709-5.824q1.726%203.464%204.87%205.867l1.404-1.34q-1.78-1.32-3.014-2.79q-1.222-1.48-1.866-3.046q-.633-1.576-.633-2.145l.075-.75q.086-.838.086-1.395zm-16.534.81V24h9.444v-1.71H2.05V8.803Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/libretranslate.svg?color=%231a73e8&size=48