tidal icon logo

tidal-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
tidal-icon
Set
SVG Logos
Style
Color
Viewbox
256×171
License
CC0

Use the tidal icon logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 171"><path fill="#0a0b09" d="m128.004 85.339l42.664 42.67l-42.664 42.667l-42.669-42.667zM42.667.002L85.335 42.67L42.667 85.34L0 42.67zm170.666 0L256 42.67l-42.667 42.67l-42.666-42.67l-42.663 42.669l-42.669-42.67L128.004 0l42.663 42.665z"/></svg>

React

import type { SVGProps } from "react";

export function LogosTidalIcon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 171"><path fill="#0a0b09" d="m128.004 85.339l42.664 42.67l-42.664 42.667l-42.669-42.667zM42.667.002L85.335 42.67L42.667 85.34L0 42.67zm170.666 0L256 42.67l-42.667 42.67l-42.666-42.67l-42.663 42.669l-42.669-42.67L128.004 0l42.663 42.665z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 171"><path fill="#0a0b09" d="m128.004 85.339l42.664 42.67l-42.664 42.667l-42.669-42.667zM42.667.002L85.335 42.67L42.667 85.34L0 42.67zm170.666 0L256 42.67l-42.667 42.67l-42.666-42.67l-42.663 42.669l-42.669-42.67L128.004 0l42.663 42.665z"/></svg>
</template>

CSS

.icon-tidal-icon {
  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%20256%20171%22%3E%3Cpath%20fill%3D%22%230a0b09%22%20d%3D%22m128.004%2085.339l42.664%2042.67l-42.664%2042.667l-42.669-42.667zM42.667.002L85.335%2042.67L42.667%2085.34L0%2042.67zm170.666%200L256%2042.67l-42.667%2042.67l-42.666-42.67l-42.663%2042.669l-42.669-42.67L128.004%200l42.663%2042.665z%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%20256%20171%22%3E%3Cpath%20fill%3D%22%230a0b09%22%20d%3D%22m128.004%2085.339l42.664%2042.67l-42.664%2042.667l-42.669-42.667zM42.667.002L85.335%2042.67L42.667%2085.34L0%2042.67zm170.666%200L256%2042.67l-42.667%2042.67l-42.666-42.67l-42.663%2042.669l-42.669-42.67L128.004%200l42.663%2042.665z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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