angular logo icon

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

Name
angular-logo-thin
Set
Phosphor
Style
Thin
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="m225.54 68.31l-96-40a4 4 0 0 0-3.08 0l-96 40A4 4 0 0 0 28 72.53l16 120a4 4 0 0 0 2.17 3.05l80 40a4 4 0 0 0 3.58 0l80-40a4 4 0 0 0 2.17-3.05l16-120a4 4 0 0 0-2.38-4.22m-21.22 121.06L128 227.53l-76.32-38.16L36.37 74.51L128 36.33l91.63 38.18ZM124.5 86.06l-40 72a4 4 0 1 0 7 3.88L103.69 140h48.62l12.19 21.94a4 4 0 1 0 7-3.88l-40-72a4 4 0 0 0-7 0M147.87 132h-39.74L128 96.24Z"/></svg>

React

import type { SVGProps } from "react";

export function PhAngularLogoThin(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="m225.54 68.31l-96-40a4 4 0 0 0-3.08 0l-96 40A4 4 0 0 0 28 72.53l16 120a4 4 0 0 0 2.17 3.05l80 40a4 4 0 0 0 3.58 0l80-40a4 4 0 0 0 2.17-3.05l16-120a4 4 0 0 0-2.38-4.22m-21.22 121.06L128 227.53l-76.32-38.16L36.37 74.51L128 36.33l91.63 38.18ZM124.5 86.06l-40 72a4 4 0 1 0 7 3.88L103.69 140h48.62l12.19 21.94a4 4 0 1 0 7-3.88l-40-72a4 4 0 0 0-7 0M147.87 132h-39.74L128 96.24Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m225.54 68.31l-96-40a4 4 0 0 0-3.08 0l-96 40A4 4 0 0 0 28 72.53l16 120a4 4 0 0 0 2.17 3.05l80 40a4 4 0 0 0 3.58 0l80-40a4 4 0 0 0 2.17-3.05l16-120a4 4 0 0 0-2.38-4.22m-21.22 121.06L128 227.53l-76.32-38.16L36.37 74.51L128 36.33l91.63 38.18ZM124.5 86.06l-40 72a4 4 0 1 0 7 3.88L103.69 140h48.62l12.19 21.94a4 4 0 1 0 7-3.88l-40-72a4 4 0 0 0-7 0M147.87 132h-39.74L128 96.24Z"/></svg>
</template>

CSS

.icon-angular-logo-thin {
  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%22m225.54%2068.31l-96-40a4%204%200%200%200-3.08%200l-96%2040A4%204%200%200%200%2028%2072.53l16%20120a4%204%200%200%200%202.17%203.05l80%2040a4%204%200%200%200%203.58%200l80-40a4%204%200%200%200%202.17-3.05l16-120a4%204%200%200%200-2.38-4.22m-21.22%20121.06L128%20227.53l-76.32-38.16L36.37%2074.51L128%2036.33l91.63%2038.18ZM124.5%2086.06l-40%2072a4%204%200%201%200%207%203.88L103.69%20140h48.62l12.19%2021.94a4%204%200%201%200%207-3.88l-40-72a4%204%200%200%200-7%200M147.87%20132h-39.74L128%2096.24Z%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%22m225.54%2068.31l-96-40a4%204%200%200%200-3.08%200l-96%2040A4%204%200%200%200%2028%2072.53l16%20120a4%204%200%200%200%202.17%203.05l80%2040a4%204%200%200%200%203.58%200l80-40a4%204%200%200%200%202.17-3.05l16-120a4%204%200%200%200-2.38-4.22m-21.22%20121.06L128%20227.53l-76.32-38.16L36.37%2074.51L128%2036.33l91.63%2038.18ZM124.5%2086.06l-40%2072a4%204%200%201%200%207%203.88L103.69%20140h48.62l12.19%2021.94a4%204%200%201%200%207-3.88l-40-72a4%204%200%200%200-7%200M147.87%20132h-39.74L128%2096.24Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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