precursor logo

precursor from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.

Name
precursor
Set
SVG Logos
Style
Color
Viewbox
256×299
License
CC0

Use the precursor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 299"><path fill="#333" d="M128 0C57.344 0 0 57.344 0 128a128.1 128.1 0 0 0 10.24 50.261l39.253-16.725c-4.437-10.325-6.826-21.59-6.826-33.536c0-47.104 38.229-85.333 85.333-85.333S213.333 80.896 213.333 128c0 43.69-32.853 79.616-75.093 84.736l5.12 42.325C206.763 247.467 256 193.536 256 128C256 57.344 198.656 0 128 0m-12.8 298.667H72.533v-192H115.2z"/></svg>

React

import type { SVGProps } from "react";

export function LogosPrecursor(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 299"><path fill="#333" d="M128 0C57.344 0 0 57.344 0 128a128.1 128.1 0 0 0 10.24 50.261l39.253-16.725c-4.437-10.325-6.826-21.59-6.826-33.536c0-47.104 38.229-85.333 85.333-85.333S213.333 80.896 213.333 128c0 43.69-32.853 79.616-75.093 84.736l5.12 42.325C206.763 247.467 256 193.536 256 128C256 57.344 198.656 0 128 0m-12.8 298.667H72.533v-192H115.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 299"><path fill="#333" d="M128 0C57.344 0 0 57.344 0 128a128.1 128.1 0 0 0 10.24 50.261l39.253-16.725c-4.437-10.325-6.826-21.59-6.826-33.536c0-47.104 38.229-85.333 85.333-85.333S213.333 80.896 213.333 128c0 43.69-32.853 79.616-75.093 84.736l5.12 42.325C206.763 247.467 256 193.536 256 128C256 57.344 198.656 0 128 0m-12.8 298.667H72.533v-192H115.2z"/></svg>
</template>

CSS

.icon-precursor {
  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%20299%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M128%200C57.344%200%200%2057.344%200%20128a128.1%20128.1%200%200%200%2010.24%2050.261l39.253-16.725c-4.437-10.325-6.826-21.59-6.826-33.536c0-47.104%2038.229-85.333%2085.333-85.333S213.333%2080.896%20213.333%20128c0%2043.69-32.853%2079.616-75.093%2084.736l5.12%2042.325C206.763%20247.467%20256%20193.536%20256%20128C256%2057.344%20198.656%200%20128%200m-12.8%20298.667H72.533v-192H115.2z%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%20299%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M128%200C57.344%200%200%2057.344%200%20128a128.1%20128.1%200%200%200%2010.24%2050.261l39.253-16.725c-4.437-10.325-6.826-21.59-6.826-33.536c0-47.104%2038.229-85.333%2085.333-85.333S213.333%2080.896%20213.333%20128c0%2043.69-32.853%2079.616-75.093%2084.736l5.12%2042.325C206.763%20247.467%20256%20193.536%20256%20128C256%2057.344%20198.656%200%20128%200m-12.8%20298.667H72.533v-192H115.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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