itch io icon
itch-io from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.
- Name
- itch-io
- Set
- Line Awesome
- Style
- Line
- Category
- Other
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More other icons from Line Awesome
Use the itch io icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.252 0-7.688.05-8.588.13c-1.01.607-3.01 2.901-3.03 3.497v1C4.383 10.89 5.567 12 6.638 12C7.92 12 8.99 10.93 8.99 9.668C8.99 10.93 10.03 12 11.312 12c1.293 0 2.293-1.069 2.293-2.332c0 1.262 1.09 2.332 2.383 2.332h.022c1.293 0 2.383-1.069 2.383-2.332c0 1.262 1.01 2.332 2.293 2.332s2.324-1.069 2.324-2.332c0 1.262 1.07 2.332 2.353 2.332c1.071 0 2.252-1.11 2.252-2.373v-1c-.02-.596-2.02-2.89-3.03-3.496C21.445 5.02 19.253 5 16 5m-2.45 6.742c-1.052 1.81-3.698 1.832-4.73.012c-.63 1.092-2.056 1.514-2.666 1.307c-.178 1.899-.3 11.648.992 13.283c3.797.885 14.019.866 17.708 0c1.495-1.524 1.16-11.522.992-13.283c-.61.207-2.037-.215-2.657-1.307c-1.043 1.82-3.688 1.798-4.74-.012c-.325.59-1.082 1.367-2.449 1.367a2.73 2.73 0 0 1-2.45-1.367M11.42 14c.8 0 1.53 0 2.41.98c1.45-.15 2.89-.15 4.34 0c.89-.97 1.61-.97 2.41-.97c2.58 0 3.2 3.81 4.13 7.09c.84 3.05-.28 3.13-1.67 3.13c-2.07-.08-3.22-1.58-3.22-3.09c-1.93.32-5.01.44-7.64 0c0 1.51-1.15 3.01-3.22 3.09c-1.39 0-2.51-.08-1.67-3.13c.93-3.3 1.55-7.09 4.13-7.09zM16 16.877s-1.694 1.562-2 2.107l1.107-.04v.966c0 .058.819.008.893.008c.447.017.893.033.893-.008v-.967l1.107.041c-.306-.546-2-2.107-2-2.107"/></svg>
React
import type { SVGProps } from "react";
export function LaItchIo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.252 0-7.688.05-8.588.13c-1.01.607-3.01 2.901-3.03 3.497v1C4.383 10.89 5.567 12 6.638 12C7.92 12 8.99 10.93 8.99 9.668C8.99 10.93 10.03 12 11.312 12c1.293 0 2.293-1.069 2.293-2.332c0 1.262 1.09 2.332 2.383 2.332h.022c1.293 0 2.383-1.069 2.383-2.332c0 1.262 1.01 2.332 2.293 2.332s2.324-1.069 2.324-2.332c0 1.262 1.07 2.332 2.353 2.332c1.071 0 2.252-1.11 2.252-2.373v-1c-.02-.596-2.02-2.89-3.03-3.496C21.445 5.02 19.253 5 16 5m-2.45 6.742c-1.052 1.81-3.698 1.832-4.73.012c-.63 1.092-2.056 1.514-2.666 1.307c-.178 1.899-.3 11.648.992 13.283c3.797.885 14.019.866 17.708 0c1.495-1.524 1.16-11.522.992-13.283c-.61.207-2.037-.215-2.657-1.307c-1.043 1.82-3.688 1.798-4.74-.012c-.325.59-1.082 1.367-2.449 1.367a2.73 2.73 0 0 1-2.45-1.367M11.42 14c.8 0 1.53 0 2.41.98c1.45-.15 2.89-.15 4.34 0c.89-.97 1.61-.97 2.41-.97c2.58 0 3.2 3.81 4.13 7.09c.84 3.05-.28 3.13-1.67 3.13c-2.07-.08-3.22-1.58-3.22-3.09c-1.93.32-5.01.44-7.64 0c0 1.51-1.15 3.01-3.22 3.09c-1.39 0-2.51-.08-1.67-3.13c.93-3.3 1.55-7.09 4.13-7.09zM16 16.877s-1.694 1.562-2 2.107l1.107-.04v.966c0 .058.819.008.893.008c.447.017.893.033.893-.008v-.967l1.107.041c-.306-.546-2-2.107-2-2.107"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 5c-3.252 0-7.688.05-8.588.13c-1.01.607-3.01 2.901-3.03 3.497v1C4.383 10.89 5.567 12 6.638 12C7.92 12 8.99 10.93 8.99 9.668C8.99 10.93 10.03 12 11.312 12c1.293 0 2.293-1.069 2.293-2.332c0 1.262 1.09 2.332 2.383 2.332h.022c1.293 0 2.383-1.069 2.383-2.332c0 1.262 1.01 2.332 2.293 2.332s2.324-1.069 2.324-2.332c0 1.262 1.07 2.332 2.353 2.332c1.071 0 2.252-1.11 2.252-2.373v-1c-.02-.596-2.02-2.89-3.03-3.496C21.445 5.02 19.253 5 16 5m-2.45 6.742c-1.052 1.81-3.698 1.832-4.73.012c-.63 1.092-2.056 1.514-2.666 1.307c-.178 1.899-.3 11.648.992 13.283c3.797.885 14.019.866 17.708 0c1.495-1.524 1.16-11.522.992-13.283c-.61.207-2.037-.215-2.657-1.307c-1.043 1.82-3.688 1.798-4.74-.012c-.325.59-1.082 1.367-2.449 1.367a2.73 2.73 0 0 1-2.45-1.367M11.42 14c.8 0 1.53 0 2.41.98c1.45-.15 2.89-.15 4.34 0c.89-.97 1.61-.97 2.41-.97c2.58 0 3.2 3.81 4.13 7.09c.84 3.05-.28 3.13-1.67 3.13c-2.07-.08-3.22-1.58-3.22-3.09c-1.93.32-5.01.44-7.64 0c0 1.51-1.15 3.01-3.22 3.09c-1.39 0-2.51-.08-1.67-3.13c.93-3.3 1.55-7.09 4.13-7.09zM16 16.877s-1.694 1.562-2 2.107l1.107-.04v.966c0 .058.819.008.893.008c.447.017.893.033.893-.008v-.967l1.107.041c-.306-.546-2-2.107-2-2.107"/></svg> </template>
CSS
.icon-itch-io {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.252%200-7.688.05-8.588.13c-1.01.607-3.01%202.901-3.03%203.497v1C4.383%2010.89%205.567%2012%206.638%2012C7.92%2012%208.99%2010.93%208.99%209.668C8.99%2010.93%2010.03%2012%2011.312%2012c1.293%200%202.293-1.069%202.293-2.332c0%201.262%201.09%202.332%202.383%202.332h.022c1.293%200%202.383-1.069%202.383-2.332c0%201.262%201.01%202.332%202.293%202.332s2.324-1.069%202.324-2.332c0%201.262%201.07%202.332%202.353%202.332c1.071%200%202.252-1.11%202.252-2.373v-1c-.02-.596-2.02-2.89-3.03-3.496C21.445%205.02%2019.253%205%2016%205m-2.45%206.742c-1.052%201.81-3.698%201.832-4.73.012c-.63%201.092-2.056%201.514-2.666%201.307c-.178%201.899-.3%2011.648.992%2013.283c3.797.885%2014.019.866%2017.708%200c1.495-1.524%201.16-11.522.992-13.283c-.61.207-2.037-.215-2.657-1.307c-1.043%201.82-3.688%201.798-4.74-.012c-.325.59-1.082%201.367-2.449%201.367a2.73%202.73%200%200%201-2.45-1.367M11.42%2014c.8%200%201.53%200%202.41.98c1.45-.15%202.89-.15%204.34%200c.89-.97%201.61-.97%202.41-.97c2.58%200%203.2%203.81%204.13%207.09c.84%203.05-.28%203.13-1.67%203.13c-2.07-.08-3.22-1.58-3.22-3.09c-1.93.32-5.01.44-7.64%200c0%201.51-1.15%203.01-3.22%203.09c-1.39%200-2.51-.08-1.67-3.13c.93-3.3%201.55-7.09%204.13-7.09zM16%2016.877s-1.694%201.562-2%202.107l1.107-.04v.966c0%20.058.819.008.893.008c.447.017.893.033.893-.008v-.967l1.107.041c-.306-.546-2-2.107-2-2.107%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%205c-3.252%200-7.688.05-8.588.13c-1.01.607-3.01%202.901-3.03%203.497v1C4.383%2010.89%205.567%2012%206.638%2012C7.92%2012%208.99%2010.93%208.99%209.668C8.99%2010.93%2010.03%2012%2011.312%2012c1.293%200%202.293-1.069%202.293-2.332c0%201.262%201.09%202.332%202.383%202.332h.022c1.293%200%202.383-1.069%202.383-2.332c0%201.262%201.01%202.332%202.293%202.332s2.324-1.069%202.324-2.332c0%201.262%201.07%202.332%202.353%202.332c1.071%200%202.252-1.11%202.252-2.373v-1c-.02-.596-2.02-2.89-3.03-3.496C21.445%205.02%2019.253%205%2016%205m-2.45%206.742c-1.052%201.81-3.698%201.832-4.73.012c-.63%201.092-2.056%201.514-2.666%201.307c-.178%201.899-.3%2011.648.992%2013.283c3.797.885%2014.019.866%2017.708%200c1.495-1.524%201.16-11.522.992-13.283c-.61.207-2.037-.215-2.657-1.307c-1.043%201.82-3.688%201.798-4.74-.012c-.325.59-1.082%201.367-2.449%201.367a2.73%202.73%200%200%201-2.45-1.367M11.42%2014c.8%200%201.53%200%202.41.98c1.45-.15%202.89-.15%204.34%200c.89-.97%201.61-.97%202.41-.97c2.58%200%203.2%203.81%204.13%207.09c.84%203.05-.28%203.13-1.67%203.13c-2.07-.08-3.22-1.58-3.22-3.09c-1.93.32-5.01.44-7.64%200c0%201.51-1.15%203.01-3.22%203.09c-1.39%200-2.51-.08-1.67-3.13c.93-3.3%201.55-7.09%204.13-7.09zM16%2016.877s-1.694%201.562-2%202.107l1.107-.04v.966c0%20.058.819.008.893.008c.447.017.893.033.893-.008v-.967l1.107.041c-.306-.546-2-2.107-2-2.107%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/itch-io.svg?color=%231a73e8&size=48