angular logo icon
angular-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- angular-logo
- Set
- Phosphor
- Style
- Regular
- 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="m227.08 64.62l-96-40a7.93 7.93 0 0 0-6.16 0l-96 40a8 8 0 0 0-4.85 8.44l16 120a8 8 0 0 0 4.35 6.1l80 40a8 8 0 0 0 7.16 0l80-40a8 8 0 0 0 4.35-6.1l16-120a8 8 0 0 0-4.85-8.44m-26.45 122.12L128 223.06l-72.63-36.32L40.74 77L128 40.67L215.26 77ZM121 84.12l-40 72a8 8 0 1 0 14 7.76L106 144h44l11 19.88a8 8 0 1 0 14-7.76l-40-72a8 8 0 0 0-14 0M141.07 128h-26.14L128 104.47Z"/></svg>
React
import type { SVGProps } from "react";
export function PhAngularLogo(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="m227.08 64.62l-96-40a7.93 7.93 0 0 0-6.16 0l-96 40a8 8 0 0 0-4.85 8.44l16 120a8 8 0 0 0 4.35 6.1l80 40a8 8 0 0 0 7.16 0l80-40a8 8 0 0 0 4.35-6.1l16-120a8 8 0 0 0-4.85-8.44m-26.45 122.12L128 223.06l-72.63-36.32L40.74 77L128 40.67L215.26 77ZM121 84.12l-40 72a8 8 0 1 0 14 7.76L106 144h44l11 19.88a8 8 0 1 0 14-7.76l-40-72a8 8 0 0 0-14 0M141.07 128h-26.14L128 104.47Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m227.08 64.62l-96-40a7.93 7.93 0 0 0-6.16 0l-96 40a8 8 0 0 0-4.85 8.44l16 120a8 8 0 0 0 4.35 6.1l80 40a8 8 0 0 0 7.16 0l80-40a8 8 0 0 0 4.35-6.1l16-120a8 8 0 0 0-4.85-8.44m-26.45 122.12L128 223.06l-72.63-36.32L40.74 77L128 40.67L215.26 77ZM121 84.12l-40 72a8 8 0 1 0 14 7.76L106 144h44l11 19.88a8 8 0 1 0 14-7.76l-40-72a8 8 0 0 0-14 0M141.07 128h-26.14L128 104.47Z"/></svg> </template>
CSS
.icon-angular-logo {
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%22m227.08%2064.62l-96-40a7.93%207.93%200%200%200-6.16%200l-96%2040a8%208%200%200%200-4.85%208.44l16%20120a8%208%200%200%200%204.35%206.1l80%2040a8%208%200%200%200%207.16%200l80-40a8%208%200%200%200%204.35-6.1l16-120a8%208%200%200%200-4.85-8.44m-26.45%20122.12L128%20223.06l-72.63-36.32L40.74%2077L128%2040.67L215.26%2077ZM121%2084.12l-40%2072a8%208%200%201%200%2014%207.76L106%20144h44l11%2019.88a8%208%200%201%200%2014-7.76l-40-72a8%208%200%200%200-14%200M141.07%20128h-26.14L128%20104.47Z%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%22m227.08%2064.62l-96-40a7.93%207.93%200%200%200-6.16%200l-96%2040a8%208%200%200%200-4.85%208.44l16%20120a8%208%200%200%200%204.35%206.1l80%2040a8%208%200%200%200%207.16%200l80-40a8%208%200%200%200%204.35-6.1l16-120a8%208%200%200%200-4.85-8.44m-26.45%20122.12L128%20223.06l-72.63-36.32L40.74%2077L128%2040.67L215.26%2077ZM121%2084.12l-40%2072a8%208%200%201%200%2014%207.76L106%20144h44l11%2019.88a8%208%200%201%200%2014-7.76l-40-72a8%208%200%200%200-14%200M141.07%20128h-26.14L128%20104.47Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/angular-logo.svg?color=%231a73e8&size=48