languagetool logo

languagetool from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
languagetool
Set
SVG Logos
Style
Color
Viewbox
256×194
License
CC0

The same logo in other sets

Use the languagetool logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 194"><path d="M36.452 0h24.85a18.683 18.683 0 0 1 18.683 18.683v72.491h48.577v26.157h-56.05c-10.318 0-18.683-8.365-18.683-18.683V26.157H36.452zm190.01 18.683v19.43h-26.156V26.158H179.75v91.174h-26.156V26.157h-20.549v11.957h-26.157v-19.43C106.89 8.363 115.254 0 125.573 0h82.206c10.319 0 18.683 8.365 18.683 18.683"/><path fill="#239aff" d="M24.327 187.485L0 170.11c7.144-10.006 14.52-17.745 22.276-23.177c8.622-6.032 17.781-9.24 27.254-9.24c8.795 0 16.415 2.135 23.221 6.218a52.7 52.7 0 0 1 7.817 5.8c1.761 1.548 3.017 2.768 5.689 5.44c4.05 4.048 5.73 5.533 7.745 6.741c2.186 1.312 4.493 1.958 7.841 1.958c3.351 0 5.668-.649 7.865-1.964c2.024-1.21 3.722-2.705 7.773-6.747l.035-.036c2.66-2.654 3.928-3.883 5.686-5.431a52.7 52.7 0 0 1 7.802-5.779c6.795-4.071 14.39-6.2 23.153-6.2c8.761 0 16.357 2.129 23.152 6.2c2.738 1.644 5.255 3.537 7.802 5.779c1.76 1.548 3.028 2.777 5.686 5.431l.039.036c4.047 4.042 5.745 5.536 7.769 6.747c2.197 1.315 4.514 1.964 7.865 1.964c2.983 0 6.277-1.154 10.113-3.838c4.699-3.289 9.78-8.627 15.09-16.059L256 161.328c-7.147 10.005-14.52 17.745-22.276 23.176c-8.622 6.033-17.781 9.24-27.254 9.24c-8.792 0-16.412-2.131-23.224-6.212a52.7 52.7 0 0 1-7.83-5.793c-1.763-1.551-3.033-2.78-5.697-5.44l-.039-.04c-4.038-4.029-5.73-5.518-7.742-6.725c-2.176-1.304-4.466-1.946-7.781-1.946c-3.316 0-5.605.642-7.782 1.946c-2.011 1.207-3.703 2.696-7.742 6.726l-.036.039c-2.666 2.66-3.937 3.889-5.7 5.44c-2.556 2.248-5.082 4.15-7.833 5.793c-6.81 4.08-14.426 6.212-23.22 6.212c-8.795 0-16.412-2.134-23.222-6.218a53 53 0 0 1-7.817-5.796c-1.758-1.551-3.016-2.77-5.685-5.44c-4.051-4.05-5.734-5.537-7.749-6.744c-2.185-1.313-4.493-1.958-7.84-1.958c-2.984 0-6.278 1.154-10.114 3.838c-4.699 3.288-9.78 8.627-15.09 16.059"/></svg>

React

import type { SVGProps } from "react";

