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

Name
austral-sign
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same icon in other sets

Use the austral sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64l-13.3 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h24l-21.5 51.7c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2l31.8-76.3h197.3l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384h24c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7L352 288h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-90.7zM256 224h-64l32-76.8zm-90.7 64h117.3l13.4 32H152z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidAustralSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64l-13.3 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h24l-21.5 51.7c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2l31.8-76.3h197.3l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384h24c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7L352 288h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-90.7zM256 224h-64l32-76.8zm-90.7 64h117.3l13.4 32H152z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M253.5 51.7C248.6 39.8 236.9 32 224 32s-24.6 7.8-29.5 19.7L122.7 224H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h64l-13.3 32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h24l-21.5 51.7c-6.8 16.3.9 35 17.2 41.8s35-.9 41.8-17.2l31.8-76.3h197.3l31.8 76.3c6.8 16.3 25.5 24 41.8 17.2s24-25.5 17.2-41.8L392 384h24c17.7 0 32-14.3 32-32s-14.3-32-32-32h-50.7L352 288h64c17.7 0 32-14.3 32-32s-14.3-32-32-32h-90.7zM256 224h-64l32-76.8zm-90.7 64h117.3l13.4 32H152z"/></svg>
</template>

CSS

.icon-austral-sign {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M253.5%2051.7C248.6%2039.8%20236.9%2032%20224%2032s-24.6%207.8-29.5%2019.7L122.7%20224H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h64l-13.3%2032H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h24l-21.5%2051.7c-6.8%2016.3.9%2035%2017.2%2041.8s35-.9%2041.8-17.2l31.8-76.3h197.3l31.8%2076.3c6.8%2016.3%2025.5%2024%2041.8%2017.2s24-25.5%2017.2-41.8L392%20384h24c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-50.7L352%20288h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-90.7zM256%20224h-64l32-76.8zm-90.7%2064h117.3l13.4%2032H152z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M253.5%2051.7C248.6%2039.8%20236.9%2032%20224%2032s-24.6%207.8-29.5%2019.7L122.7%20224H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h64l-13.3%2032H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h24l-21.5%2051.7c-6.8%2016.3.9%2035%2017.2%2041.8s35-.9%2041.8-17.2l31.8-76.3h197.3l31.8%2076.3c6.8%2016.3%2025.5%2024%2041.8%2017.2s24-25.5%2017.2-41.8L392%20384h24c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-50.7L352%20288h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-90.7zM256%20224h-64l32-76.8zm-90.7%2064h117.3l13.4%2032H152z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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