circle navigation icon
circle-navigation-sharp-duotone from Keyline Icons by Keyline Icons · Sharp Duotone · MIT Free for personal and commercial use.
- Name
- circle-navigation-sharp-duotone
- Set
- Keyline Icons
- Style
- Sharp Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
Related icons in Keyline Icons
circle-activitycircle-alertcircle-align-offset-bottomcircle-align-offset-leftcircle-align-offset-rightcircle-align-offset-topcircle-arrow-downcircle-arrow-down-leftcircle-arrow-down-rightcircle-arrow-leftcircle-arrow-rightcircle-arrow-u-turn-leftcircle-arrow-u-turn-rightcircle-arrow-upcircle-arrow-up-leftcircle-arrow-up-rightcircle-bar-chartcircle-bar-chart-2circle-bar-chart-2-downcircle-bar-chart-2-horizontal-endcircle-bar-chart-2-horizontal-startcircle-bar-chart-downcircle-bar-chart-horizontal-endcircle-bar-chart-horizontal-start
Use the circle navigation 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-linejoin="round" stroke-width="2"><path d="M19.4 19.8L20 19C21.2982 17.269 22 15.1637 22 13C22 7.4771 17.5229 3 12 3C6.4771 3 2 7.4771 2 13C2 15.1637 2.7018 17.269 4 19L4.6 19.8"/><path fill="currentColor" fill-opacity=".4" d="M6.0423 20.515L11.1255 11.3505C11.5063 10.6638 12.4937 10.6638 12.8745 11.3505L17.9577 20.515C18.3669 21.2526 17.735 22.1343 16.905 21.984L12 21.0957L7.095 21.984C6.265 22.1343 5.6331 21.2526 6.0423 20.515Z" stroke="none"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCircleNavigationSharpDuotone(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" strokeLinejoin="round" strokeWidth="2"><path d="M19.4 19.8L20 19C21.2982 17.269 22 15.1637 22 13C22 7.4771 17.5229 3 12 3C6.4771 3 2 7.4771 2 13C2 15.1637 2.7018 17.269 4 19L4.6 19.8"/><path fill="currentColor" fillOpacity=".4" d="M6.0423 20.515L11.1255 11.3505C11.5063 10.6638 12.4937 10.6638 12.8745 11.3505L17.9577 20.515C18.3669 21.2526 17.735 22.1343 16.905 21.984L12 21.0957L7.095 21.984C6.265 22.1343 5.6331 21.2526 6.0423 20.515Z" stroke="none"/></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-linejoin="round" stroke-width="2"><path d="M19.4 19.8L20 19C21.2982 17.269 22 15.1637 22 13C22 7.4771 17.5229 3 12 3C6.4771 3 2 7.4771 2 13C2 15.1637 2.7018 17.269 4 19L4.6 19.8"/><path fill="currentColor" fill-opacity=".4" d="M6.0423 20.515L11.1255 11.3505C11.5063 10.6638 12.4937 10.6638 12.8745 11.3505L17.9577 20.515C18.3669 21.2526 17.735 22.1343 16.905 21.984L12 21.0957L7.095 21.984C6.265 22.1343 5.6331 21.2526 6.0423 20.515Z" stroke="none"/></g></svg> </template>
CSS
.icon-circle-navigation-sharp-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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19.4%2019.8L20%2019C21.2982%2017.269%2022%2015.1637%2022%2013C22%207.4771%2017.5229%203%2012%203C6.4771%203%202%207.4771%202%2013C2%2015.1637%202.7018%2017.269%204%2019L4.6%2019.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M6.0423%2020.515L11.1255%2011.3505C11.5063%2010.6638%2012.4937%2010.6638%2012.8745%2011.3505L17.9577%2020.515C18.3669%2021.2526%2017.735%2022.1343%2016.905%2021.984L12%2021.0957L7.095%2021.984C6.265%2022.1343%205.6331%2021.2526%206.0423%2020.515Z%22%20stroke%3D%22none%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M19.4%2019.8L20%2019C21.2982%2017.269%2022%2015.1637%2022%2013C22%207.4771%2017.5229%203%2012%203C6.4771%203%202%207.4771%202%2013C2%2015.1637%202.7018%2017.269%204%2019L4.6%2019.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M6.0423%2020.515L11.1255%2011.3505C11.5063%2010.6638%2012.4937%2010.6638%2012.8745%2011.3505L17.9577%2020.515C18.3669%2021.2526%2017.735%2022.1343%2016.905%2021.984L12%2021.0957L7.095%2021.984C6.265%2022.1343%205.6331%2021.2526%206.0423%2020.515Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/circle-navigation-sharp-duotone.svg?color=%231a73e8&size=48