tiktok circle icon

tiktok-circle from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
tiktok-circle
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

Use the tiktok circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10.01 10.01 0 0 0 12 2m5.939 7.713v.646a.37.37 0 0 1-.38.37a5.36 5.36 0 0 1-2.903-1.108v4.728a3.94 3.94 0 0 1-1.18 2.81a4 4 0 0 1-2.87 1.17a4.1 4.1 0 0 1-2.862-1.17a3.98 3.98 0 0 1-1.026-3.805c.159-.642.48-1.232.933-1.713a3.58 3.58 0 0 1 2.79-1.313h.82v1.703a.348.348 0 0 1-.39.348a1.918 1.918 0 0 0-1.23 3.631c.27.155.572.246.882.267c.24.01.48-.02.708-.092a1.93 1.93 0 0 0 1.313-1.816V5.754a.36.36 0 0 1 .359-.36h1.415a.36.36 0 0 1 .359.34a3.3 3.3 0 0 0 1.282 2.245a3.25 3.25 0 0 0 1.641.636a.37.37 0 0 1 .338.35z"/></svg>

React

import type { SVGProps } from "react";

export function MageTiktokCircle(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 2a10 10 0 1 0 10 10A10.01 10.01 0 0 0 12 2m5.939 7.713v.646a.37.37 0 0 1-.38.37a5.36 5.36 0 0 1-2.903-1.108v4.728a3.94 3.94 0 0 1-1.18 2.81a4 4 0 0 1-2.87 1.17a4.1 4.1 0 0 1-2.862-1.17a3.98 3.98 0 0 1-1.026-3.805c.159-.642.48-1.232.933-1.713a3.58 3.58 0 0 1 2.79-1.313h.82v1.703a.348.348 0 0 1-.39.348a1.918 1.918 0 0 0-1.23 3.631c.27.155.572.246.882.267c.24.01.48-.02.708-.092a1.93 1.93 0 0 0 1.313-1.816V5.754a.36.36 0 0 1 .359-.36h1.415a.36.36 0 0 1 .359.34a3.3 3.3 0 0 0 1.282 2.245a3.25 3.25 0 0 0 1.641.636a.37.37 0 0 1 .338.35z"/></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 2a10 10 0 1 0 10 10A10.01 10.01 0 0 0 12 2m5.939 7.713v.646a.37.37 0 0 1-.38.37a5.36 5.36 0 0 1-2.903-1.108v4.728a3.94 3.94 0 0 1-1.18 2.81a4 4 0 0 1-2.87 1.17a4.1 4.1 0 0 1-2.862-1.17a3.98 3.98 0 0 1-1.026-3.805c.159-.642.48-1.232.933-1.713a3.58 3.58 0 0 1 2.79-1.313h.82v1.703a.348.348 0 0 1-.39.348a1.918 1.918 0 0 0-1.23 3.631c.27.155.572.246.882.267c.24.01.48-.02.708-.092a1.93 1.93 0 0 0 1.313-1.816V5.754a.36.36 0 0 1 .359-.36h1.415a.36.36 0 0 1 .359.34a3.3 3.3 0 0 0 1.282 2.245a3.25 3.25 0 0 0 1.641.636a.37.37 0 0 1 .338.35z"/></svg>
</template>

CSS

.icon-tiktok-circle {
  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%202a10%2010%200%201%200%2010%2010A10.01%2010.01%200%200%200%2012%202m5.939%207.713v.646a.37.37%200%200%201-.38.37a5.36%205.36%200%200%201-2.903-1.108v4.728a3.94%203.94%200%200%201-1.18%202.81a4%204%200%200%201-2.87%201.17a4.1%204.1%200%200%201-2.862-1.17a3.98%203.98%200%200%201-1.026-3.805c.159-.642.48-1.232.933-1.713a3.58%203.58%200%200%201%202.79-1.313h.82v1.703a.348.348%200%200%201-.39.348a1.918%201.918%200%200%200-1.23%203.631c.27.155.572.246.882.267c.24.01.48-.02.708-.092a1.93%201.93%200%200%200%201.313-1.816V5.754a.36.36%200%200%201%20.359-.36h1.415a.36.36%200%200%201%20.359.34a3.3%203.3%200%200%200%201.282%202.245a3.25%203.25%200%200%200%201.641.636a.37.37%200%200%201%20.338.35z%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%202a10%2010%200%201%200%2010%2010A10.01%2010.01%200%200%200%2012%202m5.939%207.713v.646a.37.37%200%200%201-.38.37a5.36%205.36%200%200%201-2.903-1.108v4.728a3.94%203.94%200%200%201-1.18%202.81a4%204%200%200%201-2.87%201.17a4.1%204.1%200%200%201-2.862-1.17a3.98%203.98%200%200%201-1.026-3.805c.159-.642.48-1.232.933-1.713a3.58%203.58%200%200%201%202.79-1.313h.82v1.703a.348.348%200%200%201-.39.348a1.918%201.918%200%200%200-1.23%203.631c.27.155.572.246.882.267c.24.01.48-.02.708-.092a1.93%201.93%200%200%200%201.313-1.816V5.754a.36.36%200%200%201%20.359-.36h1.415a.36.36%200%200%201%20.359.34a3.3%203.3%200%200%200%201.282%202.245a3.25%203.25%200%200%200%201.641.636a.37.37%200%200%201%20.338.35z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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