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

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

Use the topcoder logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.004 7.555c-1.87 0-3.88.979-5.559 2.678c1.741.384 3.587.997 5.046 1.662l.513.23c.204-.09.367-.163.513-.23c1.464-.667 3.318-1.282 5.064-1.667c-1.645-1.796-3.508-2.673-5.577-2.673m8.751 2.723c-.675.016-1.44.101-2.282.254c.608.784 1.26 2 1.928 3.503a44 44 0 0 1 .981 2.4c.305-.06.58-.232.825-.542c1.393-1.761 2.038-3.366 1.708-4.349c-.26-.776-1.152-1.19-2.515-1.258a9 9 0 0 0-.645-.008m-17.506 0a9 9 0 0 0-.646.008c-1.365.068-2.258.481-2.518 1.258c-.33.983.315 2.588 1.708 4.35c.258.325.549.499.873.55c.15-1.468 1.501-4.253 2.868-5.911a15 15 0 0 0-2.285-.254zm14.69.352c-1.184.197-3.63.971-5.15 1.638l-.036.017a10 10 0 0 1 1.798.599c1.268.55 1.504.694 5.169 3.06c.206.134.37.227.587.32q.291.127.566.174a43 43 0 0 0-1.316-3.092c-.46-.96-.906-1.758-1.323-2.338q-.151-.21-.295-.378m-11.866.004c-1.35 1.538-2.758 4.38-2.927 5.802c.361-.061.79-.24 1.222-.49c.317-.185.65-.394 1.054-.659c.243-.16 1.153-.768 1.087-.724c1.939-1.29 3.253-1.982 4.678-2.288c-1.589-.69-3.798-1.417-5.114-1.64z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTopcoder(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.004 7.555c-1.87 0-3.88.979-5.559 2.678c1.741.384 3.587.997 5.046 1.662l.513.23c.204-.09.367-.163.513-.23c1.464-.667 3.318-1.282 5.064-1.667c-1.645-1.796-3.508-2.673-5.577-2.673m8.751 2.723c-.675.016-1.44.101-2.282.254c.608.784 1.26 2 1.928 3.503a44 44 0 0 1 .981 2.4c.305-.06.58-.232.825-.542c1.393-1.761 2.038-3.366 1.708-4.349c-.26-.776-1.152-1.19-2.515-1.258a9 9 0 0 0-.645-.008m-17.506 0a9 9 0 0 0-.646.008c-1.365.068-2.258.481-2.518 1.258c-.33.983.315 2.588 1.708 4.35c.258.325.549.499.873.55c.15-1.468 1.501-4.253 2.868-5.911a15 15 0 0 0-2.285-.254zm14.69.352c-1.184.197-3.63.971-5.15 1.638l-.036.017a10 10 0 0 1 1.798.599c1.268.55 1.504.694 5.169 3.06c.206.134.37.227.587.32q.291.127.566.174a43 43 0 0 0-1.316-3.092c-.46-.96-.906-1.758-1.323-2.338q-.151-.21-.295-.378m-11.866.004c-1.35 1.538-2.758 4.38-2.927 5.802c.361-.061.79-.24 1.222-.49c.317-.185.65-.394 1.054-.659c.243-.16 1.153-.768 1.087-.724c1.939-1.29 3.253-1.982 4.678-2.288c-1.589-.69-3.798-1.417-5.114-1.64z"/></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.004 7.555c-1.87 0-3.88.979-5.559 2.678c1.741.384 3.587.997 5.046 1.662l.513.23c.204-.09.367-.163.513-.23c1.464-.667 3.318-1.282 5.064-1.667c-1.645-1.796-3.508-2.673-5.577-2.673m8.751 2.723c-.675.016-1.44.101-2.282.254c.608.784 1.26 2 1.928 3.503a44 44 0 0 1 .981 2.4c.305-.06.58-.232.825-.542c1.393-1.761 2.038-3.366 1.708-4.349c-.26-.776-1.152-1.19-2.515-1.258a9 9 0 0 0-.645-.008m-17.506 0a9 9 0 0 0-.646.008c-1.365.068-2.258.481-2.518 1.258c-.33.983.315 2.588 1.708 4.35c.258.325.549.499.873.55c.15-1.468 1.501-4.253 2.868-5.911a15 15 0 0 0-2.285-.254zm14.69.352c-1.184.197-3.63.971-5.15 1.638l-.036.017a10 10 0 0 1 1.798.599c1.268.55 1.504.694 5.169 3.06c.206.134.37.227.587.32q.291.127.566.174a43 43 0 0 0-1.316-3.092c-.46-.96-.906-1.758-1.323-2.338q-.151-.21-.295-.378m-11.866.004c-1.35 1.538-2.758 4.38-2.927 5.802c.361-.061.79-.24 1.222-.49c.317-.185.65-.394 1.054-.659c.243-.16 1.153-.768 1.087-.724c1.939-1.29 3.253-1.982 4.678-2.288c-1.589-.69-3.798-1.417-5.114-1.64z"/></svg>
</template>

CSS

.icon-topcoder {
  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.004%207.555c-1.87%200-3.88.979-5.559%202.678c1.741.384%203.587.997%205.046%201.662l.513.23c.204-.09.367-.163.513-.23c1.464-.667%203.318-1.282%205.064-1.667c-1.645-1.796-3.508-2.673-5.577-2.673m8.751%202.723c-.675.016-1.44.101-2.282.254c.608.784%201.26%202%201.928%203.503a44%2044%200%200%201%20.981%202.4c.305-.06.58-.232.825-.542c1.393-1.761%202.038-3.366%201.708-4.349c-.26-.776-1.152-1.19-2.515-1.258a9%209%200%200%200-.645-.008m-17.506%200a9%209%200%200%200-.646.008c-1.365.068-2.258.481-2.518%201.258c-.33.983.315%202.588%201.708%204.35c.258.325.549.499.873.55c.15-1.468%201.501-4.253%202.868-5.911a15%2015%200%200%200-2.285-.254zm14.69.352c-1.184.197-3.63.971-5.15%201.638l-.036.017a10%2010%200%200%201%201.798.599c1.268.55%201.504.694%205.169%203.06c.206.134.37.227.587.32q.291.127.566.174a43%2043%200%200%200-1.316-3.092c-.46-.96-.906-1.758-1.323-2.338q-.151-.21-.295-.378m-11.866.004c-1.35%201.538-2.758%204.38-2.927%205.802c.361-.061.79-.24%201.222-.49c.317-.185.65-.394%201.054-.659c.243-.16%201.153-.768%201.087-.724c1.939-1.29%203.253-1.982%204.678-2.288c-1.589-.69-3.798-1.417-5.114-1.64z%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.004%207.555c-1.87%200-3.88.979-5.559%202.678c1.741.384%203.587.997%205.046%201.662l.513.23c.204-.09.367-.163.513-.23c1.464-.667%203.318-1.282%205.064-1.667c-1.645-1.796-3.508-2.673-5.577-2.673m8.751%202.723c-.675.016-1.44.101-2.282.254c.608.784%201.26%202%201.928%203.503a44%2044%200%200%201%20.981%202.4c.305-.06.58-.232.825-.542c1.393-1.761%202.038-3.366%201.708-4.349c-.26-.776-1.152-1.19-2.515-1.258a9%209%200%200%200-.645-.008m-17.506%200a9%209%200%200%200-.646.008c-1.365.068-2.258.481-2.518%201.258c-.33.983.315%202.588%201.708%204.35c.258.325.549.499.873.55c.15-1.468%201.501-4.253%202.868-5.911a15%2015%200%200%200-2.285-.254zm14.69.352c-1.184.197-3.63.971-5.15%201.638l-.036.017a10%2010%200%200%201%201.798.599c1.268.55%201.504.694%205.169%203.06c.206.134.37.227.587.32q.291.127.566.174a43%2043%200%200%200-1.316-3.092c-.46-.96-.906-1.758-1.323-2.338q-.151-.21-.295-.378m-11.866.004c-1.35%201.538-2.758%204.38-2.927%205.802c.361-.061.79-.24%201.222-.49c.317-.185.65-.394%201.054-.659c.243-.16%201.153-.768%201.087-.724c1.939-1.29%203.253-1.982%204.678-2.288c-1.589-.69-3.798-1.417-5.114-1.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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