tidal logo icon
tidal-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- tidal-logo-thin
- Set
- Phosphor
- Style
- Thin
- 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="m250.83 93.17l-40-40a4 4 0 0 0-5.66 0L168 90.34l-37.17-37.17a4 4 0 0 0-5.66 0L88 90.34L50.83 53.17a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0L88 101.66L122.34 136l-37.17 37.17a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66L133.66 136L168 101.66l37.17 37.17a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M48 130.34L13.66 96L48 61.66L82.34 96Zm80 80L93.66 176L128 141.66L162.34 176Zm0-80L93.66 96L128 61.66L162.34 96Zm80 0L173.66 96L208 61.66L242.34 96Z"/></svg>
React
import type { SVGProps } from "react";
export function PhTidalLogoThin(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="m250.83 93.17l-40-40a4 4 0 0 0-5.66 0L168 90.34l-37.17-37.17a4 4 0 0 0-5.66 0L88 90.34L50.83 53.17a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0L88 101.66L122.34 136l-37.17 37.17a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66L133.66 136L168 101.66l37.17 37.17a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M48 130.34L13.66 96L48 61.66L82.34 96Zm80 80L93.66 176L128 141.66L162.34 176Zm0-80L93.66 96L128 61.66L162.34 96Zm80 0L173.66 96L208 61.66L242.34 96Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m250.83 93.17l-40-40a4 4 0 0 0-5.66 0L168 90.34l-37.17-37.17a4 4 0 0 0-5.66 0L88 90.34L50.83 53.17a4 4 0 0 0-5.66 0l-40 40a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0L88 101.66L122.34 136l-37.17 37.17a4 4 0 0 0 0 5.66l40 40a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66L133.66 136L168 101.66l37.17 37.17a4 4 0 0 0 5.66 0l40-40a4 4 0 0 0 0-5.66M48 130.34L13.66 96L48 61.66L82.34 96Zm80 80L93.66 176L128 141.66L162.34 176Zm0-80L93.66 96L128 61.66L162.34 96Zm80 0L173.66 96L208 61.66L242.34 96Z"/></svg> </template>
CSS
.icon-tidal-logo-thin {
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%22m250.83%2093.17l-40-40a4%204%200%200%200-5.66%200L168%2090.34l-37.17-37.17a4%204%200%200%200-5.66%200L88%2090.34L50.83%2053.17a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200L88%20101.66L122.34%20136l-37.17%2037.17a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66L133.66%20136L168%20101.66l37.17%2037.17a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66M48%20130.34L13.66%2096L48%2061.66L82.34%2096Zm80%2080L93.66%20176L128%20141.66L162.34%20176Zm0-80L93.66%2096L128%2061.66L162.34%2096Zm80%200L173.66%2096L208%2061.66L242.34%2096Z%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%22m250.83%2093.17l-40-40a4%204%200%200%200-5.66%200L168%2090.34l-37.17-37.17a4%204%200%200%200-5.66%200L88%2090.34L50.83%2053.17a4%204%200%200%200-5.66%200l-40%2040a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200L88%20101.66L122.34%20136l-37.17%2037.17a4%204%200%200%200%200%205.66l40%2040a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66L133.66%20136L168%20101.66l37.17%2037.17a4%204%200%200%200%205.66%200l40-40a4%204%200%200%200%200-5.66M48%20130.34L13.66%2096L48%2061.66L82.34%2096Zm80%2080L93.66%20176L128%20141.66L162.34%20176Zm0-80L93.66%2096L128%2061.66L162.34%2096Zm80%200L173.66%2096L208%2061.66L242.34%2096Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/tidal-logo-thin.svg?color=%231a73e8&size=48