slnd logo
slnd from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- slnd
- 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 slnd 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(#SVGRMslGbqj)" d="M4.627 14.042a5.12 5.12 0 0 1-.19-7.299l1.688-1.747a1.323 1.323 0 0 1 1.853-.053c.53.498.545 1.318.048 1.837L6.342 8.527a2.546 2.546 0 0 0 .096 3.636a2.62 2.62 0 0 0 3.673-.095l1.694-1.768a5.373 5.373 0 0 1 7.537-.19a5.22 5.22 0 0 1 1.302 5.712a5.2 5.2 0 0 1-1.111 1.735l-1.392 1.45a1.324 1.324 0 0 1-2.15-.364a1.29 1.29 0 0 1 .244-1.425l1.398-1.45a2.65 2.65 0 0 0-.1-3.774a2.725 2.725 0 0 0-3.823.095l-1.699 1.768a5.267 5.267 0 0 1-7.384.185m3.849 4.219a1.297 1.297 0 0 1 1.01-1.535a9.55 9.55 0 0 0 5.14-3.557a1.323 1.323 0 0 1 2.183.065a1.28 1.28 0 0 1-.044 1.444c-2.15 2.974-5.304 4.282-6.733 4.583a1.313 1.313 0 0 1-1.556-1.005zm5.102-10.285a1.3 1.3 0 1 0-.545-2.54c-1.397.296-3.901 1.122-6.066 4.118a1.285 1.285 0 0 0 .307 1.81a1.323 1.323 0 0 0 1.831-.302c1.673-2.323 3.515-2.885 4.473-3.086"/><defs><linearGradient id="SVGRMslGbqj" x1="1.891" x2="19.427" y1="11.666" y2="11.666" gradientUnits="userSpaceOnUse"><stop stop-color="#ff9050"/><stop offset="1" stop-color="#fb5e39"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedSlnd(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(#SVGRMslGbqj)" d="M4.627 14.042a5.12 5.12 0 0 1-.19-7.299l1.688-1.747a1.323 1.323 0 0 1 1.853-.053c.53.498.545 1.318.048 1.837L6.342 8.527a2.546 2.546 0 0 0 .096 3.636a2.62 2.62 0 0 0 3.673-.095l1.694-1.768a5.373 5.373 0 0 1 7.537-.19a5.22 5.22 0 0 1 1.302 5.712a5.2 5.2 0 0 1-1.111 1.735l-1.392 1.45a1.324 1.324 0 0 1-2.15-.364a1.29 1.29 0 0 1 .244-1.425l1.398-1.45a2.65 2.65 0 0 0-.1-3.774a2.725 2.725 0 0 0-3.823.095l-1.699 1.768a5.267 5.267 0 0 1-7.384.185m3.849 4.219a1.297 1.297 0 0 1 1.01-1.535a9.55 9.55 0 0 0 5.14-3.557a1.323 1.323 0 0 1 2.183.065a1.28 1.28 0 0 1-.044 1.444c-2.15 2.974-5.304 4.282-6.733 4.583a1.313 1.313 0 0 1-1.556-1.005zm5.102-10.285a1.3 1.3 0 1 0-.545-2.54c-1.397.296-3.901 1.122-6.066 4.118a1.285 1.285 0 0 0 .307 1.81a1.323 1.323 0 0 0 1.831-.302c1.673-2.323 3.515-2.885 4.473-3.086"/><defs><linearGradient id="SVGRMslGbqj" x1="1.891" x2="19.427" y1="11.666" y2="11.666" gradientUnits="userSpaceOnUse"><stop stopColor="#ff9050"/><stop offset="1" stopColor="#fb5e39"/></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(#SVGRMslGbqj)" d="M4.627 14.042a5.12 5.12 0 0 1-.19-7.299l1.688-1.747a1.323 1.323 0 0 1 1.853-.053c.53.498.545 1.318.048 1.837L6.342 8.527a2.546 2.546 0 0 0 .096 3.636a2.62 2.62 0 0 0 3.673-.095l1.694-1.768a5.373 5.373 0 0 1 7.537-.19a5.22 5.22 0 0 1 1.302 5.712a5.2 5.2 0 0 1-1.111 1.735l-1.392 1.45a1.324 1.324 0 0 1-2.15-.364a1.29 1.29 0 0 1 .244-1.425l1.398-1.45a2.65 2.65 0 0 0-.1-3.774a2.725 2.725 0 0 0-3.823.095l-1.699 1.768a5.267 5.267 0 0 1-7.384.185m3.849 4.219a1.297 1.297 0 0 1 1.01-1.535a9.55 9.55 0 0 0 5.14-3.557a1.323 1.323 0 0 1 2.183.065a1.28 1.28 0 0 1-.044 1.444c-2.15 2.974-5.304 4.282-6.733 4.583a1.313 1.313 0 0 1-1.556-1.005zm5.102-10.285a1.3 1.3 0 1 0-.545-2.54c-1.397.296-3.901 1.122-6.066 4.118a1.285 1.285 0 0 0 .307 1.81a1.323 1.323 0 0 0 1.831-.302c1.673-2.323 3.515-2.885 4.473-3.086"/><defs><linearGradient id="SVGRMslGbqj" x1="1.891" x2="19.427" y1="11.666" y2="11.666" gradientUnits="userSpaceOnUse"><stop stop-color="#ff9050"/><stop offset="1" stop-color="#fb5e39"/></linearGradient></defs></g></svg> </template>
CSS
.icon-slnd {
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(%23SVGRMslGbqj)%22%20d%3D%22M4.627%2014.042a5.12%205.12%200%200%201-.19-7.299l1.688-1.747a1.323%201.323%200%200%201%201.853-.053c.53.498.545%201.318.048%201.837L6.342%208.527a2.546%202.546%200%200%200%20.096%203.636a2.62%202.62%200%200%200%203.673-.095l1.694-1.768a5.373%205.373%200%200%201%207.537-.19a5.22%205.22%200%200%201%201.302%205.712a5.2%205.2%200%200%201-1.111%201.735l-1.392%201.45a1.324%201.324%200%200%201-2.15-.364a1.29%201.29%200%200%201%20.244-1.425l1.398-1.45a2.65%202.65%200%200%200-.1-3.774a2.725%202.725%200%200%200-3.823.095l-1.699%201.768a5.267%205.267%200%200%201-7.384.185m3.849%204.219a1.297%201.297%200%200%201%201.01-1.535a9.55%209.55%200%200%200%205.14-3.557a1.323%201.323%200%200%201%202.183.065a1.28%201.28%200%200%201-.044%201.444c-2.15%202.974-5.304%204.282-6.733%204.583a1.313%201.313%200%200%201-1.556-1.005zm5.102-10.285a1.3%201.3%200%201%200-.545-2.54c-1.397.296-3.901%201.122-6.066%204.118a1.285%201.285%200%200%200%20.307%201.81a1.323%201.323%200%200%200%201.831-.302c1.673-2.323%203.515-2.885%204.473-3.086%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGRMslGbqj%22%20x1%3D%221.891%22%20x2%3D%2219.427%22%20y1%3D%2211.666%22%20y2%3D%2211.666%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff9050%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5e39%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(%23SVGRMslGbqj)%22%20d%3D%22M4.627%2014.042a5.12%205.12%200%200%201-.19-7.299l1.688-1.747a1.323%201.323%200%200%201%201.853-.053c.53.498.545%201.318.048%201.837L6.342%208.527a2.546%202.546%200%200%200%20.096%203.636a2.62%202.62%200%200%200%203.673-.095l1.694-1.768a5.373%205.373%200%200%201%207.537-.19a5.22%205.22%200%200%201%201.302%205.712a5.2%205.2%200%200%201-1.111%201.735l-1.392%201.45a1.324%201.324%200%200%201-2.15-.364a1.29%201.29%200%200%201%20.244-1.425l1.398-1.45a2.65%202.65%200%200%200-.1-3.774a2.725%202.725%200%200%200-3.823.095l-1.699%201.768a5.267%205.267%200%200%201-7.384.185m3.849%204.219a1.297%201.297%200%200%201%201.01-1.535a9.55%209.55%200%200%200%205.14-3.557a1.323%201.323%200%200%201%202.183.065a1.28%201.28%200%200%201-.044%201.444c-2.15%202.974-5.304%204.282-6.733%204.583a1.313%201.313%200%200%201-1.556-1.005zm5.102-10.285a1.3%201.3%200%201%200-.545-2.54c-1.397.296-3.901%201.122-6.066%204.118a1.285%201.285%200%200%200%20.307%201.81a1.323%201.323%200%200%200%201.831-.302c1.673-2.323%203.515-2.885%204.473-3.086%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGRMslGbqj%22%20x1%3D%221.891%22%20x2%3D%2219.427%22%20y1%3D%2211.666%22%20y2%3D%2211.666%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff9050%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fb5e39%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/slnd.svg?color=%231a73e8&size=48