angular-fill from Akar Icons by Arturo Wibawa · Fill · MIT Free for personal and commercial use.

Name
angular-fill
Set
Akar Icons
Style
Fill
Viewbox
24×24
License
MIT

The same icon in other sets

Use the angular icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.174 12.594h3.652L12 8.095z"/><path fill="currentColor" d="M12 1L2 4.652l1.525 13.541L12 23l8.475-4.807L22 4.652zm6.24 16.786h-2.33l-1.257-3.212H9.347L8.09 17.786H5.76L12 3.431z"/></svg>

React

import type { SVGProps } from "react";

export function AkarIconsAngularFill(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="M10.174 12.594h3.652L12 8.095z"/><path fill="currentColor" d="M12 1L2 4.652l1.525 13.541L12 23l8.475-4.807L22 4.652zm6.24 16.786h-2.33l-1.257-3.212H9.347L8.09 17.786H5.76L12 3.431z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.174 12.594h3.652L12 8.095z"/><path fill="currentColor" d="M12 1L2 4.652l1.525 13.541L12 23l8.475-4.807L22 4.652zm6.24 16.786h-2.33l-1.257-3.212H9.347L8.09 17.786H5.76L12 3.431z"/></svg>
</template>

CSS

.icon-angular-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.174%2012.594h3.652L12%208.095z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201L2%204.652l1.525%2013.541L12%2023l8.475-4.807L22%204.652zm6.24%2016.786h-2.33l-1.257-3.212H9.347L8.09%2017.786H5.76L12%203.431z%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%22M10.174%2012.594h3.652L12%208.095z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201L2%204.652l1.525%2013.541L12%2023l8.475-4.807L22%204.652zm6.24%2016.786h-2.33l-1.257-3.212H9.347L8.09%2017.786H5.76L12%203.431z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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