branching paths up icon
branching-paths-up-bold-duotone from Solar by 480 Design · Bold Duotone · Map · CC-BY-4.0 Attribution required.
- Name
- branching-paths-up-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- 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"><g fill="currentColor"><path d="M3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28596 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28596 2 4.92893 3.46447 3.46447Z" opacity=".5"/><path d="M12.75 17.5C12.75 17.9142 12.4142 18.25 12 18.25C11.5858 18.25 11.25 17.9142 11.25 17.5V11.5C11.25 9.70508 9.79493 8.25 8 8.25H7.81066L8.03033 8.46967C8.32322 8.76256 8.32322 9.23744 8.03033 9.53033C7.73744 9.82322 7.26256 9.82322 6.96967 9.53033L5.46967 8.03033C5.17678 7.73744 5.17678 7.26256 5.46967 6.96967L6.96967 5.46967C7.26256 5.17678 7.73744 5.17678 8.03033 5.46967C8.32322 5.76256 8.32322 6.23744 8.03033 6.53033L7.81066 6.75H8C9.67947 6.75 11.1554 7.62162 12 8.93719C12.8446 7.62162 14.3205 6.75 16 6.75H16.1893L15.9697 6.53033C15.6768 6.23744 15.6768 5.76256 15.9697 5.46967C16.2626 5.17678 16.7374 5.17678 17.0303 5.46967L18.5303 6.96967C18.8232 7.26256 18.8232 7.73744 18.5303 8.03033L17.0303 9.53033C16.7374 9.82322 16.2626 9.82322 15.9697 9.53033C15.6768 9.23744 15.6768 8.76256 15.9697 8.46967L16.1893 8.25H16C14.2051 8.25 12.75 9.70508 12.75 11.5V17.5Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBranchingPathsUpBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28596 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28596 2 4.92893 3.46447 3.46447Z" opacity=".5"/><path d="M12.75 17.5C12.75 17.9142 12.4142 18.25 12 18.25C11.5858 18.25 11.25 17.9142 11.25 17.5V11.5C11.25 9.70508 9.79493 8.25 8 8.25H7.81066L8.03033 8.46967C8.32322 8.76256 8.32322 9.23744 8.03033 9.53033C7.73744 9.82322 7.26256 9.82322 6.96967 9.53033L5.46967 8.03033C5.17678 7.73744 5.17678 7.26256 5.46967 6.96967L6.96967 5.46967C7.26256 5.17678 7.73744 5.17678 8.03033 5.46967C8.32322 5.76256 8.32322 6.23744 8.03033 6.53033L7.81066 6.75H8C9.67947 6.75 11.1554 7.62162 12 8.93719C12.8446 7.62162 14.3205 6.75 16 6.75H16.1893L15.9697 6.53033C15.6768 6.23744 15.6768 5.76256 15.9697 5.46967C16.2626 5.17678 16.7374 5.17678 17.0303 5.46967L18.5303 6.96967C18.8232 7.26256 18.8232 7.73744 18.5303 8.03033L17.0303 9.53033C16.7374 9.82322 16.2626 9.82322 15.9697 9.53033C15.6768 9.23744 15.6768 8.76256 15.9697 8.46967L16.1893 8.25H16C14.2051 8.25 12.75 9.70508 12.75 11.5V17.5Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28596 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28596 2 4.92893 3.46447 3.46447Z" opacity=".5"/><path d="M12.75 17.5C12.75 17.9142 12.4142 18.25 12 18.25C11.5858 18.25 11.25 17.9142 11.25 17.5V11.5C11.25 9.70508 9.79493 8.25 8 8.25H7.81066L8.03033 8.46967C8.32322 8.76256 8.32322 9.23744 8.03033 9.53033C7.73744 9.82322 7.26256 9.82322 6.96967 9.53033L5.46967 8.03033C5.17678 7.73744 5.17678 7.26256 5.46967 6.96967L6.96967 5.46967C7.26256 5.17678 7.73744 5.17678 8.03033 5.46967C8.32322 5.76256 8.32322 6.23744 8.03033 6.53033L7.81066 6.75H8C9.67947 6.75 11.1554 7.62162 12 8.93719C12.8446 7.62162 14.3205 6.75 16 6.75H16.1893L15.9697 6.53033C15.6768 6.23744 15.6768 5.76256 15.9697 5.46967C16.2626 5.17678 16.7374 5.17678 17.0303 5.46967L18.5303 6.96967C18.8232 7.26256 18.8232 7.73744 18.5303 8.03033L17.0303 9.53033C16.7374 9.82322 16.2626 9.82322 15.9697 9.53033C15.6768 9.23744 15.6768 8.76256 15.9697 8.46967L16.1893 8.25H16C14.2051 8.25 12.75 9.70508 12.75 11.5V17.5Z"/></g></svg> </template>
CSS
.icon-branching-paths-up-bold-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%22currentColor%22%3E%3Cpath%20d%3D%22M3.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28596%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012C2%207.28596%202%204.92893%203.46447%203.46447Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%2017.5C12.75%2017.9142%2012.4142%2018.25%2012%2018.25C11.5858%2018.25%2011.25%2017.9142%2011.25%2017.5V11.5C11.25%209.70508%209.79493%208.25%208%208.25H7.81066L8.03033%208.46967C8.32322%208.76256%208.32322%209.23744%208.03033%209.53033C7.73744%209.82322%207.26256%209.82322%206.96967%209.53033L5.46967%208.03033C5.17678%207.73744%205.17678%207.26256%205.46967%206.96967L6.96967%205.46967C7.26256%205.17678%207.73744%205.17678%208.03033%205.46967C8.32322%205.76256%208.32322%206.23744%208.03033%206.53033L7.81066%206.75H8C9.67947%206.75%2011.1554%207.62162%2012%208.93719C12.8446%207.62162%2014.3205%206.75%2016%206.75H16.1893L15.9697%206.53033C15.6768%206.23744%2015.6768%205.76256%2015.9697%205.46967C16.2626%205.17678%2016.7374%205.17678%2017.0303%205.46967L18.5303%206.96967C18.8232%207.26256%2018.8232%207.73744%2018.5303%208.03033L17.0303%209.53033C16.7374%209.82322%2016.2626%209.82322%2015.9697%209.53033C15.6768%209.23744%2015.6768%208.76256%2015.9697%208.46967L16.1893%208.25H16C14.2051%208.25%2012.75%209.70508%2012.75%2011.5V17.5Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M3.46447%203.46447C4.92893%202%207.28595%202%2012%202C16.714%202%2019.0711%202%2020.5355%203.46447C22%204.92893%2022%207.28596%2022%2012C22%2016.714%2022%2019.0711%2020.5355%2020.5355C19.0711%2022%2016.714%2022%2012%2022C7.28595%2022%204.92893%2022%203.46447%2020.5355C2%2019.0711%202%2016.714%202%2012C2%207.28596%202%204.92893%203.46447%203.46447Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%2017.5C12.75%2017.9142%2012.4142%2018.25%2012%2018.25C11.5858%2018.25%2011.25%2017.9142%2011.25%2017.5V11.5C11.25%209.70508%209.79493%208.25%208%208.25H7.81066L8.03033%208.46967C8.32322%208.76256%208.32322%209.23744%208.03033%209.53033C7.73744%209.82322%207.26256%209.82322%206.96967%209.53033L5.46967%208.03033C5.17678%207.73744%205.17678%207.26256%205.46967%206.96967L6.96967%205.46967C7.26256%205.17678%207.73744%205.17678%208.03033%205.46967C8.32322%205.76256%208.32322%206.23744%208.03033%206.53033L7.81066%206.75H8C9.67947%206.75%2011.1554%207.62162%2012%208.93719C12.8446%207.62162%2014.3205%206.75%2016%206.75H16.1893L15.9697%206.53033C15.6768%206.23744%2015.6768%205.76256%2015.9697%205.46967C16.2626%205.17678%2016.7374%205.17678%2017.0303%205.46967L18.5303%206.96967C18.8232%207.26256%2018.8232%207.73744%2018.5303%208.03033L17.0303%209.53033C16.7374%209.82322%2016.2626%209.82322%2015.9697%209.53033C15.6768%209.23744%2015.6768%208.76256%2015.9697%208.46967L16.1893%208.25H16C14.2051%208.25%2012.75%209.70508%2012.75%2011.5V17.5Z%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/branching-paths-up-bold-duotone.svg?color=%231a73e8&size=48