statue of liberty icon

statue-of-liberty-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.

Name
statue-of-liberty-line
Set
MingCute Icon
Style
Line
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 22h1m0 0h7m-7 0v-3h6m1 3h1m-1 0v-3h-1m0 0v-4m-5 4v-4.5m0 0V14l-2-2V5m2 9.5l4.5-4.5M8 5l2 4l4.196.84a1 1 0 0 1 .804.98V15M8 5h-.5M8 5h.5M15 15l2-2m-3.508-4c.312-.366.508-.903.508-1.5c0-1.105-.672-2-1.5-2s-1.5.895-1.5 2c0 .597.196 1.134.508 1.5"/><path fill="currentColor" d="M13 4.5a.5.5 0 0 1-1 0c0-.276.383-1.5.5-1.5s.5 1.224.5 1.5m1.683.679a.5.5 0 1 1-.866-.5c.138-.24 1.082-1.108 1.183-1.05c.101.06-.179 1.31-.317 1.55m-4.366 0a.5.5 0 1 0 .866-.5c-.138-.24-1.082-1.108-1.183-1.05c-.102.06.179 1.31.317 1.55M9 2.5a1 1 0 0 1-2 0c0-.552.844-2 1-2s1 1.448 1 2"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteStatueOfLibertyLine(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M8 22h1m0 0h7m-7 0v-3h6m1 3h1m-1 0v-3h-1m0 0v-4m-5 4v-4.5m0 0V14l-2-2V5m2 9.5l4.5-4.5M8 5l2 4l4.196.84a1 1 0 0 1 .804.98V15M8 5h-.5M8 5h.5M15 15l2-2m-3.508-4c.312-.366.508-.903.508-1.5c0-1.105-.672-2-1.5-2s-1.5.895-1.5 2c0 .597.196 1.134.508 1.5"/><path fill="currentColor" d="M13 4.5a.5.5 0 0 1-1 0c0-.276.383-1.5.5-1.5s.5 1.224.5 1.5m1.683.679a.5.5 0 1 1-.866-.5c.138-.24 1.082-1.108 1.183-1.05c.101.06-.179 1.31-.317 1.55m-4.366 0a.5.5 0 1 0 .866-.5c-.138-.24-1.082-1.108-1.183-1.05c-.102.06.179 1.31.317 1.55M9 2.5a1 1 0 0 1-2 0c0-.552.844-2 1-2s1 1.448 1 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 22h1m0 0h7m-7 0v-3h6m1 3h1m-1 0v-3h-1m0 0v-4m-5 4v-4.5m0 0V14l-2-2V5m2 9.5l4.5-4.5M8 5l2 4l4.196.84a1 1 0 0 1 .804.98V15M8 5h-.5M8 5h.5M15 15l2-2m-3.508-4c.312-.366.508-.903.508-1.5c0-1.105-.672-2-1.5-2s-1.5.895-1.5 2c0 .597.196 1.134.508 1.5"/><path fill="currentColor" d="M13 4.5a.5.5 0 0 1-1 0c0-.276.383-1.5.5-1.5s.5 1.224.5 1.5m1.683.679a.5.5 0 1 1-.866-.5c.138-.24 1.082-1.108 1.183-1.05c.101.06-.179 1.31-.317 1.55m-4.366 0a.5.5 0 1 0 .866-.5c-.138-.24-1.082-1.108-1.183-1.05c-.102.06.179 1.31.317 1.55M9 2.5a1 1 0 0 1-2 0c0-.552.844-2 1-2s1 1.448 1 2"/></svg>
</template>

CSS

.icon-statue-of-liberty-line {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2022h1m0%200h7m-7%200v-3h6m1%203h1m-1%200v-3h-1m0%200v-4m-5%204v-4.5m0%200V14l-2-2V5m2%209.5l4.5-4.5M8%205l2%204l4.196.84a1%201%200%200%201%20.804.98V15M8%205h-.5M8%205h.5M15%2015l2-2m-3.508-4c.312-.366.508-.903.508-1.5c0-1.105-.672-2-1.5-2s-1.5.895-1.5%202c0%20.597.196%201.134.508%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204.5a.5.5%200%200%201-1%200c0-.276.383-1.5.5-1.5s.5%201.224.5%201.5m1.683.679a.5.5%200%201%201-.866-.5c.138-.24%201.082-1.108%201.183-1.05c.101.06-.179%201.31-.317%201.55m-4.366%200a.5.5%200%201%200%20.866-.5c-.138-.24-1.082-1.108-1.183-1.05c-.102.06.179%201.31.317%201.55M9%202.5a1%201%200%200%201-2%200c0-.552.844-2%201-2s1%201.448%201%202%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M8%2022h1m0%200h7m-7%200v-3h6m1%203h1m-1%200v-3h-1m0%200v-4m-5%204v-4.5m0%200V14l-2-2V5m2%209.5l4.5-4.5M8%205l2%204l4.196.84a1%201%200%200%201%20.804.98V15M8%205h-.5M8%205h.5M15%2015l2-2m-3.508-4c.312-.366.508-.903.508-1.5c0-1.105-.672-2-1.5-2s-1.5.895-1.5%202c0%20.597.196%201.134.508%201.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%204.5a.5.5%200%200%201-1%200c0-.276.383-1.5.5-1.5s.5%201.224.5%201.5m1.683.679a.5.5%200%201%201-.866-.5c.138-.24%201.082-1.108%201.183-1.05c.101.06-.179%201.31-.317%201.55m-4.366%200a.5.5%200%201%200%20.866-.5c-.138-.24-1.082-1.108-1.183-1.05c-.102.06.179%201.31.317%201.55M9%202.5a1%201%200%200%201-2%200c0-.552.844-2%201-2s1%201.448%201%202%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-line.svg?color=%231a73e8&size=48