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

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

Use the tamiya logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 6.408v4.27h4.496l1.36-4.27Zm5.856 0l1.398 4.27h4.496v-4.27Zm5.894 4.27l-3.627 2.644l1.398 4.27h2.23Zm-2.23 6.914l-3.664-2.645l-3.627 2.645Zm-7.291 0l1.398-4.27L0 10.678v6.914zM12.25 6.408v4.27h4.496l1.36-4.27zm5.856 0l1.398 4.27H24v-4.27ZM24 10.678l-3.627 2.644l1.398 4.27H24Zm-2.23 6.914l-3.664-2.645l-3.627 2.645zm-7.29 0l1.397-4.27l-3.627-2.644v6.914z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTamiya(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 6.408v4.27h4.496l1.36-4.27Zm5.856 0l1.398 4.27h4.496v-4.27Zm5.894 4.27l-3.627 2.644l1.398 4.27h2.23Zm-2.23 6.914l-3.664-2.645l-3.627 2.645Zm-7.291 0l1.398-4.27L0 10.678v6.914zM12.25 6.408v4.27h4.496l1.36-4.27zm5.856 0l1.398 4.27H24v-4.27ZM24 10.678l-3.627 2.644l1.398 4.27H24Zm-2.23 6.914l-3.664-2.645l-3.627 2.645zm-7.29 0l1.397-4.27l-3.627-2.644v6.914z"/></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 6.408v4.27h4.496l1.36-4.27Zm5.856 0l1.398 4.27h4.496v-4.27Zm5.894 4.27l-3.627 2.644l1.398 4.27h2.23Zm-2.23 6.914l-3.664-2.645l-3.627 2.645Zm-7.291 0l1.398-4.27L0 10.678v6.914zM12.25 6.408v4.27h4.496l1.36-4.27zm5.856 0l1.398 4.27H24v-4.27ZM24 10.678l-3.627 2.644l1.398 4.27H24Zm-2.23 6.914l-3.664-2.645l-3.627 2.645zm-7.29 0l1.397-4.27l-3.627-2.644v6.914z"/></svg>
</template>

CSS

.icon-tamiya {
  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%206.408v4.27h4.496l1.36-4.27Zm5.856%200l1.398%204.27h4.496v-4.27Zm5.894%204.27l-3.627%202.644l1.398%204.27h2.23Zm-2.23%206.914l-3.664-2.645l-3.627%202.645Zm-7.291%200l1.398-4.27L0%2010.678v6.914zM12.25%206.408v4.27h4.496l1.36-4.27zm5.856%200l1.398%204.27H24v-4.27ZM24%2010.678l-3.627%202.644l1.398%204.27H24Zm-2.23%206.914l-3.664-2.645l-3.627%202.645zm-7.29%200l1.397-4.27l-3.627-2.644v6.914z%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%206.408v4.27h4.496l1.36-4.27Zm5.856%200l1.398%204.27h4.496v-4.27Zm5.894%204.27l-3.627%202.644l1.398%204.27h2.23Zm-2.23%206.914l-3.664-2.645l-3.627%202.645Zm-7.291%200l1.398-4.27L0%2010.678v6.914zM12.25%206.408v4.27h4.496l1.36-4.27zm5.856%200l1.398%204.27H24v-4.27ZM24%2010.678l-3.627%202.644l1.398%204.27H24Zm-2.23%206.914l-3.664-2.645l-3.627%202.645zm-7.29%200l1.397-4.27l-3.627-2.644v6.914z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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