Ktm India Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ktm India icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/342656.svg" alt="Ktm India icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342656.svg" alt="Ktm India icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342656.svg" alt="Ktm India icon" :width="24" :height="24" />
CSS background
.icon-ktm-india {
background-image: url('https://proicons.com/icon/342656.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M25.52,25.2c0-1.66,1.34-3,3-3h0c1.66,0,3,1.34,3,3v4.8"/><line class="c" x1="25.52" y1="22.2" x2="25.52" y2="30"/><path class="c" d="M31.52,25.2c0-1.66,1.34-3,3-3h0c1.66,0,3,1.34,3,3v4.8"/><line class="c" x1="10.48" y1="18" x2="10.48" y2="30"/><line class="c" x1="10.48" y1="27.45" x2="15.91" y2="22.05"/><line class="c" x1="12.21" y1="25.73" x2="16.48" y2="29.98"/><line class="c" x1="14.34" y1="19.89" x2="28.52" y2="19.89"/><line class="c" x1="20.56" y1="29.98" x2="20.56" y2="19.89"/><path class="c" d="M38.4994,5.5008H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/></svg>
Copied!