gold icon
gold from Unicons by Iconscout · Line · Business · Apache-2.0 Free for personal and commercial use.
- Name
- gold
- Set
- Unicons
- Style
- Line
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More business icons from Unicons
Use the gold icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 11h8a1 1 0 0 0 .77-.37A1 1 0 0 0 17 9.8l-1-5a1 1 0 0 0-1-.8H9a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 8 11m1.82-5h4.36l.6 3H9.22ZM22 13.8a1 1 0 0 0-1-.8h-6a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 14 20h8a1 1 0 0 0 .77-.37a1 1 0 0 0 .23-.83ZM15.22 18l.6-3h4.36l.6 3ZM9 13H3a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 2 20h8a1 1 0 0 0 .77-.37a1 1 0 0 0 .23-.83l-1-5a1 1 0 0 0-1-.8m-5.78 5l.6-3h4.36l.6 3Z"/></svg>
React
import type { SVGProps } from "react";
export function UilGold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 11h8a1 1 0 0 0 .77-.37A1 1 0 0 0 17 9.8l-1-5a1 1 0 0 0-1-.8H9a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 8 11m1.82-5h4.36l.6 3H9.22ZM22 13.8a1 1 0 0 0-1-.8h-6a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 14 20h8a1 1 0 0 0 .77-.37a1 1 0 0 0 .23-.83ZM15.22 18l.6-3h4.36l.6 3ZM9 13H3a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 2 20h8a1 1 0 0 0 .77-.37a1 1 0 0 0 .23-.83l-1-5a1 1 0 0 0-1-.8m-5.78 5l.6-3h4.36l.6 3Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 11h8a1 1 0 0 0 .77-.37A1 1 0 0 0 17 9.8l-1-5a1 1 0 0 0-1-.8H9a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 8 11m1.82-5h4.36l.6 3H9.22ZM22 13.8a1 1 0 0 0-1-.8h-6a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 14 20h8a1 1 0 0 0 .77-.37a1 1 0 0 0 .23-.83ZM15.22 18l.6-3h4.36l.6 3ZM9 13H3a1 1 0 0 0-1 .8l-1 5a1 1 0 0 0 .21.83A1 1 0 0 0 2 20h8a1 1 0 0 0 .77-.37a1 1 0 0 0 .23-.83l-1-5a1 1 0 0 0-1-.8m-5.78 5l.6-3h4.36l.6 3Z"/></svg> </template>
CSS
.icon-gold {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2011h8a1%201%200%200%200%20.77-.37A1%201%200%200%200%2017%209.8l-1-5a1%201%200%200%200-1-.8H9a1%201%200%200%200-1%20.8l-1%205a1%201%200%200%200%20.21.83A1%201%200%200%200%208%2011m1.82-5h4.36l.6%203H9.22ZM22%2013.8a1%201%200%200%200-1-.8h-6a1%201%200%200%200-1%20.8l-1%205a1%201%200%200%200%20.21.83A1%201%200%200%200%2014%2020h8a1%201%200%200%200%20.77-.37a1%201%200%200%200%20.23-.83ZM15.22%2018l.6-3h4.36l.6%203ZM9%2013H3a1%201%200%200%200-1%20.8l-1%205a1%201%200%200%200%20.21.83A1%201%200%200%200%202%2020h8a1%201%200%200%200%20.77-.37a1%201%200%200%200%20.23-.83l-1-5a1%201%200%200%200-1-.8m-5.78%205l.6-3h4.36l.6%203Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2011h8a1%201%200%200%200%20.77-.37A1%201%200%200%200%2017%209.8l-1-5a1%201%200%200%200-1-.8H9a1%201%200%200%200-1%20.8l-1%205a1%201%200%200%200%20.21.83A1%201%200%200%200%208%2011m1.82-5h4.36l.6%203H9.22ZM22%2013.8a1%201%200%200%200-1-.8h-6a1%201%200%200%200-1%20.8l-1%205a1%201%200%200%200%20.21.83A1%201%200%200%200%2014%2020h8a1%201%200%200%200%20.77-.37a1%201%200%200%200%20.23-.83ZM15.22%2018l.6-3h4.36l.6%203ZM9%2013H3a1%201%200%200%200-1%20.8l-1%205a1%201%200%200%200%20.21.83A1%201%200%200%200%202%2020h8a1%201%200%200%200%20.77-.37a1%201%200%200%200%20.23-.83l-1-5a1%201%200%200%200-1-.8m-5.78%205l.6-3h4.36l.6%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/gold.svg?color=%231a73e8&size=48