longitude from Material Design Icons by Pictogrammers · Filled · Geographic Information System · Apache-2.0 Free for personal and commercial use.

Name
longitude
Set
Material Design Icons
Style
Filled
Category
Geographic Information System
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More geographic information system icons from Material Design Icons

Use the longitude icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10.03 10.03 0 0 0 12 2M9.4 19.6a8.05 8.05 0 0 1 0-15.2A16.45 16.45 0 0 0 7.5 12a16.45 16.45 0 0 0 1.9 7.6m2.6.4a13.8 13.8 0 0 1-2.5-8A13.8 13.8 0 0 1 12 4a13.8 13.8 0 0 1 2.5 8a13.8 13.8 0 0 1-2.5 8m2.6-.4a16.15 16.15 0 0 0 0-15.2A8.03 8.03 0 0 1 20 12a7.9 7.9 0 0 1-5.4 7.6"/></svg>

React

import type { SVGProps } from "react";

export function MdiLongitude(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="M12 2a10 10 0 1 0 10 10A10.03 10.03 0 0 0 12 2M9.4 19.6a8.05 8.05 0 0 1 0-15.2A16.45 16.45 0 0 0 7.5 12a16.45 16.45 0 0 0 1.9 7.6m2.6.4a13.8 13.8 0 0 1-2.5-8A13.8 13.8 0 0 1 12 4a13.8 13.8 0 0 1 2.5 8a13.8 13.8 0 0 1-2.5 8m2.6-.4a16.15 16.15 0 0 0 0-15.2A8.03 8.03 0 0 1 20 12a7.9 7.9 0 0 1-5.4 7.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a10 10 0 1 0 10 10A10.03 10.03 0 0 0 12 2M9.4 19.6a8.05 8.05 0 0 1 0-15.2A16.45 16.45 0 0 0 7.5 12a16.45 16.45 0 0 0 1.9 7.6m2.6.4a13.8 13.8 0 0 1-2.5-8A13.8 13.8 0 0 1 12 4a13.8 13.8 0 0 1 2.5 8a13.8 13.8 0 0 1-2.5 8m2.6-.4a16.15 16.15 0 0 0 0-15.2A8.03 8.03 0 0 1 20 12a7.9 7.9 0 0 1-5.4 7.6"/></svg>
</template>

CSS

.icon-longitude {
  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%22M12%202a10%2010%200%201%200%2010%2010A10.03%2010.03%200%200%200%2012%202M9.4%2019.6a8.05%208.05%200%200%201%200-15.2A16.45%2016.45%200%200%200%207.5%2012a16.45%2016.45%200%200%200%201.9%207.6m2.6.4a13.8%2013.8%200%200%201-2.5-8A13.8%2013.8%200%200%201%2012%204a13.8%2013.8%200%200%201%202.5%208a13.8%2013.8%200%200%201-2.5%208m2.6-.4a16.15%2016.15%200%200%200%200-15.2A8.03%208.03%200%200%201%2020%2012a7.9%207.9%200%200%201-5.4%207.6%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%22M12%202a10%2010%200%201%200%2010%2010A10.03%2010.03%200%200%200%2012%202M9.4%2019.6a8.05%208.05%200%200%201%200-15.2A16.45%2016.45%200%200%200%207.5%2012a16.45%2016.45%200%200%200%201.9%207.6m2.6.4a13.8%2013.8%200%200%201-2.5-8A13.8%2013.8%200%200%201%2012%204a13.8%2013.8%200%200%201%202.5%208a13.8%2013.8%200%200%201-2.5%208m2.6-.4a16.15%2016.15%200%200%200%200-15.2A8.03%208.03%200%200%201%2020%2012a7.9%207.9%200%200%201-5.4%207.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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