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

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

Use the thangs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.18 13.902a1.902 1.902 0 1 1 0-3.804a1.902 1.902 0 0 1 0 3.804m0-5.722A3.82 3.82 0 0 0 16.36 12v3.82h3.82a3.82 3.82 0 1 0 0-7.64m-8.656 5.722A1.907 1.907 0 0 1 9.611 12c0-1.05.857-1.902 1.913-1.902s1.913.852 1.913 1.902s-.857 1.902-1.913 1.902m-7.683 0A1.907 1.907 0 0 1 1.928 12c0-1.05.857-1.902 1.913-1.902S5.754 10.95 5.754 12s-.856 1.902-1.913 1.902m11.514-2.107l-.002-.032a4 4 0 0 0-.04-.37l-.004-.019a4 4 0 0 0-.081-.373V11a3.836 3.836 0 0 0-3.704-2.82H3.84a3.83 3.83 0 0 0-3.794 3.254l-.001.008q-.027.176-.036.357l-.002.02v.016C.006 11.89 0 11.945 0 12c0 .07.007.137.01.206l.002.032q.012.187.041.37l.003.018a3.83 3.83 0 0 0 3.786 3.194h11.523V12q-.002-.104-.01-.205"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsThangs(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="M20.18 13.902a1.902 1.902 0 1 1 0-3.804a1.902 1.902 0 0 1 0 3.804m0-5.722A3.82 3.82 0 0 0 16.36 12v3.82h3.82a3.82 3.82 0 1 0 0-7.64m-8.656 5.722A1.907 1.907 0 0 1 9.611 12c0-1.05.857-1.902 1.913-1.902s1.913.852 1.913 1.902s-.857 1.902-1.913 1.902m-7.683 0A1.907 1.907 0 0 1 1.928 12c0-1.05.857-1.902 1.913-1.902S5.754 10.95 5.754 12s-.856 1.902-1.913 1.902m11.514-2.107l-.002-.032a4 4 0 0 0-.04-.37l-.004-.019a4 4 0 0 0-.081-.373V11a3.836 3.836 0 0 0-3.704-2.82H3.84a3.83 3.83 0 0 0-3.794 3.254l-.001.008q-.027.176-.036.357l-.002.02v.016C.006 11.89 0 11.945 0 12c0 .07.007.137.01.206l.002.032q.012.187.041.37l.003.018a3.83 3.83 0 0 0 3.786 3.194h11.523V12q-.002-.104-.01-.205"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.18 13.902a1.902 1.902 0 1 1 0-3.804a1.902 1.902 0 0 1 0 3.804m0-5.722A3.82 3.82 0 0 0 16.36 12v3.82h3.82a3.82 3.82 0 1 0 0-7.64m-8.656 5.722A1.907 1.907 0 0 1 9.611 12c0-1.05.857-1.902 1.913-1.902s1.913.852 1.913 1.902s-.857 1.902-1.913 1.902m-7.683 0A1.907 1.907 0 0 1 1.928 12c0-1.05.857-1.902 1.913-1.902S5.754 10.95 5.754 12s-.856 1.902-1.913 1.902m11.514-2.107l-.002-.032a4 4 0 0 0-.04-.37l-.004-.019a4 4 0 0 0-.081-.373V11a3.836 3.836 0 0 0-3.704-2.82H3.84a3.83 3.83 0 0 0-3.794 3.254l-.001.008q-.027.176-.036.357l-.002.02v.016C.006 11.89 0 11.945 0 12c0 .07.007.137.01.206l.002.032q.012.187.041.37l.003.018a3.83 3.83 0 0 0 3.786 3.194h11.523V12q-.002-.104-.01-.205"/></svg>
</template>

CSS

.icon-thangs {
  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%22M20.18%2013.902a1.902%201.902%200%201%201%200-3.804a1.902%201.902%200%200%201%200%203.804m0-5.722A3.82%203.82%200%200%200%2016.36%2012v3.82h3.82a3.82%203.82%200%201%200%200-7.64m-8.656%205.722A1.907%201.907%200%200%201%209.611%2012c0-1.05.857-1.902%201.913-1.902s1.913.852%201.913%201.902s-.857%201.902-1.913%201.902m-7.683%200A1.907%201.907%200%200%201%201.928%2012c0-1.05.857-1.902%201.913-1.902S5.754%2010.95%205.754%2012s-.856%201.902-1.913%201.902m11.514-2.107l-.002-.032a4%204%200%200%200-.04-.37l-.004-.019a4%204%200%200%200-.081-.373V11a3.836%203.836%200%200%200-3.704-2.82H3.84a3.83%203.83%200%200%200-3.794%203.254l-.001.008q-.027.176-.036.357l-.002.02v.016C.006%2011.89%200%2011.945%200%2012c0%20.07.007.137.01.206l.002.032q.012.187.041.37l.003.018a3.83%203.83%200%200%200%203.786%203.194h11.523V12q-.002-.104-.01-.205%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%22M20.18%2013.902a1.902%201.902%200%201%201%200-3.804a1.902%201.902%200%200%201%200%203.804m0-5.722A3.82%203.82%200%200%200%2016.36%2012v3.82h3.82a3.82%203.82%200%201%200%200-7.64m-8.656%205.722A1.907%201.907%200%200%201%209.611%2012c0-1.05.857-1.902%201.913-1.902s1.913.852%201.913%201.902s-.857%201.902-1.913%201.902m-7.683%200A1.907%201.907%200%200%201%201.928%2012c0-1.05.857-1.902%201.913-1.902S5.754%2010.95%205.754%2012s-.856%201.902-1.913%201.902m11.514-2.107l-.002-.032a4%204%200%200%200-.04-.37l-.004-.019a4%204%200%200%200-.081-.373V11a3.836%203.836%200%200%200-3.704-2.82H3.84a3.83%203.83%200%200%200-3.794%203.254l-.001.008q-.027.176-.036.357l-.002.02v.016C.006%2011.89%200%2011.945%200%2012c0%20.07.007.137.01.206l.002.032q.012.187.041.37l.003.018a3.83%203.83%200%200%200%203.786%203.194h11.523V12q-.002-.104-.01-.205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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