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

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

Use the totvs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.385 0 0 5.339 0 12c0 6.614 5.385 12 12 12c6.614 0 12-5.386 12-12S18.614 0 12 0M8.648 3.813c1.275-.068 10.697 2.302 11.43 2.943c.614.85.614 9.118 0 9.685c-.284.095-2.127-.283-4.205-.755c0 2.031-.143 3.966-.426 4.203c-.756.236-10.772-2.267-11.527-2.928c-.615-.85-.615-9.119 0-9.686c.283-.094 2.079.284 4.205.756c0-2.031.142-3.969.425-4.205a.5.5 0 0 1 .098-.013m-.523 4.265c-.048 2.362.095 4.961.425 5.434c.426.378 4.158 1.418 7.276 2.174c.047-2.41-.095-5.008-.426-5.481c-.425-.378-4.157-1.418-7.275-2.127"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTotvs(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="M12 0C5.385 0 0 5.339 0 12c0 6.614 5.385 12 12 12c6.614 0 12-5.386 12-12S18.614 0 12 0M8.648 3.813c1.275-.068 10.697 2.302 11.43 2.943c.614.85.614 9.118 0 9.685c-.284.095-2.127-.283-4.205-.755c0 2.031-.143 3.966-.426 4.203c-.756.236-10.772-2.267-11.527-2.928c-.615-.85-.615-9.119 0-9.686c.283-.094 2.079.284 4.205.756c0-2.031.142-3.969.425-4.205a.5.5 0 0 1 .098-.013m-.523 4.265c-.048 2.362.095 4.961.425 5.434c.426.378 4.158 1.418 7.276 2.174c.047-2.41-.095-5.008-.426-5.481c-.425-.378-4.157-1.418-7.275-2.127"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.385 0 0 5.339 0 12c0 6.614 5.385 12 12 12c6.614 0 12-5.386 12-12S18.614 0 12 0M8.648 3.813c1.275-.068 10.697 2.302 11.43 2.943c.614.85.614 9.118 0 9.685c-.284.095-2.127-.283-4.205-.755c0 2.031-.143 3.966-.426 4.203c-.756.236-10.772-2.267-11.527-2.928c-.615-.85-.615-9.119 0-9.686c.283-.094 2.079.284 4.205.756c0-2.031.142-3.969.425-4.205a.5.5 0 0 1 .098-.013m-.523 4.265c-.048 2.362.095 4.961.425 5.434c.426.378 4.158 1.418 7.276 2.174c.047-2.41-.095-5.008-.426-5.481c-.425-.378-4.157-1.418-7.275-2.127"/></svg>
</template>

CSS

.icon-totvs {
  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%22M12%200C5.385%200%200%205.339%200%2012c0%206.614%205.385%2012%2012%2012c6.614%200%2012-5.386%2012-12S18.614%200%2012%200M8.648%203.813c1.275-.068%2010.697%202.302%2011.43%202.943c.614.85.614%209.118%200%209.685c-.284.095-2.127-.283-4.205-.755c0%202.031-.143%203.966-.426%204.203c-.756.236-10.772-2.267-11.527-2.928c-.615-.85-.615-9.119%200-9.686c.283-.094%202.079.284%204.205.756c0-2.031.142-3.969.425-4.205a.5.5%200%200%201%20.098-.013m-.523%204.265c-.048%202.362.095%204.961.425%205.434c.426.378%204.158%201.418%207.276%202.174c.047-2.41-.095-5.008-.426-5.481c-.425-.378-4.157-1.418-7.275-2.127%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%22M12%200C5.385%200%200%205.339%200%2012c0%206.614%205.385%2012%2012%2012c6.614%200%2012-5.386%2012-12S18.614%200%2012%200M8.648%203.813c1.275-.068%2010.697%202.302%2011.43%202.943c.614.85.614%209.118%200%209.685c-.284.095-2.127-.283-4.205-.755c0%202.031-.143%203.966-.426%204.203c-.756.236-10.772-2.267-11.527-2.928c-.615-.85-.615-9.119%200-9.686c.283-.094%202.079.284%204.205.756c0-2.031.142-3.969.425-4.205a.5.5%200%200%201%20.098-.013m-.523%204.265c-.048%202.362.095%204.961.425%205.434c.426.378%204.158%201.418%207.276%202.174c.047-2.41-.095-5.008-.426-5.481c-.425-.378-4.157-1.418-7.275-2.127%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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