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

Name
austral-sign
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
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 640 640"><path fill="currentColor" d="M362.5 304h-85L320 197.6zm68.9 0l-72.5-181.7C352.5 106.4 337.1 96 320 96s-32.5 10.4-38.9 26.3L208.6 304H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h61.4l-19.2 48h-42.3c-13.3 0-24 10.7-24 24s10.7 24 24 24H151l-20.8 52.1c-6.6 16.4 1.4 35 17.9 41.6s35-1.4 41.6-17.9l30.3-75.9h200l30.3 75.9c6.6 16.4 25.2 24.4 41.6 17.9s24.4-25.2 17.9-41.6L488.9 448H512c13.3 0 24-10.7 24-24s-10.7-24-24-24h-42.3l-19.2-48h61.4c13.3 0 24-10.7 24-24s-10.7-24-24-24h-80.6zm-49.7 48l19.2 48H239.3l19.2-48h123.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidAustralSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M362.5 304h-85L320 197.6zm68.9 0l-72.5-181.7C352.5 106.4 337.1 96 320 96s-32.5 10.4-38.9 26.3L208.6 304H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h61.4l-19.2 48h-42.3c-13.3 0-24 10.7-24 24s10.7 24 24 24H151l-20.8 52.1c-6.6 16.4 1.4 35 17.9 41.6s35-1.4 41.6-17.9l30.3-75.9h200l30.3 75.9c6.6 16.4 25.2 24.4 41.6 17.9s24.4-25.2 17.9-41.6L488.9 448H512c13.3 0 24-10.7 24-24s-10.7-24-24-24h-42.3l-19.2-48h61.4c13.3 0 24-10.7 24-24s-10.7-24-24-24h-80.6zm-49.7 48l19.2 48H239.3l19.2-48h123.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M362.5 304h-85L320 197.6zm68.9 0l-72.5-181.7C352.5 106.4 337.1 96 320 96s-32.5 10.4-38.9 26.3L208.6 304H128c-13.3 0-24 10.7-24 24s10.7 24 24 24h61.4l-19.2 48h-42.3c-13.3 0-24 10.7-24 24s10.7 24 24 24H151l-20.8 52.1c-6.6 16.4 1.4 35 17.9 41.6s35-1.4 41.6-17.9l30.3-75.9h200l30.3 75.9c6.6 16.4 25.2 24.4 41.6 17.9s24.4-25.2 17.9-41.6L488.9 448H512c13.3 0 24-10.7 24-24s-10.7-24-24-24h-42.3l-19.2-48h61.4c13.3 0 24-10.7 24-24s-10.7-24-24-24h-80.6zm-49.7 48l19.2 48H239.3l19.2-48h123.3z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M362.5%20304h-85L320%20197.6zm68.9%200l-72.5-181.7C352.5%20106.4%20337.1%2096%20320%2096s-32.5%2010.4-38.9%2026.3L208.6%20304H128c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h61.4l-19.2%2048h-42.3c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024H151l-20.8%2052.1c-6.6%2016.4%201.4%2035%2017.9%2041.6s35-1.4%2041.6-17.9l30.3-75.9h200l30.3%2075.9c6.6%2016.4%2025.2%2024.4%2041.6%2017.9s24.4-25.2%2017.9-41.6L488.9%20448H512c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-42.3l-19.2-48h61.4c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-80.6zm-49.7%2048l19.2%2048H239.3l19.2-48h123.3z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M362.5%20304h-85L320%20197.6zm68.9%200l-72.5-181.7C352.5%20106.4%20337.1%2096%20320%2096s-32.5%2010.4-38.9%2026.3L208.6%20304H128c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h61.4l-19.2%2048h-42.3c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024H151l-20.8%2052.1c-6.6%2016.4%201.4%2035%2017.9%2041.6s35-1.4%2041.6-17.9l30.3-75.9h200l30.3%2075.9c6.6%2016.4%2025.2%2024.4%2041.6%2017.9s24.4-25.2%2017.9-41.6L488.9%20448H512c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-42.3l-19.2-48h61.4c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-80.6zm-49.7%2048l19.2%2048H239.3l19.2-48h123.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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