export function LogosLanguagetool(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 194"><path d="M36.452 0h24.85a18.683 18.683 0 0 1 18.683 18.683v72.491h48.577v26.157h-56.05c-10.318 0-18.683-8.365-18.683-18.683V26.157H36.452zm190.01 18.683v19.43h-26.156V26.158H179.75v91.174h-26.156V26.157h-20.549v11.957h-26.157v-19.43C106.89 8.363 115.254 0 125.573 0h82.206c10.319 0 18.683 8.365 18.683 18.683"/><path fill="#239aff" d="M24.327 187.485L0 170.11c7.144-10.006 14.52-17.745 22.276-23.177c8.622-6.032 17.781-9.24 27.254-9.24c8.795 0 16.415 2.135 23.221 6.218a52.7 52.7 0 0 1 7.817 5.8c1.761 1.548 3.017 2.768 5.689 5.44c4.05 4.048 5.73 5.533 7.745 6.741c2.186 1.312 4.493 1.958 7.841 1.958c3.351 0 5.668-.649 7.865-1.964c2.024-1.21 3.722-2.705 7.773-6.747l.035-.036c2.66-2.654 3.928-3.883 5.686-5.431a52.7 52.7 0 0 1 7.802-5.779c6.795-4.071 14.39-6.2 23.153-6.2c8.761 0 16.357 2.129 23.152 6.2c2.738 1.644 5.255 3.537 7.802 5.779c1.76 1.548 3.028 2.777 5.686 5.431l.039.036c4.047 4.042 5.745 5.536 7.769 6.747c2.197 1.315 4.514 1.964 7.865 1.964c2.983 0 6.277-1.154 10.113-3.838c4.699-3.289 9.78-8.627 15.09-16.059L256 161.328c-7.147 10.005-14.52 17.745-22.276 23.176c-8.622 6.033-17.781 9.24-27.254 9.24c-8.792 0-16.412-2.131-23.224-6.212a52.7 52.7 0 0 1-7.83-5.793c-1.763-1.551-3.033-2.78-5.697-5.44l-.039-.04c-4.038-4.029-5.73-5.518-7.742-6.725c-2.176-1.304-4.466-1.946-7.781-1.946c-3.316 0-5.605.642-7.782 1.946c-2.011 1.207-3.703 2.696-7.742 6.726l-.036.039c-2.666 2.66-3.937 3.889-5.7 5.44c-2.556 2.248-5.082 4.15-7.833 5.793c-6.81 4.08-14.426 6.212-23.22 6.212c-8.795 0-16.412-2.134-23.222-6.218a53 53 0 0 1-7.817-5.796c-1.758-1.551-3.016-2.77-5.685-5.44c-4.051-4.05-5.734-5.537-7.749-6.744c-2.185-1.313-4.493-1.958-7.84-1.958c-2.984 0-6.278 1.154-10.114 3.838c-4.699 3.288-9.78 8.627-15.09 16.059"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 194"><path d="M36.452 0h24.85a18.683 18.683 0 0 1 18.683 18.683v72.491h48.577v26.157h-56.05c-10.318 0-18.683-8.365-18.683-18.683V26.157H36.452zm190.01 18.683v19.43h-26.156V26.158H179.75v91.174h-26.156V26.157h-20.549v11.957h-26.157v-19.43C106.89 8.363 115.254 0 125.573 0h82.206c10.319 0 18.683 8.365 18.683 18.683"/><path fill="#239aff" d="M24.327 187.485L0 170.11c7.144-10.006 14.52-17.745 22.276-23.177c8.622-6.032 17.781-9.24 27.254-9.24c8.795 0 16.415 2.135 23.221 6.218a52.7 52.7 0 0 1 7.817 5.8c1.761 1.548 3.017 2.768 5.689 5.44c4.05 4.048 5.73 5.533 7.745 6.741c2.186 1.312 4.493 1.958 7.841 1.958c3.351 0 5.668-.649 7.865-1.964c2.024-1.21 3.722-2.705 7.773-6.747l.035-.036c2.66-2.654 3.928-3.883 5.686-5.431a52.7 52.7 0 0 1 7.802-5.779c6.795-4.071 14.39-6.2 23.153-6.2c8.761 0 16.357 2.129 23.152 6.2c2.738 1.644 5.255 3.537 7.802 5.779c1.76 1.548 3.028 2.777 5.686 5.431l.039.036c4.047 4.042 5.745 5.536 7.769 6.747c2.197 1.315 4.514 1.964 7.865 1.964c2.983 0 6.277-1.154 10.113-3.838c4.699-3.289 9.78-8.627 15.09-16.059L256 161.328c-7.147 10.005-14.52 17.745-22.276 23.176c-8.622 6.033-17.781 9.24-27.254 9.24c-8.792 0-16.412-2.131-23.224-6.212a52.7 52.7 0 0 1-7.83-5.793c-1.763-1.551-3.033-2.78-5.697-5.44l-.039-.04c-4.038-4.029-5.73-5.518-7.742-6.725c-2.176-1.304-4.466-1.946-7.781-1.946c-3.316 0-5.605.642-7.782 1.946c-2.011 1.207-3.703 2.696-7.742 6.726l-.036.039c-2.666 2.66-3.937 3.889-5.7 5.44c-2.556 2.248-5.082 4.15-7.833 5.793c-6.81 4.08-14.426 6.212-23.22 6.212c-8.795 0-16.412-2.134-23.222-6.218a53 53 0 0 1-7.817-5.796c-1.758-1.551-3.016-2.77-5.685-5.44c-4.051-4.05-5.734-5.537-7.749-6.744c-2.185-1.313-4.493-1.958-7.84-1.958c-2.984 0-6.278 1.154-10.114 3.838c-4.699 3.288-9.78 8.627-15.09 16.059"/></svg>
</template>

CSS

.icon-languagetool {
  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%20256%20194%22%3E%3Cpath%20d%3D%22M36.452%200h24.85a18.683%2018.683%200%200%201%2018.683%2018.683v72.491h48.577v26.157h-56.05c-10.318%200-18.683-8.365-18.683-18.683V26.157H36.452zm190.01%2018.683v19.43h-26.156V26.158H179.75v91.174h-26.156V26.157h-20.549v11.957h-26.157v-19.43C106.89%208.363%20115.254%200%20125.573%200h82.206c10.319%200%2018.683%208.365%2018.683%2018.683%22%2F%3E%3Cpath%20fill%3D%22%23239aff%22%20d%3D%22M24.327%20187.485L0%20170.11c7.144-10.006%2014.52-17.745%2022.276-23.177c8.622-6.032%2017.781-9.24%2027.254-9.24c8.795%200%2016.415%202.135%2023.221%206.218a52.7%2052.7%200%200%201%207.817%205.8c1.761%201.548%203.017%202.768%205.689%205.44c4.05%204.048%205.73%205.533%207.745%206.741c2.186%201.312%204.493%201.958%207.841%201.958c3.351%200%205.668-.649%207.865-1.964c2.024-1.21%203.722-2.705%207.773-6.747l.035-.036c2.66-2.654%203.928-3.883%205.686-5.431a52.7%2052.7%200%200%201%207.802-5.779c6.795-4.071%2014.39-6.2%2023.153-6.2c8.761%200%2016.357%202.129%2023.152%206.2c2.738%201.644%205.255%203.537%207.802%205.779c1.76%201.548%203.028%202.777%205.686%205.431l.039.036c4.047%204.042%205.745%205.536%207.769%206.747c2.197%201.315%204.514%201.964%207.865%201.964c2.983%200%206.277-1.154%2010.113-3.838c4.699-3.289%209.78-8.627%2015.09-16.059L256%20161.328c-7.147%2010.005-14.52%2017.745-22.276%2023.176c-8.622%206.033-17.781%209.24-27.254%209.24c-8.792%200-16.412-2.131-23.224-6.212a52.7%2052.7%200%200%201-7.83-5.793c-1.763-1.551-3.033-2.78-5.697-5.44l-.039-.04c-4.038-4.029-5.73-5.518-7.742-6.725c-2.176-1.304-4.466-1.946-7.781-1.946c-3.316%200-5.605.642-7.782%201.946c-2.011%201.207-3.703%202.696-7.742%206.726l-.036.039c-2.666%202.66-3.937%203.889-5.7%205.44c-2.556%202.248-5.082%204.15-7.833%205.793c-6.81%204.08-14.426%206.212-23.22%206.212c-8.795%200-16.412-2.134-23.222-6.218a53%2053%200%200%201-7.817-5.796c-1.758-1.551-3.016-2.77-5.685-5.44c-4.051-4.05-5.734-5.537-7.749-6.744c-2.185-1.313-4.493-1.958-7.84-1.958c-2.984%200-6.278%201.154-10.114%203.838c-4.699%203.288-9.78%208.627-15.09%2016.059%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%20256%20194%22%3E%3Cpath%20d%3D%22M36.452%200h24.85a18.683%2018.683%200%200%201%2018.683%2018.683v72.491h48.577v26.157h-56.05c-10.318%200-18.683-8.365-18.683-18.683V26.157H36.452zm190.01%2018.683v19.43h-26.156V26.158H179.75v91.174h-26.156V26.157h-20.549v11.957h-26.157v-19.43C106.89%208.363%20115.254%200%20125.573%200h82.206c10.319%200%2018.683%208.365%2018.683%2018.683%22%2F%3E%3Cpath%20fill%3D%22%23239aff%22%20d%3D%22M24.327%20187.485L0%20170.11c7.144-10.006%2014.52-17.745%2022.276-23.177c8.622-6.032%2017.781-9.24%2027.254-9.24c8.795%200%2016.415%202.135%2023.221%206.218a52.7%2052.7%200%200%201%207.817%205.8c1.761%201.548%203.017%202.768%205.689%205.44c4.05%204.048%205.73%205.533%207.745%206.741c2.186%201.312%204.493%201.958%207.841%201.958c3.351%200%205.668-.649%207.865-1.964c2.024-1.21%203.722-2.705%207.773-6.747l.035-.036c2.66-2.654%203.928-3.883%205.686-5.431a52.7%2052.7%200%200%201%207.802-5.779c6.795-4.071%2014.39-6.2%2023.153-6.2c8.761%200%2016.357%202.129%2023.152%206.2c2.738%201.644%205.255%203.537%207.802%205.779c1.76%201.548%203.028%202.777%205.686%205.431l.039.036c4.047%204.042%205.745%205.536%207.769%206.747c2.197%201.315%204.514%201.964%207.865%201.964c2.983%200%206.277-1.154%2010.113-3.838c4.699-3.289%209.78-8.627%2015.09-16.059L256%20161.328c-7.147%2010.005-14.52%2017.745-22.276%2023.176c-8.622%206.033-17.781%209.24-27.254%209.24c-8.792%200-16.412-2.131-23.224-6.212a52.7%2052.7%200%200%201-7.83-5.793c-1.763-1.551-3.033-2.78-5.697-5.44l-.039-.04c-4.038-4.029-5.73-5.518-7.742-6.725c-2.176-1.304-4.466-1.946-7.781-1.946c-3.316%200-5.605.642-7.782%201.946c-2.011%201.207-3.703%202.696-7.742%206.726l-.036.039c-2.666%202.66-3.937%203.889-5.7%205.44c-2.556%202.248-5.082%204.15-7.833%205.793c-6.81%204.08-14.426%206.212-23.22%206.212c-8.795%200-16.412-2.134-23.222-6.218a53%2053%200%200%201-7.817-5.796c-1.758-1.551-3.016-2.77-5.685-5.44c-4.051-4.05-5.734-5.537-7.749-6.744c-2.185-1.313-4.493-1.958-7.84-1.958c-2.984%200-6.278%201.154-10.114%203.838c-4.699%203.288-9.78%208.627-15.09%2016.059%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/languagetool.svg?color=%231a73e8&size=48