mercury icon
mercury from Font Awesome 6 Solid by Dave Gandy · Regular · Genders · CC-BY-4.0 Attribution required.
- Name
- mercury
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Genders
- Viewbox
- 384×512
- License
- CC BY 4.0
The same icon in other sets
More genders icons from Font Awesome 6 Solid
Use the mercury icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45q-11.7 14.55-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4V424h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v16c0 13.3-10.7 24-24 24s-24-10.7-24-24v-16h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32v-25.6C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9c-9.8-7.6-18.6-16.4-26.4-26.1c-11.1-13.8-8.8-33.9 5-45M80 224a112 112 0 1 0 224 0a112 112 0 1 0-224 0"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMercury(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="M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45q-11.7 14.55-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4V424h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v16c0 13.3-10.7 24-24 24s-24-10.7-24-24v-16h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32v-25.6C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9c-9.8-7.6-18.6-16.4-26.4-26.1c-11.1-13.8-8.8-33.9 5-45M80 224a112 112 0 1 0 224 0a112 112 0 1 0-224 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M72.1 7C85.8-4 106-1.8 117 12c17.6 22 44.7 36 75 36s57.3-14 75-36c11.1-13.8 31.2-16 45-5s16 31.2 5 45q-11.7 14.55-26.4 26.1C337.3 109.7 368 163.3 368 224c0 89.1-66.2 162.7-152 174.4V424h32c13.3 0 24 10.7 24 24s-10.7 24-24 24h-32v16c0 13.3-10.7 24-24 24s-24-10.7-24-24v-16h-32c-13.3 0-24-10.7-24-24s10.7-24 24-24h32v-25.6C82.2 386.7 16 313.1 16 224c0-60.7 30.7-114.3 77.5-145.9c-9.8-7.6-18.6-16.4-26.4-26.1c-11.1-13.8-8.8-33.9 5-45M80 224a112 112 0 1 0 224 0a112 112 0 1 0-224 0"/></svg> </template>
CSS
.icon-mercury {
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%22M72.1%207C85.8-4%20106-1.8%20117%2012c17.6%2022%2044.7%2036%2075%2036s57.3-14%2075-36c11.1-13.8%2031.2-16%2045-5s16%2031.2%205%2045q-11.7%2014.55-26.4%2026.1C337.3%20109.7%20368%20163.3%20368%20224c0%2089.1-66.2%20162.7-152%20174.4V424h32c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-32v16c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-16h-32c-13.3%200-24-10.7-24-24s10.7-24%2024-24h32v-25.6C82.2%20386.7%2016%20313.1%2016%20224c0-60.7%2030.7-114.3%2077.5-145.9c-9.8-7.6-18.6-16.4-26.4-26.1c-11.1-13.8-8.8-33.9%205-45M80%20224a112%20112%200%201%200%20224%200a112%20112%200%201%200-224%200%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%22M72.1%207C85.8-4%20106-1.8%20117%2012c17.6%2022%2044.7%2036%2075%2036s57.3-14%2075-36c11.1-13.8%2031.2-16%2045-5s16%2031.2%205%2045q-11.7%2014.55-26.4%2026.1C337.3%20109.7%20368%20163.3%20368%20224c0%2089.1-66.2%20162.7-152%20174.4V424h32c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024h-32v16c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-16h-32c-13.3%200-24-10.7-24-24s10.7-24%2024-24h32v-25.6C82.2%20386.7%2016%20313.1%2016%20224c0-60.7%2030.7-114.3%2077.5-145.9c-9.8-7.6-18.6-16.4-26.4-26.1c-11.1-13.8-8.8-33.9%205-45M80%20224a112%20112%200%201%200%20224%200a112%20112%200%201%200-224%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/mercury.svg?color=%231a73e8&size=48