crossroads icon

crossroads from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
crossroads
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the crossroads icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.586 6.586A2 2 0 0 0 25.172 6H17V2h-2v10H6.828a2 2 0 0 0-1.414.586L2 16l3.414 3.414A2 2 0 0 0 6.828 20H15v10h2V14h8.172a2 2 0 0 0 1.414-.586L30 10ZM6.828 18l-2-2l2-2H15v4Zm18.344-6H17V8h8.172l2 2Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCrossroads(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.586 6.586A2 2 0 0 0 25.172 6H17V2h-2v10H6.828a2 2 0 0 0-1.414.586L2 16l3.414 3.414A2 2 0 0 0 6.828 20H15v10h2V14h8.172a2 2 0 0 0 1.414-.586L30 10ZM6.828 18l-2-2l2-2H15v4Zm18.344-6H17V8h8.172l2 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.586 6.586A2 2 0 0 0 25.172 6H17V2h-2v10H6.828a2 2 0 0 0-1.414.586L2 16l3.414 3.414A2 2 0 0 0 6.828 20H15v10h2V14h8.172a2 2 0 0 0 1.414-.586L30 10ZM6.828 18l-2-2l2-2H15v4Zm18.344-6H17V8h8.172l2 2Z"/></svg>
</template>

CSS

.icon-crossroads {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.586%206.586A2%202%200%200%200%2025.172%206H17V2h-2v10H6.828a2%202%200%200%200-1.414.586L2%2016l3.414%203.414A2%202%200%200%200%206.828%2020H15v10h2V14h8.172a2%202%200%200%200%201.414-.586L30%2010ZM6.828%2018l-2-2l2-2H15v4Zm18.344-6H17V8h8.172l2%202Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.586%206.586A2%202%200%200%200%2025.172%206H17V2h-2v10H6.828a2%202%200%200%200-1.414.586L2%2016l3.414%203.414A2%202%200%200%200%206.828%2020H15v10h2V14h8.172a2%202%200%200%200%201.414-.586L30%2010ZM6.828%2018l-2-2l2-2H15v4Zm18.344-6H17V8h8.172l2%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/crossroads.svg?color=%231a73e8&size=48