tide from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
tide
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the tide logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.694 12.509h3.393c-.206-.846-.883-1.272-1.647-1.272c-.883 0-1.5.48-1.746 1.272m1.746 4.48c-2.238 0-3.679-1.57-3.679-3.648c0-2.024 1.501-3.662 3.693-3.662c2.211 0 3.546 1.532 3.546 3.569c0 .273-.027.626-.027.672h-5.346c.206.886.87 1.465 1.853 1.465c.844 0 1.461-.366 1.853-.932l1.421.872c-.677 1.025-1.76 1.665-3.314 1.665m-6.179-3.634a1.89 1.89 0 0 0-1.906-1.884c-1.036 0-1.84.846-1.84 1.884c0 1.052.804 1.884 1.84 1.884c1.09 0 1.906-.832 1.906-1.884m-.026 2.956c-.492.386-1.256.613-2.046.613a3.546 3.546 0 0 1-3.533-3.569c0-2.024 1.62-3.608 3.533-3.608c.79 0 1.554.246 2.046.626v-2.91h1.892v9.368h-1.892zM7.796 9.814H5.904v7.01h1.892zm-2.922 0v1.697H2.91v2.816c0 .626.285.872.93.872h1.04v1.625H3.706c-1.853 0-2.69-.832-2.69-2.404v-2.91H0V9.814a1.01 1.01 0 0 0 1.01-1.012V8.01h1.892v1.804zm3.124-1.657c0 .632-.511 1.145-1.142 1.145a1.144 1.144 0 0 1 0-2.29a1.135 1.135 0 0 1 1.142 1.145"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsTide(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.694 12.509h3.393c-.206-.846-.883-1.272-1.647-1.272c-.883 0-1.5.48-1.746 1.272m1.746 4.48c-2.238 0-3.679-1.57-3.679-3.648c0-2.024 1.501-3.662 3.693-3.662c2.211 0 3.546 1.532 3.546 3.569c0 .273-.027.626-.027.672h-5.346c.206.886.87 1.465 1.853 1.465c.844 0 1.461-.366 1.853-.932l1.421.872c-.677 1.025-1.76 1.665-3.314 1.665m-6.179-3.634a1.89 1.89 0 0 0-1.906-1.884c-1.036 0-1.84.846-1.84 1.884c0 1.052.804 1.884 1.84 1.884c1.09 0 1.906-.832 1.906-1.884m-.026 2.956c-.492.386-1.256.613-2.046.613a3.546 3.546 0 0 1-3.533-3.569c0-2.024 1.62-3.608 3.533-3.608c.79 0 1.554.246 2.046.626v-2.91h1.892v9.368h-1.892zM7.796 9.814H5.904v7.01h1.892zm-2.922 0v1.697H2.91v2.816c0 .626.285.872.93.872h1.04v1.625H3.706c-1.853 0-2.69-.832-2.69-2.404v-2.91H0V9.814a1.01 1.01 0 0 0 1.01-1.012V8.01h1.892v1.804zm3.124-1.657c0 .632-.511 1.145-1.142 1.145a1.144 1.144 0 0 1 0-2.29a1.135 1.135 0 0 1 1.142 1.145"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.694 12.509h3.393c-.206-.846-.883-1.272-1.647-1.272c-.883 0-1.5.48-1.746 1.272m1.746 4.48c-2.238 0-3.679-1.57-3.679-3.648c0-2.024 1.501-3.662 3.693-3.662c2.211 0 3.546 1.532 3.546 3.569c0 .273-.027.626-.027.672h-5.346c.206.886.87 1.465 1.853 1.465c.844 0 1.461-.366 1.853-.932l1.421.872c-.677 1.025-1.76 1.665-3.314 1.665m-6.179-3.634a1.89 1.89 0 0 0-1.906-1.884c-1.036 0-1.84.846-1.84 1.884c0 1.052.804 1.884 1.84 1.884c1.09 0 1.906-.832 1.906-1.884m-.026 2.956c-.492.386-1.256.613-2.046.613a3.546 3.546 0 0 1-3.533-3.569c0-2.024 1.62-3.608 3.533-3.608c.79 0 1.554.246 2.046.626v-2.91h1.892v9.368h-1.892zM7.796 9.814H5.904v7.01h1.892zm-2.922 0v1.697H2.91v2.816c0 .626.285.872.93.872h1.04v1.625H3.706c-1.853 0-2.69-.832-2.69-2.404v-2.91H0V9.814a1.01 1.01 0 0 0 1.01-1.012V8.01h1.892v1.804zm3.124-1.657c0 .632-.511 1.145-1.142 1.145a1.144 1.144 0 0 1 0-2.29a1.135 1.135 0 0 1 1.142 1.145"/></svg>
</template>

