branching paths up icon
branching-paths-up-bold from Solar by 480 Design · Bold · Map · CC-BY-4.0 Attribution required.
- Name
- branching-paths-up-bold
- Set
- Solar
- Style
- Bold
- Category
- Map
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More map icons from Solar
branching-paths-down-boldcompass-big-boldcompass-boldcompass-square-boldglobal-boldglobe-boldgps-boldmap-arrow-down-boldmap-arrow-left-boldmap-arrow-right-boldmap-arrow-square-boldmap-arrow-up-boldmap-boldmap-point-add-boldmap-point-boldmap-point-favorite-boldmap-point-hospital-boldmap-point-remove-boldmap-point-rotate-boldmap-point-school-boldmap-point-search-boldmap-point-wave-boldpeople-nearby-boldpoint-on-map-bold
Use the branching paths up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447ZM8.03033 5.96967C8.32322 6.26256 8.32322 6.73744 8.03033 7.03033L7.81066 7.25H8C9.67947 7.25 11.1554 8.12162 12 9.43718C12.8446 8.12162 14.3205 7.25 16 7.25H16.1893L15.9697 7.03033C15.6768 6.73744 15.6768 6.26256 15.9697 5.96967C16.2626 5.67678 16.7374 5.67678 17.0303 5.96967L18.5303 7.46967C18.8232 7.76256 18.8232 8.23744 18.5303 8.53033L17.0303 10.0303C16.7374 10.3232 16.2626 10.3232 15.9697 10.0303C15.6768 9.73744 15.6768 9.26256 15.9697 8.96967L16.1893 8.75H16C14.2051 8.75 12.75 10.2051 12.75 12V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V12C11.25 10.2051 9.79493 8.75 8 8.75H7.81066L8.03033 8.96967C8.32322 9.26256 8.32322 9.73744 8.03033 10.0303C7.73744 10.3232 7.26256 10.3232 6.96967 10.0303L5.46967 8.53033C5.17678 8.23744 5.17678 7.76256 5.46967 7.46967L6.96967 5.96967C7.26256 5.67678 7.73744 5.67678 8.03033 5.96967Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarBranchingPathsUpBold(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" fillRule="evenodd" d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447ZM8.03033 5.96967C8.32322 6.26256 8.32322 6.73744 8.03033 7.03033L7.81066 7.25H8C9.67947 7.25 11.1554 8.12162 12 9.43718C12.8446 8.12162 14.3205 7.25 16 7.25H16.1893L15.9697 7.03033C15.6768 6.73744 15.6768 6.26256 15.9697 5.96967C16.2626 5.67678 16.7374 5.67678 17.0303 5.96967L18.5303 7.46967C18.8232 7.76256 18.8232 8.23744 18.5303 8.53033L17.0303 10.0303C16.7374 10.3232 16.2626 10.3232 15.9697 10.0303C15.6768 9.73744 15.6768 9.26256 15.9697 8.96967L16.1893 8.75H16C14.2051 8.75 12.75 10.2051 12.75 12V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V12C11.25 10.2051 9.79493 8.75 8 8.75H7.81066L8.03033 8.96967C8.32322 9.26256 8.32322 9.73744 8.03033 10.0303C7.73744 10.3232 7.26256 10.3232 6.96967 10.0303L5.46967 8.53033C5.17678 8.23744 5.17678 7.76256 5.46967 7.46967L6.96967 5.96967C7.26256 5.67678 7.73744 5.67678 8.03033 5.96967Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.46447 3.46447C2 4.92893 2 7.28595 2 12C2 16.714 2 19.0711 3.46447 20.5355C4.92893 22 7.28595 22 12 22C16.714 22 19.0711 22 20.5355 20.5355C22 19.0711 22 16.714 22 12C22 7.28595 22 4.92893 20.5355 3.46447C19.0711 2 16.714 2 12 2C7.28595 2 4.92893 2 3.46447 3.46447ZM8.03033 5.96967C8.32322 6.26256 8.32322 6.73744 8.03033 7.03033L7.81066 7.25H8C9.67947 7.25 11.1554 8.12162 12 9.43718C12.8446 8.12162 14.3205 7.25 16 7.25H16.1893L15.9697 7.03033C15.6768 6.73744 15.6768 6.26256 15.9697 5.96967C16.2626 5.67678 16.7374 5.67678 17.0303 5.96967L18.5303 7.46967C18.8232 7.76256 18.8232 8.23744 18.5303 8.53033L17.0303 10.0303C16.7374 10.3232 16.2626 10.3232 15.9697 10.0303C15.6768 9.73744 15.6768 9.26256 15.9697 8.96967L16.1893 8.75H16C14.2051 8.75 12.75 10.2051 12.75 12V18C12.75 18.4142 12.4142 18.75 12 18.75C11.5858 18.75 11.25 18.4142 11.25 18V12C11.25 10.2051 9.79493 8.75 8 8.75H7.81066L8.03033 8.96967C8.32322 9.26256 8.32322 9.73744 8.03033 10.0303C7.73744 10.3232 7.26256 10.3232 6.96967 10.0303L5.46967 8.53033C5.17678 8.23744 5.17678 7.76256 5.46967 7.46967L6.96967 5.96967C7.26256 5.67678 7.73744 5.67678 8.03033 5.96967Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-branching-paths-up-bold {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447ZM8.03033%205.96967C8.32322%206.26256%208.32322%206.73744%208.03033%207.03033L7.81066%207.25H8C9.67947%207.25%2011.1554%208.12162%2012%209.43718C12.8446%208.12162%2014.3205%207.25%2016%207.25H16.1893L15.9697%207.03033C15.6768%206.73744%2015.6768%206.26256%2015.9697%205.96967C16.2626%205.67678%2016.7374%205.67678%2017.0303%205.96967L18.5303%207.46967C18.8232%207.76256%2018.8232%208.23744%2018.5303%208.53033L17.0303%2010.0303C16.7374%2010.3232%2016.2626%2010.3232%2015.9697%2010.0303C15.6768%209.73744%2015.6768%209.26256%2015.9697%208.96967L16.1893%208.75H16C14.2051%208.75%2012.75%2010.2051%2012.75%2012V18C12.75%2018.4142%2012.4142%2018.75%2012%2018.75C11.5858%2018.75%2011.25%2018.4142%2011.25%2018V12C11.25%2010.2051%209.79493%208.75%208%208.75H7.81066L8.03033%208.96967C8.32322%209.26256%208.32322%209.73744%208.03033%2010.0303C7.73744%2010.3232%207.26256%2010.3232%206.96967%2010.0303L5.46967%208.53033C5.17678%208.23744%205.17678%207.76256%205.46967%207.46967L6.96967%205.96967C7.26256%205.67678%207.73744%205.67678%208.03033%205.96967Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.46447%203.46447C2%204.92893%202%207.28595%202%2012C2%2016.714%202%2019.0711%203.46447%2020.5355C4.92893%2022%207.28595%2022%2012%2022C16.714%2022%2019.0711%2022%2020.5355%2020.5355C22%2019.0711%2022%2016.714%2022%2012C22%207.28595%2022%204.92893%2020.5355%203.46447C19.0711%202%2016.714%202%2012%202C7.28595%202%204.92893%202%203.46447%203.46447ZM8.03033%205.96967C8.32322%206.26256%208.32322%206.73744%208.03033%207.03033L7.81066%207.25H8C9.67947%207.25%2011.1554%208.12162%2012%209.43718C12.8446%208.12162%2014.3205%207.25%2016%207.25H16.1893L15.9697%207.03033C15.6768%206.73744%2015.6768%206.26256%2015.9697%205.96967C16.2626%205.67678%2016.7374%205.67678%2017.0303%205.96967L18.5303%207.46967C18.8232%207.76256%2018.8232%208.23744%2018.5303%208.53033L17.0303%2010.0303C16.7374%2010.3232%2016.2626%2010.3232%2015.9697%2010.0303C15.6768%209.73744%2015.6768%209.26256%2015.9697%208.96967L16.1893%208.75H16C14.2051%208.75%2012.75%2010.2051%2012.75%2012V18C12.75%2018.4142%2012.4142%2018.75%2012%2018.75C11.5858%2018.75%2011.25%2018.4142%2011.25%2018V12C11.25%2010.2051%209.79493%208.75%208%208.75H7.81066L8.03033%208.96967C8.32322%209.26256%208.32322%209.73744%208.03033%2010.0303C7.73744%2010.3232%207.26256%2010.3232%206.96967%2010.0303L5.46967%208.53033C5.17678%208.23744%205.17678%207.76256%205.46967%207.46967L6.96967%205.96967C7.26256%205.67678%207.73744%205.67678%208.03033%205.96967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/branching-paths-up-bold.svg?color=%231a73e8&size=48