kar logo
kar from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- kar
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
The same logo in other sets
Use the kar logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGXWUihghp)" d="M6.6 9h2.13c.276 0 1.086-.282 2.124-1.266A538 538 0 0 1 15.9 3h4.5l-7.2 6.9l7.14 9.9H16.8l-3-4.2c.384.918.612 3.252-.114 5.4c.18-2.076-.966-4.356-1.188-4.65c-.198-.264-1.248-2.364-1.752-3.378c-.456-1.968 1.596-3.942 2.682-4.68c-1.428-.912-2.7.144-3.156.78c-.816-.108-1.518.456-1.77.75l-2.364 3.342c-.54.78-1.104.834-1.32.762c.444 1.05 1.518.51 1.998.114c.12.792-.222 1.26-.408 1.392a1.49 1.49 0 0 0 1.278-1.158c.18.264.48 1.308.234 3.33A2.7 2.7 0 0 1 6.36 19.8l-.036-.006H3.6V3h3zm2.382 1.83c0-.348.192-1.05.978-1.062c-.066.804-.684 1.044-.978 1.062"/><defs><linearGradient id="SVGXWUihghp" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#fb3d42"/><stop offset="1" stop-color="#f01e52"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedKar(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGXWUihghp)" d="M6.6 9h2.13c.276 0 1.086-.282 2.124-1.266A538 538 0 0 1 15.9 3h4.5l-7.2 6.9l7.14 9.9H16.8l-3-4.2c.384.918.612 3.252-.114 5.4c.18-2.076-.966-4.356-1.188-4.65c-.198-.264-1.248-2.364-1.752-3.378c-.456-1.968 1.596-3.942 2.682-4.68c-1.428-.912-2.7.144-3.156.78c-.816-.108-1.518.456-1.77.75l-2.364 3.342c-.54.78-1.104.834-1.32.762c.444 1.05 1.518.51 1.998.114c.12.792-.222 1.26-.408 1.392a1.49 1.49 0 0 0 1.278-1.158c.18.264.48 1.308.234 3.33A2.7 2.7 0 0 1 6.36 19.8l-.036-.006H3.6V3h3zm2.382 1.83c0-.348.192-1.05.978-1.062c-.066.804-.684 1.044-.978 1.062"/><defs><linearGradient id="SVGXWUihghp" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stopColor="#fb3d42"/><stop offset="1" stopColor="#f01e52"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGXWUihghp)" d="M6.6 9h2.13c.276 0 1.086-.282 2.124-1.266A538 538 0 0 1 15.9 3h4.5l-7.2 6.9l7.14 9.9H16.8l-3-4.2c.384.918.612 3.252-.114 5.4c.18-2.076-.966-4.356-1.188-4.65c-.198-.264-1.248-2.364-1.752-3.378c-.456-1.968 1.596-3.942 2.682-4.68c-1.428-.912-2.7.144-3.156.78c-.816-.108-1.518.456-1.77.75l-2.364 3.342c-.54.78-1.104.834-1.32.762c.444 1.05 1.518.51 1.998.114c.12.792-.222 1.26-.408 1.392a1.49 1.49 0 0 0 1.278-1.158c.18.264.48 1.308.234 3.33A2.7 2.7 0 0 1 6.36 19.8l-.036-.006H3.6V3h3zm2.382 1.83c0-.348.192-1.05.978-1.062c-.066.804-.684 1.044-.978 1.062"/><defs><linearGradient id="SVGXWUihghp" x1="12" x2="12" y1="3" y2="21" gradientUnits="userSpaceOnUse"><stop stop-color="#fb3d42"/><stop offset="1" stop-color="#f01e52"/></linearGradient></defs></g></svg> </template>
CSS
.icon-kar {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGXWUihghp)%22%20d%3D%22M6.6%209h2.13c.276%200%201.086-.282%202.124-1.266A538%20538%200%200%201%2015.9%203h4.5l-7.2%206.9l7.14%209.9H16.8l-3-4.2c.384.918.612%203.252-.114%205.4c.18-2.076-.966-4.356-1.188-4.65c-.198-.264-1.248-2.364-1.752-3.378c-.456-1.968%201.596-3.942%202.682-4.68c-1.428-.912-2.7.144-3.156.78c-.816-.108-1.518.456-1.77.75l-2.364%203.342c-.54.78-1.104.834-1.32.762c.444%201.05%201.518.51%201.998.114c.12.792-.222%201.26-.408%201.392a1.49%201.49%200%200%200%201.278-1.158c.18.264.48%201.308.234%203.33A2.7%202.7%200%200%201%206.36%2019.8l-.036-.006H3.6V3h3zm2.382%201.83c0-.348.192-1.05.978-1.062c-.066.804-.684%201.044-.978%201.062%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGXWUihghp%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fb3d42%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f01e52%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGXWUihghp)%22%20d%3D%22M6.6%209h2.13c.276%200%201.086-.282%202.124-1.266A538%20538%200%200%201%2015.9%203h4.5l-7.2%206.9l7.14%209.9H16.8l-3-4.2c.384.918.612%203.252-.114%205.4c.18-2.076-.966-4.356-1.188-4.65c-.198-.264-1.248-2.364-1.752-3.378c-.456-1.968%201.596-3.942%202.682-4.68c-1.428-.912-2.7.144-3.156.78c-.816-.108-1.518.456-1.77.75l-2.364%203.342c-.54.78-1.104.834-1.32.762c.444%201.05%201.518.51%201.998.114c.12.792-.222%201.26-.408%201.392a1.49%201.49%200%200%200%201.278-1.158c.18.264.48%201.308.234%203.33A2.7%202.7%200%200%201%206.36%2019.8l-.036-.006H3.6V3h3zm2.382%201.83c0-.348.192-1.05.978-1.062c-.066.804-.684%201.044-.978%201.062%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGXWUihghp%22%20x1%3D%2212%22%20x2%3D%2212%22%20y1%3D%223%22%20y2%3D%2221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fb3d42%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f01e52%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/kar.svg?color=%231a73e8&size=48