CSS

.icon-tide {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.694%2012.509h3.393c-.206-.846-.883-1.272-1.647-1.272c-.883%200-1.5.48-1.746%201.272m1.746%204.48c-2.238%200-3.679-1.57-3.679-3.648c0-2.024%201.501-3.662%203.693-3.662c2.211%200%203.546%201.532%203.546%203.569c0%20.273-.027.626-.027.672h-5.346c.206.886.87%201.465%201.853%201.465c.844%200%201.461-.366%201.853-.932l1.421.872c-.677%201.025-1.76%201.665-3.314%201.665m-6.179-3.634a1.89%201.89%200%200%200-1.906-1.884c-1.036%200-1.84.846-1.84%201.884c0%201.052.804%201.884%201.84%201.884c1.09%200%201.906-.832%201.906-1.884m-.026%202.956c-.492.386-1.256.613-2.046.613a3.546%203.546%200%200%201-3.533-3.569c0-2.024%201.62-3.608%203.533-3.608c.79%200%201.554.246%202.046.626v-2.91h1.892v9.368h-1.892zM7.796%209.814H5.904v7.01h1.892zm-2.922%200v1.697H2.91v2.816c0%20.626.285.872.93.872h1.04v1.625H3.706c-1.853%200-2.69-.832-2.69-2.404v-2.91H0V9.814a1.01%201.01%200%200%200%201.01-1.012V8.01h1.892v1.804zm3.124-1.657c0%20.632-.511%201.145-1.142%201.145a1.144%201.144%200%200%201%200-2.29a1.135%201.135%200%200%201%201.142%201.145%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.694%2012.509h3.393c-.206-.846-.883-1.272-1.647-1.272c-.883%200-1.5.48-1.746%201.272m1.746%204.48c-2.238%200-3.679-1.57-3.679-3.648c0-2.024%201.501-3.662%203.693-3.662c2.211%200%203.546%201.532%203.546%203.569c0%20.273-.027.626-.027.672h-5.346c.206.886.87%201.465%201.853%201.465c.844%200%201.461-.366%201.853-.932l1.421.872c-.677%201.025-1.76%201.665-3.314%201.665m-6.179-3.634a1.89%201.89%200%200%200-1.906-1.884c-1.036%200-1.84.846-1.84%201.884c0%201.052.804%201.884%201.84%201.884c1.09%200%201.906-.832%201.906-1.884m-.026%202.956c-.492.386-1.256.613-2.046.613a3.546%203.546%200%200%201-3.533-3.569c0-2.024%201.62-3.608%203.533-3.608c.79%200%201.554.246%202.046.626v-2.91h1.892v9.368h-1.892zM7.796%209.814H5.904v7.01h1.892zm-2.922%200v1.697H2.91v2.816c0%20.626.285.872.93.872h1.04v1.625H3.706c-1.853%200-2.69-.832-2.69-2.404v-2.91H0V9.814a1.01%201.01%200%200%200%201.01-1.012V8.01h1.892v1.804zm3.124-1.657c0%20.632-.511%201.145-1.142%201.145a1.144%201.144%200%200%201%200-2.29a1.135%201.135%200%200%201%201.142%201.145%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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