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

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

The same logo in other sets

Use the analogue logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.468 12.804a5.145 5.145 0 1 0-.644 10.27a5.145 5.145 0 0 0 .644-10.27m17.841 2.562L16.45 3.484a5.146 5.146 0 0 0-8.912 5.15l6.86 11.878a5.15 5.15 0 0 0 7.031 1.885a5.146 5.146 0 0 0 1.881-7.031z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsAnalogue(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="M5.468 12.804a5.145 5.145 0 1 0-.644 10.27a5.145 5.145 0 0 0 .644-10.27m17.841 2.562L16.45 3.484a5.146 5.146 0 0 0-8.912 5.15l6.86 11.878a5.15 5.15 0 0 0 7.031 1.885a5.146 5.146 0 0 0 1.881-7.031z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.468 12.804a5.145 5.145 0 1 0-.644 10.27a5.145 5.145 0 0 0 .644-10.27m17.841 2.562L16.45 3.484a5.146 5.146 0 0 0-8.912 5.15l6.86 11.878a5.15 5.15 0 0 0 7.031 1.885a5.146 5.146 0 0 0 1.881-7.031z"/></svg>
</template>

CSS

.icon-analogue {
  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%22M5.468%2012.804a5.145%205.145%200%201%200-.644%2010.27a5.145%205.145%200%200%200%20.644-10.27m17.841%202.562L16.45%203.484a5.146%205.146%200%200%200-8.912%205.15l6.86%2011.878a5.15%205.15%200%200%200%207.031%201.885a5.146%205.146%200%200%200%201.881-7.031z%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%22M5.468%2012.804a5.145%205.145%200%201%200-.644%2010.27a5.145%205.145%200%200%200%20.644-10.27m17.841%202.562L16.45%203.484a5.146%205.146%200%200%200-8.912%205.15l6.86%2011.878a5.15%205.15%200%200%200%207.031%201.885a5.146%205.146%200%200%200%201.881-7.031z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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