react router logo

react-router from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
react-router
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Related icons in Boxicons Brands

Use the react router logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.55 9.96c-.57-.18-.87-.12-1.47-.18c-.93-.1-1.3-.46-1.45-1.4c-.09-.52.02-1.28-.21-1.76c-.43-.9-1.43-1.3-2.44-1.07c-.85.19-1.56 1.04-1.6 1.92c-.04 1 .52 1.85 1.5 2.14c.46.14.95.21 1.44.25c.89.06.95.56 1.19.96c.15.26.3.51.3 1.27s-.15 1.01-.3 1.27c-.24.4-.54.67-1.42.74c-.48.04-.98.11-1.44.25c-.97.29-1.54 1.14-1.5 2.14c.04.87.75 1.72 1.6 1.92c1.01.23 2.01-.17 2.44-1.07c.22-.47.35-1.01.44-1.53c.16-.93.53-1.3 1.45-1.4c.6-.07 1.22 0 1.78-.32c.59-.43 1.13-1.09 1.13-1.99s-.57-1.85-1.44-2.12ZM8.03 14.2c-1.17 0-2.12-.96-2.12-2.13s.95-2.13 2.12-2.13s2.12.96 2.12 2.13s-.95 2.13-2.12 2.13m-3.91 4.32A2.13 2.13 0 0 1 2 16.39c0-1.17.96-2.12 2.13-2.12s2.12.96 2.12 2.13s-.96 2.12-2.13 2.12m15.77 0c-1.17 0-2.13-.94-2.14-2.11c0-1.17.94-2.14 2.11-2.14s2.13.94 2.14 2.11c0 1.17-.94 2.14-2.11 2.14"/></svg>

React

import type { SVGProps } from "react";

