aquarius icon
aquarius from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- aquarius
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the aquarius icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M433.7 355.4c9-4.5 19.6-4.5 28.6 0l128 64c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L448 419.8l-113.7 56.8c-9 4.5-19.6 4.5-28.6 0L192 419.8L78.3 476.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l128-64c9-4.5 19.6-4.5 28.6 0L320 412.2zm3.4-193.5c8.2-3 17.3-2.5 25.2 1.5l128 64c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L448 227.8l-113.7 56.8c-9 4.5-19.6 4.5-28.6 0L192 227.8L78.3 284.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l128-64l3.4-1.5c8.2-3 17.3-2.5 25.2 1.5L320 220.2l113.7-56.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidAquarius(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="M433.7 355.4c9-4.5 19.6-4.5 28.6 0l128 64c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L448 419.8l-113.7 56.8c-9 4.5-19.6 4.5-28.6 0L192 419.8L78.3 476.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l128-64c9-4.5 19.6-4.5 28.6 0L320 412.2zm3.4-193.5c8.2-3 17.3-2.5 25.2 1.5l128 64c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L448 227.8l-113.7 56.8c-9 4.5-19.6 4.5-28.6 0L192 227.8L78.3 284.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l128-64l3.4-1.5c8.2-3 17.3-2.5 25.2 1.5L320 220.2l113.7-56.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M433.7 355.4c9-4.5 19.6-4.5 28.6 0l128 64c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L448 419.8l-113.7 56.8c-9 4.5-19.6 4.5-28.6 0L192 419.8L78.3 476.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l128-64c9-4.5 19.6-4.5 28.6 0L320 412.2zm3.4-193.5c8.2-3 17.3-2.5 25.2 1.5l128 64c15.8 7.9 22.2 27.1 14.3 42.9s-27.1 22.2-42.9 14.3L448 227.8l-113.7 56.8c-9 4.5-19.6 4.5-28.6 0L192 227.8L78.3 284.6c-15.8 7.9-35 1.5-42.9-14.3s-1.5-35 14.3-42.9l128-64l3.4-1.5c8.2-3 17.3-2.5 25.2 1.5L320 220.2l113.7-56.8z"/></svg> </template>
CSS
.icon-aquarius {
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%22M433.7%20355.4c9-4.5%2019.6-4.5%2028.6%200l128%2064c15.8%207.9%2022.2%2027.1%2014.3%2042.9s-27.1%2022.2-42.9%2014.3L448%20419.8l-113.7%2056.8c-9%204.5-19.6%204.5-28.6%200L192%20419.8L78.3%20476.6c-15.8%207.9-35%201.5-42.9-14.3s-1.5-35%2014.3-42.9l128-64c9-4.5%2019.6-4.5%2028.6%200L320%20412.2zm3.4-193.5c8.2-3%2017.3-2.5%2025.2%201.5l128%2064c15.8%207.9%2022.2%2027.1%2014.3%2042.9s-27.1%2022.2-42.9%2014.3L448%20227.8l-113.7%2056.8c-9%204.5-19.6%204.5-28.6%200L192%20227.8L78.3%20284.6c-15.8%207.9-35%201.5-42.9-14.3s-1.5-35%2014.3-42.9l128-64l3.4-1.5c8.2-3%2017.3-2.5%2025.2%201.5L320%20220.2l113.7-56.8z%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%22M433.7%20355.4c9-4.5%2019.6-4.5%2028.6%200l128%2064c15.8%207.9%2022.2%2027.1%2014.3%2042.9s-27.1%2022.2-42.9%2014.3L448%20419.8l-113.7%2056.8c-9%204.5-19.6%204.5-28.6%200L192%20419.8L78.3%20476.6c-15.8%207.9-35%201.5-42.9-14.3s-1.5-35%2014.3-42.9l128-64c9-4.5%2019.6-4.5%2028.6%200L320%20412.2zm3.4-193.5c8.2-3%2017.3-2.5%2025.2%201.5l128%2064c15.8%207.9%2022.2%2027.1%2014.3%2042.9s-27.1%2022.2-42.9%2014.3L448%20227.8l-113.7%2056.8c-9%204.5-19.6%204.5-28.6%200L192%20227.8L78.3%20284.6c-15.8%207.9-35%201.5-42.9-14.3s-1.5-35%2014.3-42.9l128-64l3.4-1.5c8.2-3%2017.3-2.5%2025.2%201.5L320%20220.2l113.7-56.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/aquarius.svg?color=%231a73e8&size=48