moon landing icon

moon-landing from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
moon-landing
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the moon landing icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12 12c-4.535 0-8.37 2.964-9.643 7.044c-.36 1.158-.541 1.737-.087 2.346c.453.61 1.191.61 2.667.61h14.126c1.476 0 2.214 0 2.667-.61c.454-.61.273-1.188-.088-2.346C20.371 14.964 16.536 12 12 12Z"/><path d="M12 22a3 3 0 1 0-6 0m6-10V7.5m0 0V5c0-1.414 0-2.121.44-2.56C12.878 2 13.585 2 15 2h2.25c1.173 0 1.76 0 2.163.31a1.5 1.5 0 0 1 .277.277c.31.404.31.99.31 2.163s0 1.76-.31 2.163a1.5 1.5 0 0 1-.277.277c-.404.31-.99.31-2.163.31z"/><path stroke-linejoin="round" d="M15.125 17H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMoonLanding(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M12 12c-4.535 0-8.37 2.964-9.643 7.044c-.36 1.158-.541 1.737-.087 2.346c.453.61 1.191.61 2.667.61h14.126c1.476 0 2.214 0 2.667-.61c.454-.61.273-1.188-.088-2.346C20.371 14.964 16.536 12 12 12Z"/><path d="M12 22a3 3 0 1 0-6 0m6-10V7.5m0 0V5c0-1.414 0-2.121.44-2.56C12.878 2 13.585 2 15 2h2.25c1.173 0 1.76 0 2.163.31a1.5 1.5 0 0 1 .277.277c.31.404.31.99.31 2.163s0 1.76-.31 2.163a1.5 1.5 0 0 1-.277.277c-.404.31-.99.31-2.163.31z"/><path strokeLinejoin="round" d="M15.125 17H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12 12c-4.535 0-8.37 2.964-9.643 7.044c-.36 1.158-.541 1.737-.087 2.346c.453.61 1.191.61 2.667.61h14.126c1.476 0 2.214 0 2.667-.61c.454-.61.273-1.188-.088-2.346C20.371 14.964 16.536 12 12 12Z"/><path d="M12 22a3 3 0 1 0-6 0m6-10V7.5m0 0V5c0-1.414 0-2.121.44-2.56C12.878 2 13.585 2 15 2h2.25c1.173 0 1.76 0 2.163.31a1.5 1.5 0 0 1 .277.277c.31.404.31.99.31 2.163s0 1.76-.31 2.163a1.5 1.5 0 0 1-.277.277c-.404.31-.99.31-2.163.31z"/><path stroke-linejoin="round" d="M15.125 17H15m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-moon-landing {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012c-4.535%200-8.37%202.964-9.643%207.044c-.36%201.158-.541%201.737-.087%202.346c.453.61%201.191.61%202.667.61h14.126c1.476%200%202.214%200%202.667-.61c.454-.61.273-1.188-.088-2.346C20.371%2014.964%2016.536%2012%2012%2012Z%22%2F%3E%3Cpath%20d%3D%22M12%2022a3%203%200%201%200-6%200m6-10V7.5m0%200V5c0-1.414%200-2.121.44-2.56C12.878%202%2013.585%202%2015%202h2.25c1.173%200%201.76%200%202.163.31a1.5%201.5%200%200%201%20.277.277c.31.404.31.99.31%202.163s0%201.76-.31%202.163a1.5%201.5%200%200%201-.277.277c-.404.31-.99.31-2.163.31z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.125%2017H15m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12%2012c-4.535%200-8.37%202.964-9.643%207.044c-.36%201.158-.541%201.737-.087%202.346c.453.61%201.191.61%202.667.61h14.126c1.476%200%202.214%200%202.667-.61c.454-.61.273-1.188-.088-2.346C20.371%2014.964%2016.536%2012%2012%2012Z%22%2F%3E%3Cpath%20d%3D%22M12%2022a3%203%200%201%200-6%200m6-10V7.5m0%200V5c0-1.414%200-2.121.44-2.56C12.878%202%2013.585%202%2015%202h2.25c1.173%200%201.76%200%202.163.31a1.5%201.5%200%200%201%20.277.277c.31.404.31.99.31%202.163s0%201.76-.31%202.163a1.5%201.5%200%200%201-.277.277c-.404.31-.99.31-2.163.31z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M15.125%2017H15m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/moon-landing.svg?color=%231a73e8&size=48