compass big icon

compass-big-line-duotone from Solar by 480 Design · Line Duotone · Map · CC-BY-4.0 Attribution required.

Name
compass-big-line-duotone
Set
Solar
Style
Line Duotone
Category
Map
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More map icons from Solar

Use the compass big 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-width="1.5"><path d="M14.7898 18.9746C8.49749 21.4915 5.35132 22.75 3.55428 21.5288C3.1282 21.2393 2.76071 20.8718 2.47117 20.4457C1.25001 18.6487 2.50848 15.5025 5.02542 9.21017C5.56228 7.86802 5.8307 7.19695 6.29238 6.67048C6.41002 6.53633 6.53633 6.41002 6.67048 6.29238C7.19695 5.8307 7.86802 5.56228 9.21017 5.02542C15.5025 2.50848 18.6487 1.25001 20.4457 2.47117C20.8718 2.7607 21.2393 3.1282 21.5288 3.55428C22.75 5.35132 21.4915 8.49749 18.9746 14.7898C18.4377 16.132 18.1693 16.8031 17.7076 17.3295C17.59 17.4637 17.4637 17.59 17.3295 17.7076C16.8031 18.1693 16.132 18.4377 14.7898 18.9746Z" opacity=".5"/><circle cx="12" cy="12" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCompassBigLineDuotone(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" strokeWidth="1.5"><path d="M14.7898 18.9746C8.49749 21.4915 5.35132 22.75 3.55428 21.5288C3.1282 21.2393 2.76071 20.8718 2.47117 20.4457C1.25001 18.6487 2.50848 15.5025 5.02542 9.21017C5.56228 7.86802 5.8307 7.19695 6.29238 6.67048C6.41002 6.53633 6.53633 6.41002 6.67048 6.29238C7.19695 5.8307 7.86802 5.56228 9.21017 5.02542C15.5025 2.50848 18.6487 1.25001 20.4457 2.47117C20.8718 2.7607 21.2393 3.1282 21.5288 3.55428C22.75 5.35132 21.4915 8.49749 18.9746 14.7898C18.4377 16.132 18.1693 16.8031 17.7076 17.3295C17.59 17.4637 17.4637 17.59 17.3295 17.7076C16.8031 18.1693 16.132 18.4377 14.7898 18.9746Z" opacity=".5"/><circle cx="12" cy="12" r="3"/></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-width="1.5"><path d="M14.7898 18.9746C8.49749 21.4915 5.35132 22.75 3.55428 21.5288C3.1282 21.2393 2.76071 20.8718 2.47117 20.4457C1.25001 18.6487 2.50848 15.5025 5.02542 9.21017C5.56228 7.86802 5.8307 7.19695 6.29238 6.67048C6.41002 6.53633 6.53633 6.41002 6.67048 6.29238C7.19695 5.8307 7.86802 5.56228 9.21017 5.02542C15.5025 2.50848 18.6487 1.25001 20.4457 2.47117C20.8718 2.7607 21.2393 3.1282 21.5288 3.55428C22.75 5.35132 21.4915 8.49749 18.9746 14.7898C18.4377 16.132 18.1693 16.8031 17.7076 17.3295C17.59 17.4637 17.4637 17.59 17.3295 17.7076C16.8031 18.1693 16.132 18.4377 14.7898 18.9746Z" opacity=".5"/><circle cx="12" cy="12" r="3"/></g></svg>
</template>

CSS

.icon-compass-big-line-duotone {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.7898%2018.9746C8.49749%2021.4915%205.35132%2022.75%203.55428%2021.5288C3.1282%2021.2393%202.76071%2020.8718%202.47117%2020.4457C1.25001%2018.6487%202.50848%2015.5025%205.02542%209.21017C5.56228%207.86802%205.8307%207.19695%206.29238%206.67048C6.41002%206.53633%206.53633%206.41002%206.67048%206.29238C7.19695%205.8307%207.86802%205.56228%209.21017%205.02542C15.5025%202.50848%2018.6487%201.25001%2020.4457%202.47117C20.8718%202.7607%2021.2393%203.1282%2021.5288%203.55428C22.75%205.35132%2021.4915%208.49749%2018.9746%2014.7898C18.4377%2016.132%2018.1693%2016.8031%2017.7076%2017.3295C17.59%2017.4637%2017.4637%2017.59%2017.3295%2017.7076C16.8031%2018.1693%2016.132%2018.4377%2014.7898%2018.9746Z%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14.7898%2018.9746C8.49749%2021.4915%205.35132%2022.75%203.55428%2021.5288C3.1282%2021.2393%202.76071%2020.8718%202.47117%2020.4457C1.25001%2018.6487%202.50848%2015.5025%205.02542%209.21017C5.56228%207.86802%205.8307%207.19695%206.29238%206.67048C6.41002%206.53633%206.53633%206.41002%206.67048%206.29238C7.19695%205.8307%207.86802%205.56228%209.21017%205.02542C15.5025%202.50848%2018.6487%201.25001%2020.4457%202.47117C20.8718%202.7607%2021.2393%203.1282%2021.5288%203.55428C22.75%205.35132%2021.4915%208.49749%2018.9746%2014.7898C18.4377%2016.132%2018.1693%2016.8031%2017.7076%2017.3295C17.59%2017.4637%2017.4637%2017.59%2017.3295%2017.7076C16.8031%2018.1693%2016.132%2018.4377%2014.7898%2018.9746Z%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/compass-big-line-duotone.svg?color=%231a73e8&size=48