asterisk from Font Awesome 6 Solid by Dave Gandy · Regular · Spinners · CC-BY-4.0 Attribution required.

Name
asterisk
Set
Font Awesome 6 Solid
Style
Regular
Category
Spinners
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

More spinners icons from Font Awesome 6 Solid

Use the asterisk icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 32c17.7 0 32 14.3 32 32v135.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11l-111.6-67V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256L15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11l111.6 67V64c0-17.7 14.3-32 32-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidAsterisk(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 32c17.7 0 32 14.3 32 32v135.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11l-111.6-67V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256L15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11l111.6 67V64c0-17.7 14.3-32 32-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M192 32c17.7 0 32 14.3 32 32v135.5l111.5-66.9c15.2-9.1 34.8-4.2 43.9 11s4.2 34.8-11 43.9L254.2 256l114.3 68.6c15.2 9.1 20.1 28.7 11 43.9s-28.7 20.1-43.9 11l-111.6-67V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V312.5L48.5 379.4c-15.2 9.1-34.8 4.2-43.9-11s-4.2-34.8 11-43.9L129.8 256L15.5 187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1 43.9-11l111.6 67V64c0-17.7 14.3-32 32-32"/></svg>
</template>

CSS

.icon-asterisk {
  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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2032c17.7%200%2032%2014.3%2032%2032v135.5l111.5-66.9c15.2-9.1%2034.8-4.2%2043.9%2011s4.2%2034.8-11%2043.9L254.2%20256l114.3%2068.6c15.2%209.1%2020.1%2028.7%2011%2043.9s-28.7%2020.1-43.9%2011l-111.6-67V448c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V312.5L48.5%20379.4c-15.2%209.1-34.8%204.2-43.9-11s-4.2-34.8%2011-43.9L129.8%20256L15.5%20187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1%2043.9-11l111.6%2067V64c0-17.7%2014.3-32%2032-32%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2032c17.7%200%2032%2014.3%2032%2032v135.5l111.5-66.9c15.2-9.1%2034.8-4.2%2043.9%2011s4.2%2034.8-11%2043.9L254.2%20256l114.3%2068.6c15.2%209.1%2020.1%2028.7%2011%2043.9s-28.7%2020.1-43.9%2011l-111.6-67V448c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V312.5L48.5%20379.4c-15.2%209.1-34.8%204.2-43.9-11s-4.2-34.8%2011-43.9L129.8%20256L15.5%20187.4c-15.2-9.1-20.1-28.7-11-43.9s28.7-20.1%2043.9-11l111.6%2067V64c0-17.7%2014.3-32%2032-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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