dong sign icon
dong-sign from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- dong-sign
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 384×512
- License
- CC BY 4.0
The same icon in other sets
Use the dong sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M288 32c-17.7 0-32 14.3-32 32h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32V128c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32M128 288a64 64 0 1 1 128 0a64 64 0 1 1-128 0M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidDongSign(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="M288 32c-17.7 0-32 14.3-32 32h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32V128c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32M128 288a64 64 0 1 1 128 0a64 64 0 1 1-128 0M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M288 32c-17.7 0-32 14.3-32 32h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7 0-128 57.3-128 128s57.3 128 128 128c24.5 0 47.4-6.9 66.8-18.8c5 11.1 16.2 18.8 29.2 18.8c17.7 0 32-14.3 32-32V128c17.7 0 32-14.3 32-32s-14.3-32-32-32c0-17.7-14.3-32-32-32M128 288a64 64 0 1 1 128 0a64 64 0 1 1-128 0M32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32h320c17.7 0 32-14.3 32-32s-14.3-32-32-32z"/></svg> </template>
CSS
.icon-dong-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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2032c-17.7%200-32%2014.3-32%2032h-32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7%200-128%2057.3-128%20128s57.3%20128%20128%20128c24.5%200%2047.4-6.9%2066.8-18.8c5%2011.1%2016.2%2018.8%2029.2%2018.8c17.7%200%2032-14.3%2032-32V128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32c0-17.7-14.3-32-32-32M128%20288a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200M32%20448c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%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%22M288%2032c-17.7%200-32%2014.3-32%2032h-32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32v49.1c-18.8-10.9-40.7-17.1-64-17.1c-70.7%200-128%2057.3-128%20128s57.3%20128%20128%20128c24.5%200%2047.4-6.9%2066.8-18.8c5%2011.1%2016.2%2018.8%2029.2%2018.8c17.7%200%2032-14.3%2032-32V128c17.7%200%2032-14.3%2032-32s-14.3-32-32-32c0-17.7-14.3-32-32-32M128%20288a64%2064%200%201%201%20128%200a64%2064%200%201%201-128%200M32%20448c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32s-14.3-32-32-32z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/dong-sign.svg?color=%231a73e8&size=48