circle navigation icon
circle-navigation-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.
- Name
- circle-navigation-sharp-fill
- Set
- Keyline Icons
- Style
- Sharp Fill
- 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" d="M6.9168 21L12 11.8355L17.0832 21L12 20.0794L6.9168 21Z" stroke="none"/><path d="M6.9168 21L12 11.8355L17.0832 21L12 20.0794L6.9168 21Z"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsCircleNavigationSharpFill(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" d="M6.9168 21L12 11.8355L17.0832 21L12 20.0794L6.9168 21Z" stroke="none"/><path d="M6.9168 21L12 11.8355L17.0832 21L12 20.0794L6.9168 21Z"/></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" d="M6.9168 21L12 11.8355L17.0832 21L12 20.0794L6.9168 21Z" stroke="none"/><path d="M6.9168 21L12 11.8355L17.0832 21L12 20.0794L6.9168 21Z"/></g></svg> </template>
CSS
.icon-circle-navigation-sharp-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%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%20d%3D%22M6.9168%2021L12%2011.8355L17.0832%2021L12%2020.0794L6.9168%2021Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M6.9168%2021L12%2011.8355L17.0832%2021L12%2020.0794L6.9168%2021Z%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%20d%3D%22M6.9168%2021L12%2011.8355L17.0832%2021L12%2020.0794L6.9168%2021Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M6.9168%2021L12%2011.8355L17.0832%2021L12%2020.0794L6.9168%2021Z%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-fill.svg?color=%231a73e8&size=48