traxsource logo

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

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

Use the traxsource logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.068 10.942c.067-.457.092-.904.101-1.587c.073-5.269-4.504-9.32-9.608-9.349a198 198 0 0 0-3.123 0C5.333.036.77 4.036.83 9.355c.008.669.03 1.14.093 1.6c-.655.957-.992 2.233-.85 3.592l.043.403c.28 2.673 2.305 4.652 4.52 4.419l.118-.012c1.513 2.836 4.19 4.631 7.244 4.643h.007c.248 0 .449-.2.449-.45v-1.598a.45.45 0 0 0-.448-.449V21.5c-3.104 0-5.901-3.795-5.901-7.614c0-3.775 2.797-7.634 5.888-7.634H12c.248 0 .449-.2.449-.449V4.225a.45.45 0 0 0-.443-.45v-.003C8.675 3.78 5.792 5.91 4.378 9.2l-.801.084c-.042.005-.081.015-.123.02c-.184-3.99 3.493-6.872 7.434-6.893c1.007-.007 1.511-.007 2.519 0c3.936.021 7.328 2.91 7.201 6.904c-.061-.01-.122-.024-.185-.03l-1.282-.136v.001l-.012-.002a.507.507 0 0 0-.558.45l-.953 9.077a.506.506 0 0 0 .45.557h.013v.002l1.282.134c2.216.233 4.24-1.746 4.52-4.419l.043-.403c.144-1.366-.197-2.646-.858-3.605"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTraxsource(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="M23.068 10.942c.067-.457.092-.904.101-1.587c.073-5.269-4.504-9.32-9.608-9.349a198 198 0 0 0-3.123 0C5.333.036.77 4.036.83 9.355c.008.669.03 1.14.093 1.6c-.655.957-.992 2.233-.85 3.592l.043.403c.28 2.673 2.305 4.652 4.52 4.419l.118-.012c1.513 2.836 4.19 4.631 7.244 4.643h.007c.248 0 .449-.2.449-.45v-1.598a.45.45 0 0 0-.448-.449V21.5c-3.104 0-5.901-3.795-5.901-7.614c0-3.775 2.797-7.634 5.888-7.634H12c.248 0 .449-.2.449-.449V4.225a.45.45 0 0 0-.443-.45v-.003C8.675 3.78 5.792 5.91 4.378 9.2l-.801.084c-.042.005-.081.015-.123.02c-.184-3.99 3.493-6.872 7.434-6.893c1.007-.007 1.511-.007 2.519 0c3.936.021 7.328 2.91 7.201 6.904c-.061-.01-.122-.024-.185-.03l-1.282-.136v.001l-.012-.002a.507.507 0 0 0-.558.45l-.953 9.077a.506.506 0 0 0 .45.557h.013v.002l1.282.134c2.216.233 4.24-1.746 4.52-4.419l.043-.403c.144-1.366-.197-2.646-.858-3.605"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.068 10.942c.067-.457.092-.904.101-1.587c.073-5.269-4.504-9.32-9.608-9.349a198 198 0 0 0-3.123 0C5.333.036.77 4.036.83 9.355c.008.669.03 1.14.093 1.6c-.655.957-.992 2.233-.85 3.592l.043.403c.28 2.673 2.305 4.652 4.52 4.419l.118-.012c1.513 2.836 4.19 4.631 7.244 4.643h.007c.248 0 .449-.2.449-.45v-1.598a.45.45 0 0 0-.448-.449V21.5c-3.104 0-5.901-3.795-5.901-7.614c0-3.775 2.797-7.634 5.888-7.634H12c.248 0 .449-.2.449-.449V4.225a.45.45 0 0 0-.443-.45v-.003C8.675 3.78 5.792 5.91 4.378 9.2l-.801.084c-.042.005-.081.015-.123.02c-.184-3.99 3.493-6.872 7.434-6.893c1.007-.007 1.511-.007 2.519 0c3.936.021 7.328 2.91 7.201 6.904c-.061-.01-.122-.024-.185-.03l-1.282-.136v.001l-.012-.002a.507.507 0 0 0-.558.45l-.953 9.077a.506.506 0 0 0 .45.557h.013v.002l1.282.134c2.216.233 4.24-1.746 4.52-4.419l.043-.403c.144-1.366-.197-2.646-.858-3.605"/></svg>
</template>

CSS

.icon-traxsource {
  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%22M23.068%2010.942c.067-.457.092-.904.101-1.587c.073-5.269-4.504-9.32-9.608-9.349a198%20198%200%200%200-3.123%200C5.333.036.77%204.036.83%209.355c.008.669.03%201.14.093%201.6c-.655.957-.992%202.233-.85%203.592l.043.403c.28%202.673%202.305%204.652%204.52%204.419l.118-.012c1.513%202.836%204.19%204.631%207.244%204.643h.007c.248%200%20.449-.2.449-.45v-1.598a.45.45%200%200%200-.448-.449V21.5c-3.104%200-5.901-3.795-5.901-7.614c0-3.775%202.797-7.634%205.888-7.634H12c.248%200%20.449-.2.449-.449V4.225a.45.45%200%200%200-.443-.45v-.003C8.675%203.78%205.792%205.91%204.378%209.2l-.801.084c-.042.005-.081.015-.123.02c-.184-3.99%203.493-6.872%207.434-6.893c1.007-.007%201.511-.007%202.519%200c3.936.021%207.328%202.91%207.201%206.904c-.061-.01-.122-.024-.185-.03l-1.282-.136v.001l-.012-.002a.507.507%200%200%200-.558.45l-.953%209.077a.506.506%200%200%200%20.45.557h.013v.002l1.282.134c2.216.233%204.24-1.746%204.52-4.419l.043-.403c.144-1.366-.197-2.646-.858-3.605%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%22M23.068%2010.942c.067-.457.092-.904.101-1.587c.073-5.269-4.504-9.32-9.608-9.349a198%20198%200%200%200-3.123%200C5.333.036.77%204.036.83%209.355c.008.669.03%201.14.093%201.6c-.655.957-.992%202.233-.85%203.592l.043.403c.28%202.673%202.305%204.652%204.52%204.419l.118-.012c1.513%202.836%204.19%204.631%207.244%204.643h.007c.248%200%20.449-.2.449-.45v-1.598a.45.45%200%200%200-.448-.449V21.5c-3.104%200-5.901-3.795-5.901-7.614c0-3.775%202.797-7.634%205.888-7.634H12c.248%200%20.449-.2.449-.449V4.225a.45.45%200%200%200-.443-.45v-.003C8.675%203.78%205.792%205.91%204.378%209.2l-.801.084c-.042.005-.081.015-.123.02c-.184-3.99%203.493-6.872%207.434-6.893c1.007-.007%201.511-.007%202.519%200c3.936.021%207.328%202.91%207.201%206.904c-.061-.01-.122-.024-.185-.03l-1.282-.136v.001l-.012-.002a.507.507%200%200%200-.558.45l-.953%209.077a.506.506%200%200%200%20.45.557h.013v.002l1.282.134c2.216.233%204.24-1.746%204.52-4.419l.043-.403c.144-1.366-.197-2.646-.858-3.605%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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