weblate logo
weblate from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- weblate
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
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 24 24"><path fill="currentColor" d="M9.662 3.809c-1.875 1.19-2.81 3.515-2.83 5.795c-.014 2.628.666 5.258 1.988 7.305c.936 1.46 2.238 2.715 3.836 3.412a6.94 6.94 0 0 0 5.647-.07c1.997-.927 3.523-2.73 4.463-4.785c1.606-3.518 1.643-7.724.12-11.295c-1.146.458-2.166-.271-2.166-.271s.003 1.122-1.083 1.685c1.115 2.612 1.088 5.717-.03 8.263c-.538 1.225-1.358 2.365-2.498 3.01c-.917.52-2.04.625-3.052.184c-1.342-.585-2.293-1.864-2.89-3.254c-.466-1.067-.782-2.447-.802-3.878c-.037-1.724.728-3.193 1.635-3.218c.622-.024 1.427.918 1.598 2.435c.158 1.543-.177 3.72-1.174 5.49c.677 1.085 1.77 1.98 2.951 1.974c1.386-2.338 1.827-4.911 1.793-6.987c-.02-2.28-.955-4.603-2.83-5.795c-1.437-.907-3.173-.948-4.676 0M3.278 3.9s-1.018.73-2.163.27c-1.524 3.573-1.488 7.778.12 11.296c.94 2.056 2.465 3.858 4.462 4.785a6.95 6.95 0 0 0 5.523.124a9 9 0 0 1-1.75-1.455a11 11 0 0 1-1.267-1.628c-.768-.08-1.498-.482-2.003-.913c-1.447-1.213-2.453-3.478-2.632-5.9c-.12-1.635.14-3.354.795-4.894C3.276 5.022 3.278 3.9 3.278 3.9"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsWeblate(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.662 3.809c-1.875 1.19-2.81 3.515-2.83 5.795c-.014 2.628.666 5.258 1.988 7.305c.936 1.46 2.238 2.715 3.836 3.412a6.94 6.94 0 0 0 5.647-.07c1.997-.927 3.523-2.73 4.463-4.785c1.606-3.518 1.643-7.724.12-11.295c-1.146.458-2.166-.271-2.166-.271s.003 1.122-1.083 1.685c1.115 2.612 1.088 5.717-.03 8.263c-.538 1.225-1.358 2.365-2.498 3.01c-.917.52-2.04.625-3.052.184c-1.342-.585-2.293-1.864-2.89-3.254c-.466-1.067-.782-2.447-.802-3.878c-.037-1.724.728-3.193 1.635-3.218c.622-.024 1.427.918 1.598 2.435c.158 1.543-.177 3.72-1.174 5.49c.677 1.085 1.77 1.98 2.951 1.974c1.386-2.338 1.827-4.911 1.793-6.987c-.02-2.28-.955-4.603-2.83-5.795c-1.437-.907-3.173-.948-4.676 0M3.278 3.9s-1.018.73-2.163.27c-1.524 3.573-1.488 7.778.12 11.296c.94 2.056 2.465 3.858 4.462 4.785a6.95 6.95 0 0 0 5.523.124a9 9 0 0 1-1.75-1.455a11 11 0 0 1-1.267-1.628c-.768-.08-1.498-.482-2.003-.913c-1.447-1.213-2.453-3.478-2.632-5.9c-.12-1.635.14-3.354.795-4.894C3.276 5.022 3.278 3.9 3.278 3.9"/></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.662 3.809c-1.875 1.19-2.81 3.515-2.83 5.795c-.014 2.628.666 5.258 1.988 7.305c.936 1.46 2.238 2.715 3.836 3.412a6.94 6.94 0 0 0 5.647-.07c1.997-.927 3.523-2.73 4.463-4.785c1.606-3.518 1.643-7.724.12-11.295c-1.146.458-2.166-.271-2.166-.271s.003 1.122-1.083 1.685c1.115 2.612 1.088 5.717-.03 8.263c-.538 1.225-1.358 2.365-2.498 3.01c-.917.52-2.04.625-3.052.184c-1.342-.585-2.293-1.864-2.89-3.254c-.466-1.067-.782-2.447-.802-3.878c-.037-1.724.728-3.193 1.635-3.218c.622-.024 1.427.918 1.598 2.435c.158 1.543-.177 3.72-1.174 5.49c.677 1.085 1.77 1.98 2.951 1.974c1.386-2.338 1.827-4.911 1.793-6.987c-.02-2.28-.955-4.603-2.83-5.795c-1.437-.907-3.173-.948-4.676 0M3.278 3.9s-1.018.73-2.163.27c-1.524 3.573-1.488 7.778.12 11.296c.94 2.056 2.465 3.858 4.462 4.785a6.95 6.95 0 0 0 5.523.124a9 9 0 0 1-1.75-1.455a11 11 0 0 1-1.267-1.628c-.768-.08-1.498-.482-2.003-.913c-1.447-1.213-2.453-3.478-2.632-5.9c-.12-1.635.14-3.354.795-4.894C3.276 5.022 3.278 3.9 3.278 3.9"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.662%203.809c-1.875%201.19-2.81%203.515-2.83%205.795c-.014%202.628.666%205.258%201.988%207.305c.936%201.46%202.238%202.715%203.836%203.412a6.94%206.94%200%200%200%205.647-.07c1.997-.927%203.523-2.73%204.463-4.785c1.606-3.518%201.643-7.724.12-11.295c-1.146.458-2.166-.271-2.166-.271s.003%201.122-1.083%201.685c1.115%202.612%201.088%205.717-.03%208.263c-.538%201.225-1.358%202.365-2.498%203.01c-.917.52-2.04.625-3.052.184c-1.342-.585-2.293-1.864-2.89-3.254c-.466-1.067-.782-2.447-.802-3.878c-.037-1.724.728-3.193%201.635-3.218c.622-.024%201.427.918%201.598%202.435c.158%201.543-.177%203.72-1.174%205.49c.677%201.085%201.77%201.98%202.951%201.974c1.386-2.338%201.827-4.911%201.793-6.987c-.02-2.28-.955-4.603-2.83-5.795c-1.437-.907-3.173-.948-4.676%200M3.278%203.9s-1.018.73-2.163.27c-1.524%203.573-1.488%207.778.12%2011.296c.94%202.056%202.465%203.858%204.462%204.785a6.95%206.95%200%200%200%205.523.124a9%209%200%200%201-1.75-1.455a11%2011%200%200%201-1.267-1.628c-.768-.08-1.498-.482-2.003-.913c-1.447-1.213-2.453-3.478-2.632-5.9c-.12-1.635.14-3.354.795-4.894C3.276%205.022%203.278%203.9%203.278%203.9%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.662%203.809c-1.875%201.19-2.81%203.515-2.83%205.795c-.014%202.628.666%205.258%201.988%207.305c.936%201.46%202.238%202.715%203.836%203.412a6.94%206.94%200%200%200%205.647-.07c1.997-.927%203.523-2.73%204.463-4.785c1.606-3.518%201.643-7.724.12-11.295c-1.146.458-2.166-.271-2.166-.271s.003%201.122-1.083%201.685c1.115%202.612%201.088%205.717-.03%208.263c-.538%201.225-1.358%202.365-2.498%203.01c-.917.52-2.04.625-3.052.184c-1.342-.585-2.293-1.864-2.89-3.254c-.466-1.067-.782-2.447-.802-3.878c-.037-1.724.728-3.193%201.635-3.218c.622-.024%201.427.918%201.598%202.435c.158%201.543-.177%203.72-1.174%205.49c.677%201.085%201.77%201.98%202.951%201.974c1.386-2.338%201.827-4.911%201.793-6.987c-.02-2.28-.955-4.603-2.83-5.795c-1.437-.907-3.173-.948-4.676%200M3.278%203.9s-1.018.73-2.163.27c-1.524%203.573-1.488%207.778.12%2011.296c.94%202.056%202.465%203.858%204.462%204.785a6.95%206.95%200%200%200%205.523.124a9%209%200%200%201-1.75-1.455a11%2011%200%200%201-1.267-1.628c-.768-.08-1.498-.482-2.003-.913c-1.447-1.213-2.453-3.478-2.632-5.9c-.12-1.635.14-3.354.795-4.894C3.276%205.022%203.278%203.9%203.278%203.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/weblate.svg?color=%231a73e8&size=48