hemisphere-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
hemisphere-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

Related icons in MingCute Icon

Use the hemisphere icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.95 9.994C21.45 15.05 17.187 19 12 19c-5.16 0-9.406-3.908-9.943-8.925c.502.401 1.076.768 1.704 1.094C5.911 12.283 8.822 13 12 13c3.187 0 6.1-.764 8.245-1.898c.63-.332 1.204-.706 1.705-1.108M12 5c2.575 0 4.938.387 6.69.992c.908.314 2.13.828 2.806 1.66l-.113.138c-.456.52-1.154 1.058-2.073 1.544C17.474 10.304 14.887 11 12 11c-2.898 0-5.487-.658-7.319-1.606c-.916-.475-1.609-1.005-2.06-1.528q-.077-.09-.146-.18c.67-.852 1.913-1.376 2.834-1.694C7.061 5.387 9.425 5 12 5"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteHemisphereFill(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="M21.95 9.994C21.45 15.05 17.187 19 12 19c-5.16 0-9.406-3.908-9.943-8.925c.502.401 1.076.768 1.704 1.094C5.911 12.283 8.822 13 12 13c3.187 0 6.1-.764 8.245-1.898c.63-.332 1.204-.706 1.705-1.108M12 5c2.575 0 4.938.387 6.69.992c.908.314 2.13.828 2.806 1.66l-.113.138c-.456.52-1.154 1.058-2.073 1.544C17.474 10.304 14.887 11 12 11c-2.898 0-5.487-.658-7.319-1.606c-.916-.475-1.609-1.005-2.06-1.528q-.077-.09-.146-.18c.67-.852 1.913-1.376 2.834-1.694C7.061 5.387 9.425 5 12 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.95 9.994C21.45 15.05 17.187 19 12 19c-5.16 0-9.406-3.908-9.943-8.925c.502.401 1.076.768 1.704 1.094C5.911 12.283 8.822 13 12 13c3.187 0 6.1-.764 8.245-1.898c.63-.332 1.204-.706 1.705-1.108M12 5c2.575 0 4.938.387 6.69.992c.908.314 2.13.828 2.806 1.66l-.113.138c-.456.52-1.154 1.058-2.073 1.544C17.474 10.304 14.887 11 12 11c-2.898 0-5.487-.658-7.319-1.606c-.916-.475-1.609-1.005-2.06-1.528q-.077-.09-.146-.18c.67-.852 1.913-1.376 2.834-1.694C7.061 5.387 9.425 5 12 5"/></svg>
</template>

CSS

.icon-hemisphere-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%20d%3D%22M21.95%209.994C21.45%2015.05%2017.187%2019%2012%2019c-5.16%200-9.406-3.908-9.943-8.925c.502.401%201.076.768%201.704%201.094C5.911%2012.283%208.822%2013%2012%2013c3.187%200%206.1-.764%208.245-1.898c.63-.332%201.204-.706%201.705-1.108M12%205c2.575%200%204.938.387%206.69.992c.908.314%202.13.828%202.806%201.66l-.113.138c-.456.52-1.154%201.058-2.073%201.544C17.474%2010.304%2014.887%2011%2012%2011c-2.898%200-5.487-.658-7.319-1.606c-.916-.475-1.609-1.005-2.06-1.528q-.077-.09-.146-.18c.67-.852%201.913-1.376%202.834-1.694C7.061%205.387%209.425%205%2012%205%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%22M21.95%209.994C21.45%2015.05%2017.187%2019%2012%2019c-5.16%200-9.406-3.908-9.943-8.925c.502.401%201.076.768%201.704%201.094C5.911%2012.283%208.822%2013%2012%2013c3.187%200%206.1-.764%208.245-1.898c.63-.332%201.204-.706%201.705-1.108M12%205c2.575%200%204.938.387%206.69.992c.908.314%202.13.828%202.806%201.66l-.113.138c-.456.52-1.154%201.058-2.073%201.544C17.474%2010.304%2014.887%2011%2012%2011c-2.898%200-5.487-.658-7.319-1.606c-.916-.475-1.609-1.005-2.06-1.528q-.077-.09-.146-.18c.67-.852%201.913-1.376%202.834-1.694C7.061%205.387%209.425%205%2012%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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