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

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

Use the itchdotio logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.13 1.338C2.08 1.96.02 4.328 0 4.95v1.03c0 1.303 1.22 2.45 2.325 2.45c1.33 0 2.436-1.102 2.436-2.41c0 1.308 1.07 2.41 2.4 2.41c1.328 0 2.362-1.102 2.362-2.41c0 1.308 1.137 2.41 2.466 2.41h.024c1.33 0 2.466-1.102 2.466-2.41c0 1.308 1.034 2.41 2.363 2.41c1.33 0 2.4-1.102 2.4-2.41c0 1.308 1.106 2.41 2.435 2.41C22.78 8.43 24 7.282 24 5.98V4.95c-.02-.62-2.082-2.99-3.13-3.612c-3.253-.114-5.508-.134-8.87-.133c-3.362 0-7.945.053-8.87.133m6.376 6.477a2.7 2.7 0 0 1-.468.602c-.5.49-1.19.795-1.947.795a2.8 2.8 0 0 1-1.95-.795a2.6 2.6 0 0 1-.446-.59a2.8 2.8 0 0 1-.486.59a2.8 2.8 0 0 1-1.95.795a.8.8 0 0 1-.264-.052a40 40 0 0 0-.168 2.95v.005l-.006 1.167c.02 2.334-.23 7.564 1.03 8.85c1.952.454 5.545.662 9.15.663c3.605 0 7.198-.21 9.15-.664c1.26-1.284 1.01-6.514 1.03-8.848l-.006-1.167v-.004a40 40 0 0 0-.168-2.95a.9.9 0 0 1-.263.052a2.8 2.8 0 0 1-1.95-.795a2.7 2.7 0 0 1-.486-.59c-.127.22-.265.412-.447.59a2.8 2.8 0 0 1-1.95.794c-.76 0-1.446-.303-1.948-.793a2.7 2.7 0 0 1-.468-.602a2.7 2.7 0 0 1-.463.602a2.8 2.8 0 0 1-1.95.794h-.16a2.8 2.8 0 0 1-1.95-.793a2.7 2.7 0 0 1-.464-.602zm-2.004 2.59v.002c.795.002 1.5 0 2.373.953A20 20 0 0 1 12 11.253c.72 0 1.438.035 2.125.107c.873-.953 1.578-.95 2.372-.953c.376 0 1.876 0 2.92 2.934l1.123 4.028c.832 2.995-.266 3.068-1.636 3.07c-2.03-.075-3.156-1.55-3.156-3.025c-1.124.184-2.436.276-3.748.277c-1.312 0-2.624-.093-3.748-.277c0 1.475-1.125 2.95-3.156 3.026c-1.37-.004-2.468-.077-1.636-3.072l1.122-4.027c1.045-2.934 2.545-2.934 2.92-2.934zM12 12.714c-.002.002-2.14 1.964-2.523 2.662l1.4-.056v1.22c0 .056.56.033 1.123.007c.562.026 1.124.05 1.124-.008v-1.22l1.4.055C14.138 14.677 12 12.713 12 12.713z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsItchdotio(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="M3.13 1.338C2.08 1.96.02 4.328 0 4.95v1.03c0 1.303 1.22 2.45 2.325 2.45c1.33 0 2.436-1.102 2.436-2.41c0 1.308 1.07 2.41 2.4 2.41c1.328 0 2.362-1.102 2.362-2.41c0 1.308 1.137 2.41 2.466 2.41h.024c1.33 0 2.466-1.102 2.466-2.41c0 1.308 1.034 2.41 2.363 2.41c1.33 0 2.4-1.102 2.4-2.41c0 1.308 1.106 2.41 2.435 2.41C22.78 8.43 24 7.282 24 5.98V4.95c-.02-.62-2.082-2.99-3.13-3.612c-3.253-.114-5.508-.134-8.87-.133c-3.362 0-7.945.053-8.87.133m6.376 6.477a2.7 2.7 0 0 1-.468.602c-.5.49-1.19.795-1.947.795a2.8 2.8 0 0 1-1.95-.795a2.6 2.6 0 0 1-.446-.59a2.8 2.8 0 0 1-.486.59a2.8 2.8 0 0 1-1.95.795a.8.8 0 0 1-.264-.052a40 40 0 0 0-.168 2.95v.005l-.006 1.167c.02 2.334-.23 7.564 1.03 8.85c1.952.454 5.545.662 9.15.663c3.605 0 7.198-.21 9.15-.664c1.26-1.284 1.01-6.514 1.03-8.848l-.006-1.167v-.004a40 40 0 0 0-.168-2.95a.9.9 0 0 1-.263.052a2.8 2.8 0 0 1-1.95-.795a2.7 2.7 0 0 1-.486-.59c-.127.22-.265.412-.447.59a2.8 2.8 0 0 1-1.95.794c-.76 0-1.446-.303-1.948-.793a2.7 2.7 0 0 1-.468-.602a2.7 2.7 0 0 1-.463.602a2.8 2.8 0 0 1-1.95.794h-.16a2.8 2.8 0 0 1-1.95-.793a2.7 2.7 0 0 1-.464-.602zm-2.004 2.59v.002c.795.002 1.5 0 2.373.953A20 20 0 0 1 12 11.253c.72 0 1.438.035 2.125.107c.873-.953 1.578-.95 2.372-.953c.376 0 1.876 0 2.92 2.934l1.123 4.028c.832 2.995-.266 3.068-1.636 3.07c-2.03-.075-3.156-1.55-3.156-3.025c-1.124.184-2.436.276-3.748.277c-1.312 0-2.624-.093-3.748-.277c0 1.475-1.125 2.95-3.156 3.026c-1.37-.004-2.468-.077-1.636-3.072l1.122-4.027c1.045-2.934 2.545-2.934 2.92-2.934zM12 12.714c-.002.002-2.14 1.964-2.523 2.662l1.4-.056v1.22c0 .056.56.033 1.123.007c.562.026 1.124.05 1.124-.008v-1.22l1.4.055C14.138 14.677 12 12.713 12 12.713z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.13 1.338C2.08 1.96.02 4.328 0 4.95v1.03c0 1.303 1.22 2.45 2.325 2.45c1.33 0 2.436-1.102 2.436-2.41c0 1.308 1.07 2.41 2.4 2.41c1.328 0 2.362-1.102 2.362-2.41c0 1.308 1.137 2.41 2.466 2.41h.024c1.33 0 2.466-1.102 2.466-2.41c0 1.308 1.034 2.41 2.363 2.41c1.33 0 2.4-1.102 2.4-2.41c0 1.308 1.106 2.41 2.435 2.41C22.78 8.43 24 7.282 24 5.98V4.95c-.02-.62-2.082-2.99-3.13-3.612c-3.253-.114-5.508-.134-8.87-.133c-3.362 0-7.945.053-8.87.133m6.376 6.477a2.7 2.7 0 0 1-.468.602c-.5.49-1.19.795-1.947.795a2.8 2.8 0 0 1-1.95-.795a2.6 2.6 0 0 1-.446-.59a2.8 2.8 0 0 1-.486.59a2.8 2.8 0 0 1-1.95.795a.8.8 0 0 1-.264-.052a40 40 0 0 0-.168 2.95v.005l-.006 1.167c.02 2.334-.23 7.564 1.03 8.85c1.952.454 5.545.662 9.15.663c3.605 0 7.198-.21 9.15-.664c1.26-1.284 1.01-6.514 1.03-8.848l-.006-1.167v-.004a40 40 0 0 0-.168-2.95a.9.9 0 0 1-.263.052a2.8 2.8 0 0 1-1.95-.795a2.7 2.7 0 0 1-.486-.59c-.127.22-.265.412-.447.59a2.8 2.8 0 0 1-1.95.794c-.76 0-1.446-.303-1.948-.793a2.7 2.7 0 0 1-.468-.602a2.7 2.7 0 0 1-.463.602a2.8 2.8 0 0 1-1.95.794h-.16a2.8 2.8 0 0 1-1.95-.793a2.7 2.7 0 0 1-.464-.602zm-2.004 2.59v.002c.795.002 1.5 0 2.373.953A20 20 0 0 1 12 11.253c.72 0 1.438.035 2.125.107c.873-.953 1.578-.95 2.372-.953c.376 0 1.876 0 2.92 2.934l1.123 4.028c.832 2.995-.266 3.068-1.636 3.07c-2.03-.075-3.156-1.55-3.156-3.025c-1.124.184-2.436.276-3.748.277c-1.312 0-2.624-.093-3.748-.277c0 1.475-1.125 2.95-3.156 3.026c-1.37-.004-2.468-.077-1.636-3.072l1.122-4.027c1.045-2.934 2.545-2.934 2.92-2.934zM12 12.714c-.002.002-2.14 1.964-2.523 2.662l1.4-.056v1.22c0 .056.56.033 1.123.007c.562.026 1.124.05 1.124-.008v-1.22l1.4.055C14.138 14.677 12 12.713 12 12.713z"/></svg>
</template>

CSS

.icon-itchdotio {
  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%22M3.13%201.338C2.08%201.96.02%204.328%200%204.95v1.03c0%201.303%201.22%202.45%202.325%202.45c1.33%200%202.436-1.102%202.436-2.41c0%201.308%201.07%202.41%202.4%202.41c1.328%200%202.362-1.102%202.362-2.41c0%201.308%201.137%202.41%202.466%202.41h.024c1.33%200%202.466-1.102%202.466-2.41c0%201.308%201.034%202.41%202.363%202.41c1.33%200%202.4-1.102%202.4-2.41c0%201.308%201.106%202.41%202.435%202.41C22.78%208.43%2024%207.282%2024%205.98V4.95c-.02-.62-2.082-2.99-3.13-3.612c-3.253-.114-5.508-.134-8.87-.133c-3.362%200-7.945.053-8.87.133m6.376%206.477a2.7%202.7%200%200%201-.468.602c-.5.49-1.19.795-1.947.795a2.8%202.8%200%200%201-1.95-.795a2.6%202.6%200%200%201-.446-.59a2.8%202.8%200%200%201-.486.59a2.8%202.8%200%200%201-1.95.795a.8.8%200%200%201-.264-.052a40%2040%200%200%200-.168%202.95v.005l-.006%201.167c.02%202.334-.23%207.564%201.03%208.85c1.952.454%205.545.662%209.15.663c3.605%200%207.198-.21%209.15-.664c1.26-1.284%201.01-6.514%201.03-8.848l-.006-1.167v-.004a40%2040%200%200%200-.168-2.95a.9.9%200%200%201-.263.052a2.8%202.8%200%200%201-1.95-.795a2.7%202.7%200%200%201-.486-.59c-.127.22-.265.412-.447.59a2.8%202.8%200%200%201-1.95.794c-.76%200-1.446-.303-1.948-.793a2.7%202.7%200%200%201-.468-.602a2.7%202.7%200%200%201-.463.602a2.8%202.8%200%200%201-1.95.794h-.16a2.8%202.8%200%200%201-1.95-.793a2.7%202.7%200%200%201-.464-.602zm-2.004%202.59v.002c.795.002%201.5%200%202.373.953A20%2020%200%200%201%2012%2011.253c.72%200%201.438.035%202.125.107c.873-.953%201.578-.95%202.372-.953c.376%200%201.876%200%202.92%202.934l1.123%204.028c.832%202.995-.266%203.068-1.636%203.07c-2.03-.075-3.156-1.55-3.156-3.025c-1.124.184-2.436.276-3.748.277c-1.312%200-2.624-.093-3.748-.277c0%201.475-1.125%202.95-3.156%203.026c-1.37-.004-2.468-.077-1.636-3.072l1.122-4.027c1.045-2.934%202.545-2.934%202.92-2.934zM12%2012.714c-.002.002-2.14%201.964-2.523%202.662l1.4-.056v1.22c0%20.056.56.033%201.123.007c.562.026%201.124.05%201.124-.008v-1.22l1.4.055C14.138%2014.677%2012%2012.713%2012%2012.713z%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%22M3.13%201.338C2.08%201.96.02%204.328%200%204.95v1.03c0%201.303%201.22%202.45%202.325%202.45c1.33%200%202.436-1.102%202.436-2.41c0%201.308%201.07%202.41%202.4%202.41c1.328%200%202.362-1.102%202.362-2.41c0%201.308%201.137%202.41%202.466%202.41h.024c1.33%200%202.466-1.102%202.466-2.41c0%201.308%201.034%202.41%202.363%202.41c1.33%200%202.4-1.102%202.4-2.41c0%201.308%201.106%202.41%202.435%202.41C22.78%208.43%2024%207.282%2024%205.98V4.95c-.02-.62-2.082-2.99-3.13-3.612c-3.253-.114-5.508-.134-8.87-.133c-3.362%200-7.945.053-8.87.133m6.376%206.477a2.7%202.7%200%200%201-.468.602c-.5.49-1.19.795-1.947.795a2.8%202.8%200%200%201-1.95-.795a2.6%202.6%200%200%201-.446-.59a2.8%202.8%200%200%201-.486.59a2.8%202.8%200%200%201-1.95.795a.8.8%200%200%201-.264-.052a40%2040%200%200%200-.168%202.95v.005l-.006%201.167c.02%202.334-.23%207.564%201.03%208.85c1.952.454%205.545.662%209.15.663c3.605%200%207.198-.21%209.15-.664c1.26-1.284%201.01-6.514%201.03-8.848l-.006-1.167v-.004a40%2040%200%200%200-.168-2.95a.9.9%200%200%201-.263.052a2.8%202.8%200%200%201-1.95-.795a2.7%202.7%200%200%201-.486-.59c-.127.22-.265.412-.447.59a2.8%202.8%200%200%201-1.95.794c-.76%200-1.446-.303-1.948-.793a2.7%202.7%200%200%201-.468-.602a2.7%202.7%200%200%201-.463.602a2.8%202.8%200%200%201-1.95.794h-.16a2.8%202.8%200%200%201-1.95-.793a2.7%202.7%200%200%201-.464-.602zm-2.004%202.59v.002c.795.002%201.5%200%202.373.953A20%2020%200%200%201%2012%2011.253c.72%200%201.438.035%202.125.107c.873-.953%201.578-.95%202.372-.953c.376%200%201.876%200%202.92%202.934l1.123%204.028c.832%202.995-.266%203.068-1.636%203.07c-2.03-.075-3.156-1.55-3.156-3.025c-1.124.184-2.436.276-3.748.277c-1.312%200-2.624-.093-3.748-.277c0%201.475-1.125%202.95-3.156%203.026c-1.37-.004-2.468-.077-1.636-3.072l1.122-4.027c1.045-2.934%202.545-2.934%202.92-2.934zM12%2012.714c-.002.002-2.14%201.964-2.523%202.662l1.4-.056v1.22c0%20.056.56.033%201.123.007c.562.026%201.124.05%201.124-.008v-1.22l1.4.055C14.138%2014.677%2012%2012.713%2012%2012.713z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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