statue of liberty icon
statue-of-liberty-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- statue-of-liberty-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the statue of liberty icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9 2.5a1 1 0 0 1-2 0c0-.552.844-2 1-2s1 1.448 1 2m4 2q0 .026-.003.052c.277.059.53.166.757.31a.5.5 0 0 1 .063-.183c.138-.24 1.082-1.108 1.183-1.049s-.179 1.31-.317 1.549a.5.5 0 0 1-.319.237a2.97 2.97 0 0 1 .418 2.961a1 1 0 0 1-.408.478l.018.004A2 2 0 0 1 16 10.819v1.767l.293-.293a1 1 0 0 1 1.414 1.414L16 15.414V18a1 1 0 0 1 1 1v2a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2v-2a1 1 0 0 1 1-1v-3.586l-1.707-1.707A1 1 0 0 1 7 12V5.866A1 1 0 0 1 7.5 4h1a1 1 0 0 1 .867 1.498l.664 1.328a2.96 2.96 0 0 1 .605-1.41a.5.5 0 0 1-.319-.237c-.138-.24-.419-1.49-.317-1.549s1.045.81 1.183 1.049a.5.5 0 0 1 .063.184c.226-.145.48-.252.757-.311L12 4.5c0-.276.383-1.5.5-1.5s.5 1.224.5 1.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteStatueOfLibertyFill(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" fillRule="evenodd" d="M9 2.5a1 1 0 0 1-2 0c0-.552.844-2 1-2s1 1.448 1 2m4 2q0 .026-.003.052c.277.059.53.166.757.31a.5.5 0 0 1 .063-.183c.138-.24 1.082-1.108 1.183-1.049s-.179 1.31-.317 1.549a.5.5 0 0 1-.319.237a2.97 2.97 0 0 1 .418 2.961a1 1 0 0 1-.408.478l.018.004A2 2 0 0 1 16 10.819v1.767l.293-.293a1 1 0 0 1 1.414 1.414L16 15.414V18a1 1 0 0 1 1 1v2a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2v-2a1 1 0 0 1 1-1v-3.586l-1.707-1.707A1 1 0 0 1 7 12V5.866A1 1 0 0 1 7.5 4h1a1 1 0 0 1 .867 1.498l.664 1.328a2.96 2.96 0 0 1 .605-1.41a.5.5 0 0 1-.319-.237c-.138-.24-.419-1.49-.317-1.549s1.045.81 1.183 1.049a.5.5 0 0 1 .063.184c.226-.145.48-.252.757-.311L12 4.5c0-.276.383-1.5.5-1.5s.5 1.224.5 1.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9 2.5a1 1 0 0 1-2 0c0-.552.844-2 1-2s1 1.448 1 2m4 2q0 .026-.003.052c.277.059.53.166.757.31a.5.5 0 0 1 .063-.183c.138-.24 1.082-1.108 1.183-1.049s-.179 1.31-.317 1.549a.5.5 0 0 1-.319.237a2.97 2.97 0 0 1 .418 2.961a1 1 0 0 1-.408.478l.018.004A2 2 0 0 1 16 10.819v1.767l.293-.293a1 1 0 0 1 1.414 1.414L16 15.414V18a1 1 0 0 1 1 1v2a1 1 0 1 1 0 2H8a1 1 0 1 1 0-2v-2a1 1 0 0 1 1-1v-3.586l-1.707-1.707A1 1 0 0 1 7 12V5.866A1 1 0 0 1 7.5 4h1a1 1 0 0 1 .867 1.498l.664 1.328a2.96 2.96 0 0 1 .605-1.41a.5.5 0 0 1-.319-.237c-.138-.24-.419-1.49-.317-1.549s1.045.81 1.183 1.049a.5.5 0 0 1 .063.184c.226-.145.48-.252.757-.311L12 4.5c0-.276.383-1.5.5-1.5s.5 1.224.5 1.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-statue-of-liberty-fill {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M9%202.5a1%201%200%200%201-2%200c0-.552.844-2%201-2s1%201.448%201%202m4%202q0%20.026-.003.052c.277.059.53.166.757.31a.5.5%200%200%201%20.063-.183c.138-.24%201.082-1.108%201.183-1.049s-.179%201.31-.317%201.549a.5.5%200%200%201-.319.237a2.97%202.97%200%200%201%20.418%202.961a1%201%200%200%201-.408.478l.018.004A2%202%200%200%201%2016%2010.819v1.767l.293-.293a1%201%200%200%201%201.414%201.414L16%2015.414V18a1%201%200%200%201%201%201v2a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2v-2a1%201%200%200%201%201-1v-3.586l-1.707-1.707A1%201%200%200%201%207%2012V5.866A1%201%200%200%201%207.5%204h1a1%201%200%200%201%20.867%201.498l.664%201.328a2.96%202.96%200%200%201%20.605-1.41a.5.5%200%200%201-.319-.237c-.138-.24-.419-1.49-.317-1.549s1.045.81%201.183%201.049a.5.5%200%200%201%20.063.184c.226-.145.48-.252.757-.311L12%204.5c0-.276.383-1.5.5-1.5s.5%201.224.5%201.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9%202.5a1%201%200%200%201-2%200c0-.552.844-2%201-2s1%201.448%201%202m4%202q0%20.026-.003.052c.277.059.53.166.757.31a.5.5%200%200%201%20.063-.183c.138-.24%201.082-1.108%201.183-1.049s-.179%201.31-.317%201.549a.5.5%200%200%201-.319.237a2.97%202.97%200%200%201%20.418%202.961a1%201%200%200%201-.408.478l.018.004A2%202%200%200%201%2016%2010.819v1.767l.293-.293a1%201%200%200%201%201.414%201.414L16%2015.414V18a1%201%200%200%201%201%201v2a1%201%200%201%201%200%202H8a1%201%200%201%201%200-2v-2a1%201%200%200%201%201-1v-3.586l-1.707-1.707A1%201%200%200%201%207%2012V5.866A1%201%200%200%201%207.5%204h1a1%201%200%200%201%20.867%201.498l.664%201.328a2.96%202.96%200%200%201%20.605-1.41a.5.5%200%200%201-.319-.237c-.138-.24-.419-1.49-.317-1.549s1.045.81%201.183%201.049a.5.5%200%200%201%20.063.184c.226-.145.48-.252.757-.311L12%204.5c0-.276.383-1.5.5-1.5s.5%201.224.5%201.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/statue-of-liberty-fill.svg?color=%231a73e8&size=48