tidal logo icon
tidal-logo-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- tidal-logo-bold
- Set
- Phosphor
- Style
- Bold
- 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"><path fill="currentColor" d="m252.49 87.51l-38-38a12 12 0 0 0-17 0L168 79l-31.51-31.49a12 12 0 0 0-17 0L88 79L58.49 49.51a12 12 0 0 0-17 0l-38 38a12 12 0 0 0 0 17l38 38a12 12 0 0 0 17 0L88 113l23 23l-31.49 31.51a12 12 0 0 0 0 17l40 40a12 12 0 0 0 17 0l40-40a12 12 0 0 0 0-17L145 136l23-23l29.51 29.52a12 12 0 0 0 17 0l38-38a12 12 0 0 0-.02-17.01M50 117L29 96l21-21l21 21Zm78 82l-23-23l23-23l23 23Zm0-80l-23-23l23-23l23 23Zm78-2l-21-21l21-21l21 21Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTidalLogoBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m252.49 87.51l-38-38a12 12 0 0 0-17 0L168 79l-31.51-31.49a12 12 0 0 0-17 0L88 79L58.49 49.51a12 12 0 0 0-17 0l-38 38a12 12 0 0 0 0 17l38 38a12 12 0 0 0 17 0L88 113l23 23l-31.49 31.51a12 12 0 0 0 0 17l40 40a12 12 0 0 0 17 0l40-40a12 12 0 0 0 0-17L145 136l23-23l29.51 29.52a12 12 0 0 0 17 0l38-38a12 12 0 0 0-.02-17.01M50 117L29 96l21-21l21 21Zm78 82l-23-23l23-23l23 23Zm0-80l-23-23l23-23l23 23Zm78-2l-21-21l21-21l21 21Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m252.49 87.51l-38-38a12 12 0 0 0-17 0L168 79l-31.51-31.49a12 12 0 0 0-17 0L88 79L58.49 49.51a12 12 0 0 0-17 0l-38 38a12 12 0 0 0 0 17l38 38a12 12 0 0 0 17 0L88 113l23 23l-31.49 31.51a12 12 0 0 0 0 17l40 40a12 12 0 0 0 17 0l40-40a12 12 0 0 0 0-17L145 136l23-23l29.51 29.52a12 12 0 0 0 17 0l38-38a12 12 0 0 0-.02-17.01M50 117L29 96l21-21l21 21Zm78 82l-23-23l23-23l23 23Zm0-80l-23-23l23-23l23 23Zm78-2l-21-21l21-21l21 21Z"/></svg> </template>
CSS
.icon-tidal-logo-bold {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m252.49%2087.51l-38-38a12%2012%200%200%200-17%200L168%2079l-31.51-31.49a12%2012%200%200%200-17%200L88%2079L58.49%2049.51a12%2012%200%200%200-17%200l-38%2038a12%2012%200%200%200%200%2017l38%2038a12%2012%200%200%200%2017%200L88%20113l23%2023l-31.49%2031.51a12%2012%200%200%200%200%2017l40%2040a12%2012%200%200%200%2017%200l40-40a12%2012%200%200%200%200-17L145%20136l23-23l29.51%2029.52a12%2012%200%200%200%2017%200l38-38a12%2012%200%200%200-.02-17.01M50%20117L29%2096l21-21l21%2021Zm78%2082l-23-23l23-23l23%2023Zm0-80l-23-23l23-23l23%2023Zm78-2l-21-21l21-21l21%2021Z%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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m252.49%2087.51l-38-38a12%2012%200%200%200-17%200L168%2079l-31.51-31.49a12%2012%200%200%200-17%200L88%2079L58.49%2049.51a12%2012%200%200%200-17%200l-38%2038a12%2012%200%200%200%200%2017l38%2038a12%2012%200%200%200%2017%200L88%20113l23%2023l-31.49%2031.51a12%2012%200%200%200%200%2017l40%2040a12%2012%200%200%200%2017%200l40-40a12%2012%200%200%200%200-17L145%20136l23-23l29.51%2029.52a12%2012%200%200%200%2017%200l38-38a12%2012%200%200%200-.02-17.01M50%20117L29%2096l21-21l21%2021Zm78%2082l-23-23l23-23l23%2023Zm0-80l-23-23l23-23l23%2023Zm78-2l-21-21l21-21l21%2021Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tidal-logo-bold.svg?color=%231a73e8&size=48