tidal logo icon

tidal-logo-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
tidal-logo-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the tidal logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m48 56l40 40l-40 40L8 96Zm40 40l40 40l40-40l-40-40Zm40 120l40-40l-40-40l-40 40Zm80-160l-40 40l40 40l40-40Z" opacity=".2"/><path d="m253.66 90.34l-40-40a8 8 0 0 0-11.32 0L168 84.69l-34.34-34.35a8 8 0 0 0-11.32 0L88 84.69L53.66 50.34a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0L88 107.31L116.69 136l-34.35 34.34a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32L139.31 136L168 107.31l34.34 34.35a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M48 124.69L19.31 96L48 67.31L76.69 96Zm80 80L99.31 176L128 147.31L156.69 176Zm0-80L99.31 96L128 67.31L156.69 96Zm80 0L179.31 96L208 67.31L236.69 96Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhTidalLogoDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m48 56l40 40l-40 40L8 96Zm40 40l40 40l40-40l-40-40Zm40 120l40-40l-40-40l-40 40Zm80-160l-40 40l40 40l40-40Z" opacity=".2"/><path d="m253.66 90.34l-40-40a8 8 0 0 0-11.32 0L168 84.69l-34.34-34.35a8 8 0 0 0-11.32 0L88 84.69L53.66 50.34a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0L88 107.31L116.69 136l-34.35 34.34a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32L139.31 136L168 107.31l34.34 34.35a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M48 124.69L19.31 96L48 67.31L76.69 96Zm80 80L99.31 176L128 147.31L156.69 176Zm0-80L99.31 96L128 67.31L156.69 96Zm80 0L179.31 96L208 67.31L236.69 96Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m48 56l40 40l-40 40L8 96Zm40 40l40 40l40-40l-40-40Zm40 120l40-40l-40-40l-40 40Zm80-160l-40 40l40 40l40-40Z" opacity=".2"/><path d="m253.66 90.34l-40-40a8 8 0 0 0-11.32 0L168 84.69l-34.34-34.35a8 8 0 0 0-11.32 0L88 84.69L53.66 50.34a8 8 0 0 0-11.32 0l-40 40a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0L88 107.31L116.69 136l-34.35 34.34a8 8 0 0 0 0 11.32l40 40a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32L139.31 136L168 107.31l34.34 34.35a8 8 0 0 0 11.32 0l40-40a8 8 0 0 0 0-11.32M48 124.69L19.31 96L48 67.31L76.69 96Zm80 80L99.31 176L128 147.31L156.69 176Zm0-80L99.31 96L128 67.31L156.69 96Zm80 0L179.31 96L208 67.31L236.69 96Z"/></g></svg>
</template>

CSS

.icon-tidal-logo-duotone {
  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%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m48%2056l40%2040l-40%2040L8%2096Zm40%2040l40%2040l40-40l-40-40Zm40%20120l40-40l-40-40l-40%2040Zm80-160l-40%2040l40%2040l40-40Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m253.66%2090.34l-40-40a8%208%200%200%200-11.32%200L168%2084.69l-34.34-34.35a8%208%200%200%200-11.32%200L88%2084.69L53.66%2050.34a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200L88%20107.31L116.69%20136l-34.35%2034.34a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32L139.31%20136L168%20107.31l34.34%2034.35a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32M48%20124.69L19.31%2096L48%2067.31L76.69%2096Zm80%2080L99.31%20176L128%20147.31L156.69%20176Zm0-80L99.31%2096L128%2067.31L156.69%2096Zm80%200L179.31%2096L208%2067.31L236.69%2096Z%22%2F%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m48%2056l40%2040l-40%2040L8%2096Zm40%2040l40%2040l40-40l-40-40Zm40%20120l40-40l-40-40l-40%2040Zm80-160l-40%2040l40%2040l40-40Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m253.66%2090.34l-40-40a8%208%200%200%200-11.32%200L168%2084.69l-34.34-34.35a8%208%200%200%200-11.32%200L88%2084.69L53.66%2050.34a8%208%200%200%200-11.32%200l-40%2040a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200L88%20107.31L116.69%20136l-34.35%2034.34a8%208%200%200%200%200%2011.32l40%2040a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32L139.31%20136L168%20107.31l34.34%2034.35a8%208%200%200%200%2011.32%200l40-40a8%208%200%200%200%200-11.32M48%20124.69L19.31%2096L48%2067.31L76.69%2096Zm80%2080L99.31%20176L128%20147.31L156.69%20176Zm0-80L99.31%2096L128%2067.31L156.69%2096Zm80%200L179.31%2096L208%2067.31L236.69%2096Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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