similarweb logo

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

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

Use the similarweb logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.099 5.781c-1.283-2-3.14-3.67-5.27-4.52l-.63-.213a7.4 7.4 0 0 0-2.15-.331c-2.307.01-4.175 1.92-4.175 4.275a4.3 4.3 0 0 0 .867 2.602l-.26-.342c.124.186.26.37.417.556c.663.802 1.604 1.635 2.822 2.58c2.999 2.32 4.943 4.378 5.104 6.93c.038.344.062.696.062 1.051c0 1.297-.283 2.67-.764 3.635h.005s-.207.377-.077.487c.066.057.21.1.46-.053a12.1 12.1 0 0 0 3.4-3.33a12.1 12.1 0 0 0 2.088-6.635a12.1 12.1 0 0 0-1.9-6.692zm-9.096 8.718l-1.878-1.55c-3.934-2.87-5.98-5.966-4.859-9.783a9 9 0 0 1 .37-1.016v-.004s.278-.583-.327-.295a12.07 12.07 0 0 0-6.292 9.975a12.1 12.1 0 0 0 2.053 7.421a9.4 9.4 0 0 0 2.154 2.168H4.22c4.148 3.053 7.706 1.446 7.706 1.446h.003a4.85 4.85 0 0 0 2.962-4.492a4.86 4.86 0 0 0-1.889-3.87z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSimilarweb(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="M22.099 5.781c-1.283-2-3.14-3.67-5.27-4.52l-.63-.213a7.4 7.4 0 0 0-2.15-.331c-2.307.01-4.175 1.92-4.175 4.275a4.3 4.3 0 0 0 .867 2.602l-.26-.342c.124.186.26.37.417.556c.663.802 1.604 1.635 2.822 2.58c2.999 2.32 4.943 4.378 5.104 6.93c.038.344.062.696.062 1.051c0 1.297-.283 2.67-.764 3.635h.005s-.207.377-.077.487c.066.057.21.1.46-.053a12.1 12.1 0 0 0 3.4-3.33a12.1 12.1 0 0 0 2.088-6.635a12.1 12.1 0 0 0-1.9-6.692zm-9.096 8.718l-1.878-1.55c-3.934-2.87-5.98-5.966-4.859-9.783a9 9 0 0 1 .37-1.016v-.004s.278-.583-.327-.295a12.07 12.07 0 0 0-6.292 9.975a12.1 12.1 0 0 0 2.053 7.421a9.4 9.4 0 0 0 2.154 2.168H4.22c4.148 3.053 7.706 1.446 7.706 1.446h.003a4.85 4.85 0 0 0 2.962-4.492a4.86 4.86 0 0 0-1.889-3.87z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.099 5.781c-1.283-2-3.14-3.67-5.27-4.52l-.63-.213a7.4 7.4 0 0 0-2.15-.331c-2.307.01-4.175 1.92-4.175 4.275a4.3 4.3 0 0 0 .867 2.602l-.26-.342c.124.186.26.37.417.556c.663.802 1.604 1.635 2.822 2.58c2.999 2.32 4.943 4.378 5.104 6.93c.038.344.062.696.062 1.051c0 1.297-.283 2.67-.764 3.635h.005s-.207.377-.077.487c.066.057.21.1.46-.053a12.1 12.1 0 0 0 3.4-3.33a12.1 12.1 0 0 0 2.088-6.635a12.1 12.1 0 0 0-1.9-6.692zm-9.096 8.718l-1.878-1.55c-3.934-2.87-5.98-5.966-4.859-9.783a9 9 0 0 1 .37-1.016v-.004s.278-.583-.327-.295a12.07 12.07 0 0 0-6.292 9.975a12.1 12.1 0 0 0 2.053 7.421a9.4 9.4 0 0 0 2.154 2.168H4.22c4.148 3.053 7.706 1.446 7.706 1.446h.003a4.85 4.85 0 0 0 2.962-4.492a4.86 4.86 0 0 0-1.889-3.87z"/></svg>
</template>

CSS

.icon-similarweb {
  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%22M22.099%205.781c-1.283-2-3.14-3.67-5.27-4.52l-.63-.213a7.4%207.4%200%200%200-2.15-.331c-2.307.01-4.175%201.92-4.175%204.275a4.3%204.3%200%200%200%20.867%202.602l-.26-.342c.124.186.26.37.417.556c.663.802%201.604%201.635%202.822%202.58c2.999%202.32%204.943%204.378%205.104%206.93c.038.344.062.696.062%201.051c0%201.297-.283%202.67-.764%203.635h.005s-.207.377-.077.487c.066.057.21.1.46-.053a12.1%2012.1%200%200%200%203.4-3.33a12.1%2012.1%200%200%200%202.088-6.635a12.1%2012.1%200%200%200-1.9-6.692zm-9.096%208.718l-1.878-1.55c-3.934-2.87-5.98-5.966-4.859-9.783a9%209%200%200%201%20.37-1.016v-.004s.278-.583-.327-.295a12.07%2012.07%200%200%200-6.292%209.975a12.1%2012.1%200%200%200%202.053%207.421a9.4%209.4%200%200%200%202.154%202.168H4.22c4.148%203.053%207.706%201.446%207.706%201.446h.003a4.85%204.85%200%200%200%202.962-4.492a4.86%204.86%200%200%200-1.889-3.87z%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%22M22.099%205.781c-1.283-2-3.14-3.67-5.27-4.52l-.63-.213a7.4%207.4%200%200%200-2.15-.331c-2.307.01-4.175%201.92-4.175%204.275a4.3%204.3%200%200%200%20.867%202.602l-.26-.342c.124.186.26.37.417.556c.663.802%201.604%201.635%202.822%202.58c2.999%202.32%204.943%204.378%205.104%206.93c.038.344.062.696.062%201.051c0%201.297-.283%202.67-.764%203.635h.005s-.207.377-.077.487c.066.057.21.1.46-.053a12.1%2012.1%200%200%200%203.4-3.33a12.1%2012.1%200%200%200%202.088-6.635a12.1%2012.1%200%200%200-1.9-6.692zm-9.096%208.718l-1.878-1.55c-3.934-2.87-5.98-5.966-4.859-9.783a9%209%200%200%201%20.37-1.016v-.004s.278-.583-.327-.295a12.07%2012.07%200%200%200-6.292%209.975a12.1%2012.1%200%200%200%202.053%207.421a9.4%209.4%200%200%200%202.154%202.168H4.22c4.148%203.053%207.706%201.446%207.706%201.446h.003a4.85%204.85%200%200%200%202.962-4.492a4.86%204.86%200%200%200-1.889-3.87z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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