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

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

Use the ktm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 15.735h3.354l.843-2.06l1.55 2.06h7.225l2.234-2.081l-.372 2.081h2.83L20 13.675l-.32 2.06h3.052L24 9.99h-3.068l-2.486 2.191l.48-2.19h-2.942l-3.209 3.216l1.342-3.938h4.907l.225-1.003H6.381l-.378 1.003h4.732l-1.994 5.054l-1.572-2.066L9.886 9.99H7.612l-2.787 2.23l.938-2.23H2.44z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKtm(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="M0 15.735h3.354l.843-2.06l1.55 2.06h7.225l2.234-2.081l-.372 2.081h2.83L20 13.675l-.32 2.06h3.052L24 9.99h-3.068l-2.486 2.191l.48-2.19h-2.942l-3.209 3.216l1.342-3.938h4.907l.225-1.003H6.381l-.378 1.003h4.732l-1.994 5.054l-1.572-2.066L9.886 9.99H7.612l-2.787 2.23l.938-2.23H2.44z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 15.735h3.354l.843-2.06l1.55 2.06h7.225l2.234-2.081l-.372 2.081h2.83L20 13.675l-.32 2.06h3.052L24 9.99h-3.068l-2.486 2.191l.48-2.19h-2.942l-3.209 3.216l1.342-3.938h4.907l.225-1.003H6.381l-.378 1.003h4.732l-1.994 5.054l-1.572-2.066L9.886 9.99H7.612l-2.787 2.23l.938-2.23H2.44z"/></svg>
</template>

CSS

.icon-ktm {
  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%22M0%2015.735h3.354l.843-2.06l1.55%202.06h7.225l2.234-2.081l-.372%202.081h2.83L20%2013.675l-.32%202.06h3.052L24%209.99h-3.068l-2.486%202.191l.48-2.19h-2.942l-3.209%203.216l1.342-3.938h4.907l.225-1.003H6.381l-.378%201.003h4.732l-1.994%205.054l-1.572-2.066L9.886%209.99H7.612l-2.787%202.23l.938-2.23H2.44z%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%22M0%2015.735h3.354l.843-2.06l1.55%202.06h7.225l2.234-2.081l-.372%202.081h2.83L20%2013.675l-.32%202.06h3.052L24%209.99h-3.068l-2.486%202.191l.48-2.19h-2.942l-3.209%203.216l1.342-3.938h4.907l.225-1.003H6.381l-.378%201.003h4.732l-1.994%205.054l-1.572-2.066L9.886%209.99H7.612l-2.787%202.23l.938-2.23H2.44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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