weblate logo
weblate from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- weblate
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
1 other variant in Devicon
The same logo in other sets
Use the weblate logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g transform="translate(50 76)"><linearGradient id="SVGBErdEciY" x1="-100.86" x2="-37.246" y1="63.797" y2="63.797" gradientTransform="matrix(.9831 0 0 -1.0172 49.154 52.895)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00d2e6"/><stop offset="1" stop-color="#2eccaa"/></linearGradient><path fill="url(#SVGBErdEciY)" d="M32 12.5c-1.9 0-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4 1.5-2.9 2.2-4.4c2.8-6.6 4.2-13.9 4.3-21.1v-.8c0-2.8-.4-5.7-1.4-8.3c-1.1-3.1-2.9-6.1-5.7-7.3c-.5-.2-1.1-.3-1.6-.3c-3.6-6.7-3.7-13 0-19.1h.2c4.3 0 8.6 1.4 12.3 3.7c10 6.4 15 18.7 15.1 30.9v.4h.1c-.1 12.9-3.2 26-9.7 36.9M9.8 32.7c-9.3 3.8-20.2 3.6-29.4-.7c-10.6-4.9-18.8-14.6-23.8-25.5c-8.6-18.8-8.8-41.2-.6-60.2c6.1 2.4 11.5-1.4 11.5-1.4s0 6 5.8 9c-5.9 13.9-5.8 30.5.2 44.1c2.9 6.5 7.3 12.6 13.3 16.1c2.2 1.2 4.6 2 7 2.3c4.3 6.6 9.8 12.3 16 16.3"/><linearGradient id="SVG8SIBpccU" x1="-59.46" x2="-26.638" y1="27.873" y2="43.338" gradientTransform="matrix(1.1631 0 0 -.8598 58.153 44.71)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity="0"/><stop offset=".514"/><stop offset="1" stop-opacity="0"/></linearGradient><path fill="url(#SVG8SIBpccU)" fill-rule="evenodd" d="M32 12.5c-1.9 0-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4 1.5-2.9 2.2-4.4c.9-2 1.6-4 2.2-6.1C22-13.4 40.2-7.3 37.5.7C36 4.8 34.2 8.8 32 12.5M9.8 32.7c-9.3 3.8-20.2 3.6-29.4-.7c-10.6-4.9.3-21.5 6.4-18.1c2.2 1.2 4.5 2 7 2.3c4.3 6.8 9.8 12.5 16 16.5" clip-rule="evenodd" opacity=".3"/><linearGradient id="SVGlre3zbbM" x1="29.342" x2="-34.164" y1="63.797" y2="63.797" gradientTransform="matrix(.9831 0 0 -1.0172 49.154 52.895)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1fa385"/><stop offset="1" stop-color="#2eccaa"/></linearGradient><path fill="url(#SVGlre3zbbM)" d="M-13.6-24.3v-.4c.1-12.2 5.1-24.6 15.1-30.9c3.7-2.3 8-3.7 12.3-3.7h.2v19.1c-.5 0-1.1.1-1.6.3c-2.8 1.2-4.6 4.3-5.7 7.3c-1 2.7-1.4 5.5-1.4 8.3v.8c.1 7.2 1.4 14.4 4.3 21C12.7 5 17.8 11.8 25 14.9c5.4 2.4 11.4 1.8 16.3-1c6.1-3.4 10.5-9.5 13.3-16.1c6-13.6 6.1-30.1.2-44.1c5.8-3 5.8-9 5.8-9s5.4 3.9 11.5 1.4c8.1 19 7.9 41.5-.6 60.2c-5 11-13.1 20.6-23.8 25.5c-9.5 4.4-20.6 4.5-30.1.4C9 28.7 2 22-3 14.2c-7.2-11.3-10.6-25-10.6-38.5"/></g></svg>
React
import type { SVGProps } from "react";
export function DeviconWeblate(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g transform="translate(50 76)"><linearGradient id="SVGBErdEciY" x1="-100.86" x2="-37.246" y1="63.797" y2="63.797" gradientTransform="matrix(.9831 0 0 -1.0172 49.154 52.895)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#00d2e6"/><stop offset="1" stopColor="#2eccaa"/></linearGradient><path fill="url(#SVGBErdEciY)" d="M32 12.5c-1.9 0-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4 1.5-2.9 2.2-4.4c2.8-6.6 4.2-13.9 4.3-21.1v-.8c0-2.8-.4-5.7-1.4-8.3c-1.1-3.1-2.9-6.1-5.7-7.3c-.5-.2-1.1-.3-1.6-.3c-3.6-6.7-3.7-13 0-19.1h.2c4.3 0 8.6 1.4 12.3 3.7c10 6.4 15 18.7 15.1 30.9v.4h.1c-.1 12.9-3.2 26-9.7 36.9M9.8 32.7c-9.3 3.8-20.2 3.6-29.4-.7c-10.6-4.9-18.8-14.6-23.8-25.5c-8.6-18.8-8.8-41.2-.6-60.2c6.1 2.4 11.5-1.4 11.5-1.4s0 6 5.8 9c-5.9 13.9-5.8 30.5.2 44.1c2.9 6.5 7.3 12.6 13.3 16.1c2.2 1.2 4.6 2 7 2.3c4.3 6.6 9.8 12.3 16 16.3"/><linearGradient id="SVG8SIBpccU" x1="-59.46" x2="-26.638" y1="27.873" y2="43.338" gradientTransform="matrix(1.1631 0 0 -.8598 58.153 44.71)" gradientUnits="userSpaceOnUse"><stop offset="0" stopOpacity="0"/><stop offset=".514"/><stop offset="1" stopOpacity="0"/></linearGradient><path fill="url(#SVG8SIBpccU)" fillRule="evenodd" d="M32 12.5c-1.9 0-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4 1.5-2.9 2.2-4.4c.9-2 1.6-4 2.2-6.1C22-13.4 40.2-7.3 37.5.7C36 4.8 34.2 8.8 32 12.5M9.8 32.7c-9.3 3.8-20.2 3.6-29.4-.7c-10.6-4.9.3-21.5 6.4-18.1c2.2 1.2 4.5 2 7 2.3c4.3 6.8 9.8 12.5 16 16.5" clipRule="evenodd" opacity=".3"/><linearGradient id="SVGlre3zbbM" x1="29.342" x2="-34.164" y1="63.797" y2="63.797" gradientTransform="matrix(.9831 0 0 -1.0172 49.154 52.895)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#1fa385"/><stop offset="1" stopColor="#2eccaa"/></linearGradient><path fill="url(#SVGlre3zbbM)" d="M-13.6-24.3v-.4c.1-12.2 5.1-24.6 15.1-30.9c3.7-2.3 8-3.7 12.3-3.7h.2v19.1c-.5 0-1.1.1-1.6.3c-2.8 1.2-4.6 4.3-5.7 7.3c-1 2.7-1.4 5.5-1.4 8.3v.8c.1 7.2 1.4 14.4 4.3 21C12.7 5 17.8 11.8 25 14.9c5.4 2.4 11.4 1.8 16.3-1c6.1-3.4 10.5-9.5 13.3-16.1c6-13.6 6.1-30.1.2-44.1c5.8-3 5.8-9 5.8-9s5.4 3.9 11.5 1.4c8.1 19 7.9 41.5-.6 60.2c-5 11-13.1 20.6-23.8 25.5c-9.5 4.4-20.6 4.5-30.1.4C9 28.7 2 22-3 14.2c-7.2-11.3-10.6-25-10.6-38.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><g transform="translate(50 76)"><linearGradient id="SVGBErdEciY" x1="-100.86" x2="-37.246" y1="63.797" y2="63.797" gradientTransform="matrix(.9831 0 0 -1.0172 49.154 52.895)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00d2e6"/><stop offset="1" stop-color="#2eccaa"/></linearGradient><path fill="url(#SVGBErdEciY)" d="M32 12.5c-1.9 0-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4 1.5-2.9 2.2-4.4c2.8-6.6 4.2-13.9 4.3-21.1v-.8c0-2.8-.4-5.7-1.4-8.3c-1.1-3.1-2.9-6.1-5.7-7.3c-.5-.2-1.1-.3-1.6-.3c-3.6-6.7-3.7-13 0-19.1h.2c4.3 0 8.6 1.4 12.3 3.7c10 6.4 15 18.7 15.1 30.9v.4h.1c-.1 12.9-3.2 26-9.7 36.9M9.8 32.7c-9.3 3.8-20.2 3.6-29.4-.7c-10.6-4.9-18.8-14.6-23.8-25.5c-8.6-18.8-8.8-41.2-.6-60.2c6.1 2.4 11.5-1.4 11.5-1.4s0 6 5.8 9c-5.9 13.9-5.8 30.5.2 44.1c2.9 6.5 7.3 12.6 13.3 16.1c2.2 1.2 4.6 2 7 2.3c4.3 6.6 9.8 12.3 16 16.3"/><linearGradient id="SVG8SIBpccU" x1="-59.46" x2="-26.638" y1="27.873" y2="43.338" gradientTransform="matrix(1.1631 0 0 -.8598 58.153 44.71)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-opacity="0"/><stop offset=".514"/><stop offset="1" stop-opacity="0"/></linearGradient><path fill="url(#SVG8SIBpccU)" fill-rule="evenodd" d="M32 12.5c-1.9 0-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4 1.5-2.9 2.2-4.4c.9-2 1.6-4 2.2-6.1C22-13.4 40.2-7.3 37.5.7C36 4.8 34.2 8.8 32 12.5M9.8 32.7c-9.3 3.8-20.2 3.6-29.4-.7c-10.6-4.9.3-21.5 6.4-18.1c2.2 1.2 4.5 2 7 2.3c4.3 6.8 9.8 12.5 16 16.5" clip-rule="evenodd" opacity=".3"/><linearGradient id="SVGlre3zbbM" x1="29.342" x2="-34.164" y1="63.797" y2="63.797" gradientTransform="matrix(.9831 0 0 -1.0172 49.154 52.895)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#1fa385"/><stop offset="1" stop-color="#2eccaa"/></linearGradient><path fill="url(#SVGlre3zbbM)" d="M-13.6-24.3v-.4c.1-12.2 5.1-24.6 15.1-30.9c3.7-2.3 8-3.7 12.3-3.7h.2v19.1c-.5 0-1.1.1-1.6.3c-2.8 1.2-4.6 4.3-5.7 7.3c-1 2.7-1.4 5.5-1.4 8.3v.8c.1 7.2 1.4 14.4 4.3 21C12.7 5 17.8 11.8 25 14.9c5.4 2.4 11.4 1.8 16.3-1c6.1-3.4 10.5-9.5 13.3-16.1c6-13.6 6.1-30.1.2-44.1c5.8-3 5.8-9 5.8-9s5.4 3.9 11.5 1.4c8.1 19 7.9 41.5-.6 60.2c-5 11-13.1 20.6-23.8 25.5c-9.5 4.4-20.6 4.5-30.1.4C9 28.7 2 22-3 14.2c-7.2-11.3-10.6-25-10.6-38.5"/></g></svg> </template>
CSS
.icon-weblate {
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%20128%20128%22%3E%3Cg%20transform%3D%22translate(50%2076)%22%3E%3ClinearGradient%20id%3D%22SVGBErdEciY%22%20x1%3D%22-100.86%22%20x2%3D%22-37.246%22%20y1%3D%2263.797%22%20y2%3D%2263.797%22%20gradientTransform%3D%22matrix(.9831%200%200%20-1.0172%2049.154%2052.895)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300d2e6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232eccaa%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGBErdEciY)%22%20d%3D%22M32%2012.5c-1.9%200-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4%201.5-2.9%202.2-4.4c2.8-6.6%204.2-13.9%204.3-21.1v-.8c0-2.8-.4-5.7-1.4-8.3c-1.1-3.1-2.9-6.1-5.7-7.3c-.5-.2-1.1-.3-1.6-.3c-3.6-6.7-3.7-13%200-19.1h.2c4.3%200%208.6%201.4%2012.3%203.7c10%206.4%2015%2018.7%2015.1%2030.9v.4h.1c-.1%2012.9-3.2%2026-9.7%2036.9M9.8%2032.7c-9.3%203.8-20.2%203.6-29.4-.7c-10.6-4.9-18.8-14.6-23.8-25.5c-8.6-18.8-8.8-41.2-.6-60.2c6.1%202.4%2011.5-1.4%2011.5-1.4s0%206%205.8%209c-5.9%2013.9-5.8%2030.5.2%2044.1c2.9%206.5%207.3%2012.6%2013.3%2016.1c2.2%201.2%204.6%202%207%202.3c4.3%206.6%209.8%2012.3%2016%2016.3%22%2F%3E%3ClinearGradient%20id%3D%22SVG8SIBpccU%22%20x1%3D%22-59.46%22%20x2%3D%22-26.638%22%20y1%3D%2227.873%22%20y2%3D%2243.338%22%20gradientTransform%3D%22matrix(1.1631%200%200%20-.8598%2058.153%2044.71)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.514%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG8SIBpccU)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2012.5c-1.9%200-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4%201.5-2.9%202.2-4.4c.9-2%201.6-4%202.2-6.1C22-13.4%2040.2-7.3%2037.5.7C36%204.8%2034.2%208.8%2032%2012.5M9.8%2032.7c-9.3%203.8-20.2%203.6-29.4-.7c-10.6-4.9.3-21.5%206.4-18.1c2.2%201.2%204.5%202%207%202.3c4.3%206.8%209.8%2012.5%2016%2016.5%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.3%22%2F%3E%3ClinearGradient%20id%3D%22SVGlre3zbbM%22%20x1%3D%2229.342%22%20x2%3D%22-34.164%22%20y1%3D%2263.797%22%20y2%3D%2263.797%22%20gradientTransform%3D%22matrix(.9831%200%200%20-1.0172%2049.154%2052.895)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%231fa385%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232eccaa%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGlre3zbbM)%22%20d%3D%22M-13.6-24.3v-.4c.1-12.2%205.1-24.6%2015.1-30.9c3.7-2.3%208-3.7%2012.3-3.7h.2v19.1c-.5%200-1.1.1-1.6.3c-2.8%201.2-4.6%204.3-5.7%207.3c-1%202.7-1.4%205.5-1.4%208.3v.8c.1%207.2%201.4%2014.4%204.3%2021C12.7%205%2017.8%2011.8%2025%2014.9c5.4%202.4%2011.4%201.8%2016.3-1c6.1-3.4%2010.5-9.5%2013.3-16.1c6-13.6%206.1-30.1.2-44.1c5.8-3%205.8-9%205.8-9s5.4%203.9%2011.5%201.4c8.1%2019%207.9%2041.5-.6%2060.2c-5%2011-13.1%2020.6-23.8%2025.5c-9.5%204.4-20.6%204.5-30.1.4C9%2028.7%202%2022-3%2014.2c-7.2-11.3-10.6-25-10.6-38.5%22%2F%3E%3C%2Fg%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%20128%20128%22%3E%3Cg%20transform%3D%22translate(50%2076)%22%3E%3ClinearGradient%20id%3D%22SVGBErdEciY%22%20x1%3D%22-100.86%22%20x2%3D%22-37.246%22%20y1%3D%2263.797%22%20y2%3D%2263.797%22%20gradientTransform%3D%22matrix(.9831%200%200%20-1.0172%2049.154%2052.895)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300d2e6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232eccaa%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGBErdEciY)%22%20d%3D%22M32%2012.5c-1.9%200-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4%201.5-2.9%202.2-4.4c2.8-6.6%204.2-13.9%204.3-21.1v-.8c0-2.8-.4-5.7-1.4-8.3c-1.1-3.1-2.9-6.1-5.7-7.3c-.5-.2-1.1-.3-1.6-.3c-3.6-6.7-3.7-13%200-19.1h.2c4.3%200%208.6%201.4%2012.3%203.7c10%206.4%2015%2018.7%2015.1%2030.9v.4h.1c-.1%2012.9-3.2%2026-9.7%2036.9M9.8%2032.7c-9.3%203.8-20.2%203.6-29.4-.7c-10.6-4.9-18.8-14.6-23.8-25.5c-8.6-18.8-8.8-41.2-.6-60.2c6.1%202.4%2011.5-1.4%2011.5-1.4s0%206%205.8%209c-5.9%2013.9-5.8%2030.5.2%2044.1c2.9%206.5%207.3%2012.6%2013.3%2016.1c2.2%201.2%204.6%202%207%202.3c4.3%206.6%209.8%2012.3%2016%2016.3%22%2F%3E%3ClinearGradient%20id%3D%22SVG8SIBpccU%22%20x1%3D%22-59.46%22%20x2%3D%22-26.638%22%20y1%3D%2227.873%22%20y2%3D%2243.338%22%20gradientTransform%3D%22matrix(1.1631%200%200%20-.8598%2058.153%2044.71)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-opacity%3D%220%22%2F%3E%3Cstop%20offset%3D%22.514%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-opacity%3D%220%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVG8SIBpccU)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M32%2012.5c-1.9%200-3.7-.4-5.5-1.2c-4-1.7-7.4-5-10.3-9.4c.8-1.4%201.5-2.9%202.2-4.4c.9-2%201.6-4%202.2-6.1C22-13.4%2040.2-7.3%2037.5.7C36%204.8%2034.2%208.8%2032%2012.5M9.8%2032.7c-9.3%203.8-20.2%203.6-29.4-.7c-10.6-4.9.3-21.5%206.4-18.1c2.2%201.2%204.5%202%207%202.3c4.3%206.8%209.8%2012.5%2016%2016.5%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.3%22%2F%3E%3ClinearGradient%20id%3D%22SVGlre3zbbM%22%20x1%3D%2229.342%22%20x2%3D%22-34.164%22%20y1%3D%2263.797%22%20y2%3D%2263.797%22%20gradientTransform%3D%22matrix(.9831%200%200%20-1.0172%2049.154%2052.895)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%231fa385%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%232eccaa%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23SVGlre3zbbM)%22%20d%3D%22M-13.6-24.3v-.4c.1-12.2%205.1-24.6%2015.1-30.9c3.7-2.3%208-3.7%2012.3-3.7h.2v19.1c-.5%200-1.1.1-1.6.3c-2.8%201.2-4.6%204.3-5.7%207.3c-1%202.7-1.4%205.5-1.4%208.3v.8c.1%207.2%201.4%2014.4%204.3%2021C12.7%205%2017.8%2011.8%2025%2014.9c5.4%202.4%2011.4%201.8%2016.3-1c6.1-3.4%2010.5-9.5%2013.3-16.1c6-13.6%206.1-30.1.2-44.1c5.8-3%205.8-9%205.8-9s5.4%203.9%2011.5%201.4c8.1%2019%207.9%2041.5-.6%2060.2c-5%2011-13.1%2020.6-23.8%2025.5c-9.5%204.4-20.6%204.5-30.1.4C9%2028.7%202%2022-3%2014.2c-7.2-11.3-10.6-25-10.6-38.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/weblate.svg?color=%231a73e8&size=48