angular logo icon

angular-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
angular-logo-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the angular logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 104.47L141.07 128h-26.14Zm103.93-31.41l-16 120a8 8 0 0 1-4.35 6.1l-80 40a8 8 0 0 1-7.16 0l-80-40a8 8 0 0 1-4.35-6.1l-16-120a8 8 0 0 1 4.85-8.44l96-40a7.93 7.93 0 0 1 6.16 0l96 40a8 8 0 0 1 4.85 8.44M175 156.12l-40-72a8 8 0 0 0-14 0l-40 72a8 8 0 1 0 14 7.76L106 144h44l11 19.88a8 8 0 1 0 14-7.76"/></svg>

React

import type { SVGProps } from "react";

export function PhAngularLogoFill(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="M128 104.47L141.07 128h-26.14Zm103.93-31.41l-16 120a8 8 0 0 1-4.35 6.1l-80 40a8 8 0 0 1-7.16 0l-80-40a8 8 0 0 1-4.35-6.1l-16-120a8 8 0 0 1 4.85-8.44l96-40a7.93 7.93 0 0 1 6.16 0l96 40a8 8 0 0 1 4.85 8.44M175 156.12l-40-72a8 8 0 0 0-14 0l-40 72a8 8 0 1 0 14 7.76L106 144h44l11 19.88a8 8 0 1 0 14-7.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 104.47L141.07 128h-26.14Zm103.93-31.41l-16 120a8 8 0 0 1-4.35 6.1l-80 40a8 8 0 0 1-7.16 0l-80-40a8 8 0 0 1-4.35-6.1l-16-120a8 8 0 0 1 4.85-8.44l96-40a7.93 7.93 0 0 1 6.16 0l96 40a8 8 0 0 1 4.85 8.44M175 156.12l-40-72a8 8 0 0 0-14 0l-40 72a8 8 0 1 0 14 7.76L106 144h44l11 19.88a8 8 0 1 0 14-7.76"/></svg>
</template>

CSS

.icon-angular-logo-fill {
  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%22M128%20104.47L141.07%20128h-26.14Zm103.93-31.41l-16%20120a8%208%200%200%201-4.35%206.1l-80%2040a8%208%200%200%201-7.16%200l-80-40a8%208%200%200%201-4.35-6.1l-16-120a8%208%200%200%201%204.85-8.44l96-40a7.93%207.93%200%200%201%206.16%200l96%2040a8%208%200%200%201%204.85%208.44M175%20156.12l-40-72a8%208%200%200%200-14%200l-40%2072a8%208%200%201%200%2014%207.76L106%20144h44l11%2019.88a8%208%200%201%200%2014-7.76%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%22M128%20104.47L141.07%20128h-26.14Zm103.93-31.41l-16%20120a8%208%200%200%201-4.35%206.1l-80%2040a8%208%200%200%201-7.16%200l-80-40a8%208%200%200%201-4.35-6.1l-16-120a8%208%200%200%201%204.85-8.44l96-40a7.93%207.93%200%200%201%206.16%200l96%2040a8%208%200%200%201%204.85%208.44M175%20156.12l-40-72a8%208%200%200%200-14%200l-40%2072a8%208%200%201%200%2014%207.76L106%20144h44l11%2019.88a8%208%200%201%200%2014-7.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/angular-logo-fill.svg?color=%231a73e8&size=48