export function BxlReactRouter(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" d="M17.55 9.96c-.57-.18-.87-.12-1.47-.18c-.93-.1-1.3-.46-1.45-1.4c-.09-.52.02-1.28-.21-1.76c-.43-.9-1.43-1.3-2.44-1.07c-.85.19-1.56 1.04-1.6 1.92c-.04 1 .52 1.85 1.5 2.14c.46.14.95.21 1.44.25c.89.06.95.56 1.19.96c.15.26.3.51.3 1.27s-.15 1.01-.3 1.27c-.24.4-.54.67-1.42.74c-.48.04-.98.11-1.44.25c-.97.29-1.54 1.14-1.5 2.14c.04.87.75 1.72 1.6 1.92c1.01.23 2.01-.17 2.44-1.07c.22-.47.35-1.01.44-1.53c.16-.93.53-1.3 1.45-1.4c.6-.07 1.22 0 1.78-.32c.59-.43 1.13-1.09 1.13-1.99s-.57-1.85-1.44-2.12ZM8.03 14.2c-1.17 0-2.12-.96-2.12-2.13s.95-2.13 2.12-2.13s2.12.96 2.12 2.13s-.95 2.13-2.12 2.13m-3.91 4.32A2.13 2.13 0 0 1 2 16.39c0-1.17.96-2.12 2.13-2.12s2.12.96 2.12 2.13s-.96 2.12-2.13 2.12m15.77 0c-1.17 0-2.13-.94-2.14-2.11c0-1.17.94-2.14 2.11-2.14s2.13.94 2.14 2.11c0 1.17-.94 2.14-2.11 2.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.55 9.96c-.57-.18-.87-.12-1.47-.18c-.93-.1-1.3-.46-1.45-1.4c-.09-.52.02-1.28-.21-1.76c-.43-.9-1.43-1.3-2.44-1.07c-.85.19-1.56 1.04-1.6 1.92c-.04 1 .52 1.85 1.5 2.14c.46.14.95.21 1.44.25c.89.06.95.56 1.19.96c.15.26.3.51.3 1.27s-.15 1.01-.3 1.27c-.24.4-.54.67-1.42.74c-.48.04-.98.11-1.44.25c-.97.29-1.54 1.14-1.5 2.14c.04.87.75 1.72 1.6 1.92c1.01.23 2.01-.17 2.44-1.07c.22-.47.35-1.01.44-1.53c.16-.93.53-1.3 1.45-1.4c.6-.07 1.22 0 1.78-.32c.59-.43 1.13-1.09 1.13-1.99s-.57-1.85-1.44-2.12ZM8.03 14.2c-1.17 0-2.12-.96-2.12-2.13s.95-2.13 2.12-2.13s2.12.96 2.12 2.13s-.95 2.13-2.12 2.13m-3.91 4.32A2.13 2.13 0 0 1 2 16.39c0-1.17.96-2.12 2.13-2.12s2.12.96 2.12 2.13s-.96 2.12-2.13 2.12m15.77 0c-1.17 0-2.13-.94-2.14-2.11c0-1.17.94-2.14 2.11-2.14s2.13.94 2.14 2.11c0 1.17-.94 2.14-2.11 2.14"/></svg>
</template>

CSS

.icon-react-router {
  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%20d%3D%22M17.55%209.96c-.57-.18-.87-.12-1.47-.18c-.93-.1-1.3-.46-1.45-1.4c-.09-.52.02-1.28-.21-1.76c-.43-.9-1.43-1.3-2.44-1.07c-.85.19-1.56%201.04-1.6%201.92c-.04%201%20.52%201.85%201.5%202.14c.46.14.95.21%201.44.25c.89.06.95.56%201.19.96c.15.26.3.51.3%201.27s-.15%201.01-.3%201.27c-.24.4-.54.67-1.42.74c-.48.04-.98.11-1.44.25c-.97.29-1.54%201.14-1.5%202.14c.04.87.75%201.72%201.6%201.92c1.01.23%202.01-.17%202.44-1.07c.22-.47.35-1.01.44-1.53c.16-.93.53-1.3%201.45-1.4c.6-.07%201.22%200%201.78-.32c.59-.43%201.13-1.09%201.13-1.99s-.57-1.85-1.44-2.12ZM8.03%2014.2c-1.17%200-2.12-.96-2.12-2.13s.95-2.13%202.12-2.13s2.12.96%202.12%202.13s-.95%202.13-2.12%202.13m-3.91%204.32A2.13%202.13%200%200%201%202%2016.39c0-1.17.96-2.12%202.13-2.12s2.12.96%202.12%202.13s-.96%202.12-2.13%202.12m15.77%200c-1.17%200-2.13-.94-2.14-2.11c0-1.17.94-2.14%202.11-2.14s2.13.94%202.14%202.11c0%201.17-.94%202.14-2.11%202.14%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%20d%3D%22M17.55%209.96c-.57-.18-.87-.12-1.47-.18c-.93-.1-1.3-.46-1.45-1.4c-.09-.52.02-1.28-.21-1.76c-.43-.9-1.43-1.3-2.44-1.07c-.85.19-1.56%201.04-1.6%201.92c-.04%201%20.52%201.85%201.5%202.14c.46.14.95.21%201.44.25c.89.06.95.56%201.19.96c.15.26.3.51.3%201.27s-.15%201.01-.3%201.27c-.24.4-.54.67-1.42.74c-.48.04-.98.11-1.44.25c-.97.29-1.54%201.14-1.5%202.14c.04.87.75%201.72%201.6%201.92c1.01.23%202.01-.17%202.44-1.07c.22-.47.35-1.01.44-1.53c.16-.93.53-1.3%201.45-1.4c.6-.07%201.22%200%201.78-.32c.59-.43%201.13-1.09%201.13-1.99s-.57-1.85-1.44-2.12ZM8.03%2014.2c-1.17%200-2.12-.96-2.12-2.13s.95-2.13%202.12-2.13s2.12.96%202.12%202.13s-.95%202.13-2.12%202.13m-3.91%204.32A2.13%202.13%200%200%201%202%2016.39c0-1.17.96-2.12%202.13-2.12s2.12.96%202.12%202.13s-.96%202.12-2.13%202.12m15.77%200c-1.17%200-2.13-.94-2.14-2.11c0-1.17.94-2.14%202.11-2.14s2.13.94%202.14%202.11c0%201.17-.94%202.14-2.11%202.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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