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

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

The same logo in other sets

Use the twoo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.116 16.877c.064-.054.129-.109.189-.168c-1.209 1.176-2.756 1.756-4.291 1.735h-.023a5.938 5.938 0 0 1-4.245-1.894a6.439 6.439 0 0 1-1.507-2.691v-.007c-.604-2.199-.065-4.674 1.605-6.406c2.346-2.434 6.072-2.492 8.459-.205l1.215 1.275l.543.57l4.228 4.484h.018c.045.046.09.076.119.121c.855.779 2.162.75 2.986-.105c.869-.9.9-2.37.047-3.285a1.737 1.737 0 0 0-.303-.27l-.24-.166c-.824-.449-1.875-.3-2.58.42a1.959 1.959 0 0 0-.27.346a2.38 2.38 0 0 0-.346 1.561l-1.514-1.529l-1.756-1.665a6.499 6.499 0 0 1 1.432-1.876a5.134 5.134 0 0 0-.189.168a6.028 6.028 0 0 1 4.291-1.734h.023a5.94 5.94 0 0 1 4.246 1.895a6.43 6.43 0 0 1 1.506 2.693v.006c.605 2.197.066 4.676-1.605 6.405c-2.346 2.434-6.072 2.494-8.459.205l-1.214-1.286l-.543-.581l-4.225-4.501l-.004-.015c-.016 0-.016-.015-.016-.015c-.045-.046-.09-.09-.121-.136a2.11 2.11 0 0 0-2.984.105c-.87.9-.9 2.37-.045 3.271c.09.105.195.18.3.27l.24.15a2.16 2.16 0 0 0 2.58-.436c.105-.104.196-.225.271-.345c.301-.465.404-1.034.345-1.575l1.515 1.561l1.758 1.771a6.41 6.41 0 0 1-1.433 1.875l-.003.004z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTwoo(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="M10.116 16.877c.064-.054.129-.109.189-.168c-1.209 1.176-2.756 1.756-4.291 1.735h-.023a5.938 5.938 0 0 1-4.245-1.894a6.439 6.439 0 0 1-1.507-2.691v-.007c-.604-2.199-.065-4.674 1.605-6.406c2.346-2.434 6.072-2.492 8.459-.205l1.215 1.275l.543.57l4.228 4.484h.018c.045.046.09.076.119.121c.855.779 2.162.75 2.986-.105c.869-.9.9-2.37.047-3.285a1.737 1.737 0 0 0-.303-.27l-.24-.166c-.824-.449-1.875-.3-2.58.42a1.959 1.959 0 0 0-.27.346a2.38 2.38 0 0 0-.346 1.561l-1.514-1.529l-1.756-1.665a6.499 6.499 0 0 1 1.432-1.876a5.134 5.134 0 0 0-.189.168a6.028 6.028 0 0 1 4.291-1.734h.023a5.94 5.94 0 0 1 4.246 1.895a6.43 6.43 0 0 1 1.506 2.693v.006c.605 2.197.066 4.676-1.605 6.405c-2.346 2.434-6.072 2.494-8.459.205l-1.214-1.286l-.543-.581l-4.225-4.501l-.004-.015c-.016 0-.016-.015-.016-.015c-.045-.046-.09-.09-.121-.136a2.11 2.11 0 0 0-2.984.105c-.87.9-.9 2.37-.045 3.271c.09.105.195.18.3.27l.24.15a2.16 2.16 0 0 0 2.58-.436c.105-.104.196-.225.271-.345c.301-.465.404-1.034.345-1.575l1.515 1.561l1.758 1.771a6.41 6.41 0 0 1-1.433 1.875l-.003.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.116 16.877c.064-.054.129-.109.189-.168c-1.209 1.176-2.756 1.756-4.291 1.735h-.023a5.938 5.938 0 0 1-4.245-1.894a6.439 6.439 0 0 1-1.507-2.691v-.007c-.604-2.199-.065-4.674 1.605-6.406c2.346-2.434 6.072-2.492 8.459-.205l1.215 1.275l.543.57l4.228 4.484h.018c.045.046.09.076.119.121c.855.779 2.162.75 2.986-.105c.869-.9.9-2.37.047-3.285a1.737 1.737 0 0 0-.303-.27l-.24-.166c-.824-.449-1.875-.3-2.58.42a1.959 1.959 0 0 0-.27.346a2.38 2.38 0 0 0-.346 1.561l-1.514-1.529l-1.756-1.665a6.499 6.499 0 0 1 1.432-1.876a5.134 5.134 0 0 0-.189.168a6.028 6.028 0 0 1 4.291-1.734h.023a5.94 5.94 0 0 1 4.246 1.895a6.43 6.43 0 0 1 1.506 2.693v.006c.605 2.197.066 4.676-1.605 6.405c-2.346 2.434-6.072 2.494-8.459.205l-1.214-1.286l-.543-.581l-4.225-4.501l-.004-.015c-.016 0-.016-.015-.016-.015c-.045-.046-.09-.09-.121-.136a2.11 2.11 0 0 0-2.984.105c-.87.9-.9 2.37-.045 3.271c.09.105.195.18.3.27l.24.15a2.16 2.16 0 0 0 2.58-.436c.105-.104.196-.225.271-.345c.301-.465.404-1.034.345-1.575l1.515 1.561l1.758 1.771a6.41 6.41 0 0 1-1.433 1.875l-.003.004z"/></svg>
</template>

CSS

.icon-twoo {
  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%22M10.116%2016.877c.064-.054.129-.109.189-.168c-1.209%201.176-2.756%201.756-4.291%201.735h-.023a5.938%205.938%200%200%201-4.245-1.894a6.439%206.439%200%200%201-1.507-2.691v-.007c-.604-2.199-.065-4.674%201.605-6.406c2.346-2.434%206.072-2.492%208.459-.205l1.215%201.275l.543.57l4.228%204.484h.018c.045.046.09.076.119.121c.855.779%202.162.75%202.986-.105c.869-.9.9-2.37.047-3.285a1.737%201.737%200%200%200-.303-.27l-.24-.166c-.824-.449-1.875-.3-2.58.42a1.959%201.959%200%200%200-.27.346a2.38%202.38%200%200%200-.346%201.561l-1.514-1.529l-1.756-1.665a6.499%206.499%200%200%201%201.432-1.876a5.134%205.134%200%200%200-.189.168a6.028%206.028%200%200%201%204.291-1.734h.023a5.94%205.94%200%200%201%204.246%201.895a6.43%206.43%200%200%201%201.506%202.693v.006c.605%202.197.066%204.676-1.605%206.405c-2.346%202.434-6.072%202.494-8.459.205l-1.214-1.286l-.543-.581l-4.225-4.501l-.004-.015c-.016%200-.016-.015-.016-.015c-.045-.046-.09-.09-.121-.136a2.11%202.11%200%200%200-2.984.105c-.87.9-.9%202.37-.045%203.271c.09.105.195.18.3.27l.24.15a2.16%202.16%200%200%200%202.58-.436c.105-.104.196-.225.271-.345c.301-.465.404-1.034.345-1.575l1.515%201.561l1.758%201.771a6.41%206.41%200%200%201-1.433%201.875l-.003.004z%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%22M10.116%2016.877c.064-.054.129-.109.189-.168c-1.209%201.176-2.756%201.756-4.291%201.735h-.023a5.938%205.938%200%200%201-4.245-1.894a6.439%206.439%200%200%201-1.507-2.691v-.007c-.604-2.199-.065-4.674%201.605-6.406c2.346-2.434%206.072-2.492%208.459-.205l1.215%201.275l.543.57l4.228%204.484h.018c.045.046.09.076.119.121c.855.779%202.162.75%202.986-.105c.869-.9.9-2.37.047-3.285a1.737%201.737%200%200%200-.303-.27l-.24-.166c-.824-.449-1.875-.3-2.58.42a1.959%201.959%200%200%200-.27.346a2.38%202.38%200%200%200-.346%201.561l-1.514-1.529l-1.756-1.665a6.499%206.499%200%200%201%201.432-1.876a5.134%205.134%200%200%200-.189.168a6.028%206.028%200%200%201%204.291-1.734h.023a5.94%205.94%200%200%201%204.246%201.895a6.43%206.43%200%200%201%201.506%202.693v.006c.605%202.197.066%204.676-1.605%206.405c-2.346%202.434-6.072%202.494-8.459.205l-1.214-1.286l-.543-.581l-4.225-4.501l-.004-.015c-.016%200-.016-.015-.016-.015c-.045-.046-.09-.09-.121-.136a2.11%202.11%200%200%200-2.984.105c-.87.9-.9%202.37-.045%203.271c.09.105.195.18.3.27l.24.15a2.16%202.16%200%200%200%202.58-.436c.105-.104.196-.225.271-.345c.301-.465.404-1.034.345-1.575l1.515%201.561l1.758%201.771a6.41%206.41%200%200%201-1.433%201.875l-.003.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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