crowdin from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
crowdin
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the crowdin logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.119 17.793a2.62 2.62 0 0 1-1.667-.562c-.546-.436-1.004-1.09-1.018-1.858c-.008-.388.414-.388.414-.388l1.018-.008c.332.008.43.47.445.586c.128 1.04.717 1.495 1.168 1.702c.273.123.204.513-.362.528zm-5.695-5.287L8.5 12.252c-.867-.214-.844-.982-.807-1.247a5.1 5.1 0 0 1 .814-2.125c.545-.804 1.303-1.508 2.29-2.073c1.856-1.074 4.45-1.673 7.31-1.673c2.09 0 4.256.27 4.29.27c.197.025.328.213.333.437a.377.377 0 0 1-.355.393l-.92-.01c-2.902 0-4.968.394-6.506 1.248c-1.527.837-2.57 2.117-3.287 4.012c-.076.163-.335 1.12-1.24 1.022zm2.533 7.823c-1.44 0-2.797-.622-3.825-1.746c-.87-.96-1.397-1.931-1.493-3.164c-.06-.813.3-1.094.788-1.044l1.988.218c.45.092.75.34.825.854c.397 2.736 2.122 3.814 3.15 4.046c.18.042.292.157.283.365a.41.41 0 0 1-.322.398c-.458.074-.936.073-1.394.073m-4.101 2.418a14 14 0 0 1-2.307-.214c-1.202-.214-2.208-.582-3.072-1.13C1.41 20.095.163 17.786.014 15.048c-.037-.65-.11-1.89 1.427-1.797c.638.033 1.653.343 2.368.548c.887.247 1.314.933 1.314 1.608c0 3.858 3.494 6.408 5.02 6.408c.654 0 .414.701.127.779c-.502.136-1.15.153-1.413.153zM3.525 11.419c-.605-.109-1.194-.358-1.768-.5C-.018 10.479.284 8.688.45 8.196c1.617-4.757 6.746-6.35 10.887-6.773c3.898-.4 7.978-.092 11.778.967c.31.083 1.269.327.718.891c-.35.358-1.7-.016-2.073-.041c-2.23-.167-4.434-.192-6.656.15c-2.349.357-4.768 1.099-6.71 2.665c-.938.758-1.76 1.723-2.313 2.866c-.144.3-.256.6-.354.9c-.11.327-.47 1.91-2.215 1.6zm9.94.917c.332-1.488 1.81-3.848 6.385-3.686c1.05.033.57.749.052.731c-2.586-.09-3.815 1.578-4.457 3.27c-.219.546-.68.626-1.271.53c-.415-.074-.866-.123-.71-.846Z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsCrowdin(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="M16.119 17.793a2.62 2.62 0 0 1-1.667-.562c-.546-.436-1.004-1.09-1.018-1.858c-.008-.388.414-.388.414-.388l1.018-.008c.332.008.43.47.445.586c.128 1.04.717 1.495 1.168 1.702c.273.123.204.513-.362.528zm-5.695-5.287L8.5 12.252c-.867-.214-.844-.982-.807-1.247a5.1 5.1 0 0 1 .814-2.125c.545-.804 1.303-1.508 2.29-2.073c1.856-1.074 4.45-1.673 7.31-1.673c2.09 0 4.256.27 4.29.27c.197.025.328.213.333.437a.377.377 0 0 1-.355.393l-.92-.01c-2.902 0-4.968.394-6.506 1.248c-1.527.837-2.57 2.117-3.287 4.012c-.076.163-.335 1.12-1.24 1.022zm2.533 7.823c-1.44 0-2.797-.622-3.825-1.746c-.87-.96-1.397-1.931-1.493-3.164c-.06-.813.3-1.094.788-1.044l1.988.218c.45.092.75.34.825.854c.397 2.736 2.122 3.814 3.15 4.046c.18.042.292.157.283.365a.41.41 0 0 1-.322.398c-.458.074-.936.073-1.394.073m-4.101 2.418a14 14 0 0 1-2.307-.214c-1.202-.214-2.208-.582-3.072-1.13C1.41 20.095.163 17.786.014 15.048c-.037-.65-.11-1.89 1.427-1.797c.638.033 1.653.343 2.368.548c.887.247 1.314.933 1.314 1.608c0 3.858 3.494 6.408 5.02 6.408c.654 0 .414.701.127.779c-.502.136-1.15.153-1.413.153zM3.525 11.419c-.605-.109-1.194-.358-1.768-.5C-.018 10.479.284 8.688.45 8.196c1.617-4.757 6.746-6.35 10.887-6.773c3.898-.4 7.978-.092 11.778.967c.31.083 1.269.327.718.891c-.35.358-1.7-.016-2.073-.041c-2.23-.167-4.434-.192-6.656.15c-2.349.357-4.768 1.099-6.71 2.665c-.938.758-1.76 1.723-2.313 2.866c-.144.3-.256.6-.354.9c-.11.327-.47 1.91-2.215 1.6zm9.94.917c.332-1.488 1.81-3.848 6.385-3.686c1.05.033.57.749.052.731c-2.586-.09-3.815 1.578-4.457 3.27c-.219.546-.68.626-1.271.53c-.415-.074-.866-.123-.71-.846Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.119 17.793a2.62 2.62 0 0 1-1.667-.562c-.546-.436-1.004-1.09-1.018-1.858c-.008-.388.414-.388.414-.388l1.018-.008c.332.008.43.47.445.586c.128 1.04.717 1.495 1.168 1.702c.273.123.204.513-.362.528zm-5.695-5.287L8.5 12.252c-.867-.214-.844-.982-.807-1.247a5.1 5.1 0 0 1 .814-2.125c.545-.804 1.303-1.508 2.29-2.073c1.856-1.074 4.45-1.673 7.31-1.673c2.09 0 4.256.27 4.29.27c.197.025.328.213.333.437a.377.377 0 0 1-.355.393l-.92-.01c-2.902 0-4.968.394-6.506 1.248c-1.527.837-2.57 2.117-3.287 4.012c-.076.163-.335 1.12-1.24 1.022zm2.533 7.823c-1.44 0-2.797-.622-3.825-1.746c-.87-.96-1.397-1.931-1.493-3.164c-.06-.813.3-1.094.788-1.044l1.988.218c.45.092.75.34.825.854c.397 2.736 2.122 3.814 3.15 4.046c.18.042.292.157.283.365a.41.41 0 0 1-.322.398c-.458.074-.936.073-1.394.073m-4.101 2.418a14 14 0 0 1-2.307-.214c-1.202-.214-2.208-.582-3.072-1.13C1.41 20.095.163 17.786.014 15.048c-.037-.65-.11-1.89 1.427-1.797c.638.033 1.653.343 2.368.548c.887.247 1.314.933 1.314 1.608c0 3.858 3.494 6.408 5.02 6.408c.654 0 .414.701.127.779c-.502.136-1.15.153-1.413.153zM3.525 11.419c-.605-.109-1.194-.358-1.768-.5C-.018 10.479.284 8.688.45 8.196c1.617-4.757 6.746-6.35 10.887-6.773c3.898-.4 7.978-.092 11.778.967c.31.083 1.269.327.718.891c-.35.358-1.7-.016-2.073-.041c-2.23-.167-4.434-.192-6.656.15c-2.349.357-4.768 1.099-6.71 2.665c-.938.758-1.76 1.723-2.313 2.866c-.144.3-.256.6-.354.9c-.11.327-.47 1.91-2.215 1.6zm9.94.917c.332-1.488 1.81-3.848 6.385-3.686c1.05.033.57.749.052.731c-2.586-.09-3.815 1.578-4.457 3.27c-.219.546-.68.626-1.271.53c-.415-.074-.866-.123-.71-.846Z"/></svg>
</template>

CSS

.icon-crowdin {
  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%22M16.119%2017.793a2.62%202.62%200%200%201-1.667-.562c-.546-.436-1.004-1.09-1.018-1.858c-.008-.388.414-.388.414-.388l1.018-.008c.332.008.43.47.445.586c.128%201.04.717%201.495%201.168%201.702c.273.123.204.513-.362.528zm-5.695-5.287L8.5%2012.252c-.867-.214-.844-.982-.807-1.247a5.1%205.1%200%200%201%20.814-2.125c.545-.804%201.303-1.508%202.29-2.073c1.856-1.074%204.45-1.673%207.31-1.673c2.09%200%204.256.27%204.29.27c.197.025.328.213.333.437a.377.377%200%200%201-.355.393l-.92-.01c-2.902%200-4.968.394-6.506%201.248c-1.527.837-2.57%202.117-3.287%204.012c-.076.163-.335%201.12-1.24%201.022zm2.533%207.823c-1.44%200-2.797-.622-3.825-1.746c-.87-.96-1.397-1.931-1.493-3.164c-.06-.813.3-1.094.788-1.044l1.988.218c.45.092.75.34.825.854c.397%202.736%202.122%203.814%203.15%204.046c.18.042.292.157.283.365a.41.41%200%200%201-.322.398c-.458.074-.936.073-1.394.073m-4.101%202.418a14%2014%200%200%201-2.307-.214c-1.202-.214-2.208-.582-3.072-1.13C1.41%2020.095.163%2017.786.014%2015.048c-.037-.65-.11-1.89%201.427-1.797c.638.033%201.653.343%202.368.548c.887.247%201.314.933%201.314%201.608c0%203.858%203.494%206.408%205.02%206.408c.654%200%20.414.701.127.779c-.502.136-1.15.153-1.413.153zM3.525%2011.419c-.605-.109-1.194-.358-1.768-.5C-.018%2010.479.284%208.688.45%208.196c1.617-4.757%206.746-6.35%2010.887-6.773c3.898-.4%207.978-.092%2011.778.967c.31.083%201.269.327.718.891c-.35.358-1.7-.016-2.073-.041c-2.23-.167-4.434-.192-6.656.15c-2.349.357-4.768%201.099-6.71%202.665c-.938.758-1.76%201.723-2.313%202.866c-.144.3-.256.6-.354.9c-.11.327-.47%201.91-2.215%201.6zm9.94.917c.332-1.488%201.81-3.848%206.385-3.686c1.05.033.57.749.052.731c-2.586-.09-3.815%201.578-4.457%203.27c-.219.546-.68.626-1.271.53c-.415-.074-.866-.123-.71-.846Z%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%22M16.119%2017.793a2.62%202.62%200%200%201-1.667-.562c-.546-.436-1.004-1.09-1.018-1.858c-.008-.388.414-.388.414-.388l1.018-.008c.332.008.43.47.445.586c.128%201.04.717%201.495%201.168%201.702c.273.123.204.513-.362.528zm-5.695-5.287L8.5%2012.252c-.867-.214-.844-.982-.807-1.247a5.1%205.1%200%200%201%20.814-2.125c.545-.804%201.303-1.508%202.29-2.073c1.856-1.074%204.45-1.673%207.31-1.673c2.09%200%204.256.27%204.29.27c.197.025.328.213.333.437a.377.377%200%200%201-.355.393l-.92-.01c-2.902%200-4.968.394-6.506%201.248c-1.527.837-2.57%202.117-3.287%204.012c-.076.163-.335%201.12-1.24%201.022zm2.533%207.823c-1.44%200-2.797-.622-3.825-1.746c-.87-.96-1.397-1.931-1.493-3.164c-.06-.813.3-1.094.788-1.044l1.988.218c.45.092.75.34.825.854c.397%202.736%202.122%203.814%203.15%204.046c.18.042.292.157.283.365a.41.41%200%200%201-.322.398c-.458.074-.936.073-1.394.073m-4.101%202.418a14%2014%200%200%201-2.307-.214c-1.202-.214-2.208-.582-3.072-1.13C1.41%2020.095.163%2017.786.014%2015.048c-.037-.65-.11-1.89%201.427-1.797c.638.033%201.653.343%202.368.548c.887.247%201.314.933%201.314%201.608c0%203.858%203.494%206.408%205.02%206.408c.654%200%20.414.701.127.779c-.502.136-1.15.153-1.413.153zM3.525%2011.419c-.605-.109-1.194-.358-1.768-.5C-.018%2010.479.284%208.688.45%208.196c1.617-4.757%206.746-6.35%2010.887-6.773c3.898-.4%207.978-.092%2011.778.967c.31.083%201.269.327.718.891c-.35.358-1.7-.016-2.073-.041c-2.23-.167-4.434-.192-6.656.15c-2.349.357-4.768%201.099-6.71%202.665c-.938.758-1.76%201.723-2.313%202.866c-.144.3-.256.6-.354.9c-.11.327-.47%201.91-2.215%201.6zm9.94.917c.332-1.488%201.81-3.848%206.385-3.686c1.05.033.57.749.052.731c-2.586-.09-3.815%201.578-4.457%203.27c-.219.546-.68.626-1.271.53c-.415-.074-.866-.123-.71-.846Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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