zodiac-gemini from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
zodiac-gemini
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
horoscope-gemini

The same icon in other sets

Related icons in Material Design Icons

Use the zodiac gemini icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 5.3c1.35-.33 2.66-.76 3.94-1.3l-.76-1.86a23.75 23.75 0 0 1-18.36.03L2.06 4c1.28.54 2.59.97 3.94 1.3v13.4c-1.35.33-2.66.76-3.94 1.3l.76 1.86a23.94 23.94 0 0 1 18.36 0l.76-1.86c-1.28-.54-2.59-.97-3.94-1.3zm-10 13V5.69c1.32.2 2.66.31 4 .31s2.68-.11 4-.31v12.62a26.2 26.2 0 0 0-8 0z"/></svg>

React

import type { SVGProps } from "react";

export function MdiZodiacGemini(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="M18 5.3c1.35-.33 2.66-.76 3.94-1.3l-.76-1.86a23.75 23.75 0 0 1-18.36.03L2.06 4c1.28.54 2.59.97 3.94 1.3v13.4c-1.35.33-2.66.76-3.94 1.3l.76 1.86a23.94 23.94 0 0 1 18.36 0l.76-1.86c-1.28-.54-2.59-.97-3.94-1.3zm-10 13V5.69c1.32.2 2.66.31 4 .31s2.68-.11 4-.31v12.62a26.2 26.2 0 0 0-8 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 5.3c1.35-.33 2.66-.76 3.94-1.3l-.76-1.86a23.75 23.75 0 0 1-18.36.03L2.06 4c1.28.54 2.59.97 3.94 1.3v13.4c-1.35.33-2.66.76-3.94 1.3l.76 1.86a23.94 23.94 0 0 1 18.36 0l.76-1.86c-1.28-.54-2.59-.97-3.94-1.3zm-10 13V5.69c1.32.2 2.66.31 4 .31s2.68-.11 4-.31v12.62a26.2 26.2 0 0 0-8 0z"/></svg>
</template>

CSS

.icon-zodiac-gemini {
  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%22M18%205.3c1.35-.33%202.66-.76%203.94-1.3l-.76-1.86a23.75%2023.75%200%200%201-18.36.03L2.06%204c1.28.54%202.59.97%203.94%201.3v13.4c-1.35.33-2.66.76-3.94%201.3l.76%201.86a23.94%2023.94%200%200%201%2018.36%200l.76-1.86c-1.28-.54-2.59-.97-3.94-1.3zm-10%2013V5.69c1.32.2%202.66.31%204%20.31s2.68-.11%204-.31v12.62a26.2%2026.2%200%200%200-8%200z%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%22M18%205.3c1.35-.33%202.66-.76%203.94-1.3l-.76-1.86a23.75%2023.75%200%200%201-18.36.03L2.06%204c1.28.54%202.59.97%203.94%201.3v13.4c-1.35.33-2.66.76-3.94%201.3l.76%201.86a23.94%2023.94%200%200%201%2018.36%200l.76-1.86c-1.28-.54-2.59-.97-3.94-1.3zm-10%2013V5.69c1.32.2%202.66.31%204%20.31s2.68-.11%204-.31v12.62a26.2%2026.2%200%200%200-8%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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