transit detour icon
transit-detour from Material Design Icons by Pictogrammers · Filled · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- transit-detour
- Set
- Material Design Icons
- Style
- Filled
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
More navigation icons from Material Design Icons
Use the transit detour icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a3 3 0 0 0-2.39 1.21A11.5 11.5 0 0 0 13.75 4l.13 2a9.5 9.5 0 0 1 2.12.13A3 3 0 1 0 19 3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-10.14.86L7.67 6.25a11.5 11.5 0 0 1 3.93-1.88l.5 1.94a9.5 9.5 0 0 0-3.24 1.55M21 18a3 3 0 1 1-5.31-1.89a9.47 9.47 0 0 0-7.1-2.65c-.22.01-.43.04-.65.08a3 3 0 1 1-3.55-3.48A11.5 11.5 0 0 1 6.04 7.7L7.5 9.06a9.3 9.3 0 0 0-1 1.35a3.04 3.04 0 0 1 1.12 1.15c.29-.06.57-.06.88-.1a11.47 11.47 0 0 1 8.96 3.59A3 3 0 0 1 18 15a3 3 0 0 1 3 3"/></svg>
React
import type { SVGProps } from "react";
export function MdiTransitDetour(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="M19 3a3 3 0 0 0-2.39 1.21A11.5 11.5 0 0 0 13.75 4l.13 2a9.5 9.5 0 0 1 2.12.13A3 3 0 1 0 19 3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-10.14.86L7.67 6.25a11.5 11.5 0 0 1 3.93-1.88l.5 1.94a9.5 9.5 0 0 0-3.24 1.55M21 18a3 3 0 1 1-5.31-1.89a9.47 9.47 0 0 0-7.1-2.65c-.22.01-.43.04-.65.08a3 3 0 1 1-3.55-3.48A11.5 11.5 0 0 1 6.04 7.7L7.5 9.06a9.3 9.3 0 0 0-1 1.35a3.04 3.04 0 0 1 1.12 1.15c.29-.06.57-.06.88-.1a11.47 11.47 0 0 1 8.96 3.59A3 3 0 0 1 18 15a3 3 0 0 1 3 3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3a3 3 0 0 0-2.39 1.21A11.5 11.5 0 0 0 13.75 4l.13 2a9.5 9.5 0 0 1 2.12.13A3 3 0 1 0 19 3m0 4a1 1 0 1 1 1-1a1 1 0 0 1-1 1m-10.14.86L7.67 6.25a11.5 11.5 0 0 1 3.93-1.88l.5 1.94a9.5 9.5 0 0 0-3.24 1.55M21 18a3 3 0 1 1-5.31-1.89a9.47 9.47 0 0 0-7.1-2.65c-.22.01-.43.04-.65.08a3 3 0 1 1-3.55-3.48A11.5 11.5 0 0 1 6.04 7.7L7.5 9.06a9.3 9.3 0 0 0-1 1.35a3.04 3.04 0 0 1 1.12 1.15c.29-.06.57-.06.88-.1a11.47 11.47 0 0 1 8.96 3.59A3 3 0 0 1 18 15a3 3 0 0 1 3 3"/></svg> </template>
CSS
.icon-transit-detour {
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%22M19%203a3%203%200%200%200-2.39%201.21A11.5%2011.5%200%200%200%2013.75%204l.13%202a9.5%209.5%200%200%201%202.12.13A3%203%200%201%200%2019%203m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-10.14.86L7.67%206.25a11.5%2011.5%200%200%201%203.93-1.88l.5%201.94a9.5%209.5%200%200%200-3.24%201.55M21%2018a3%203%200%201%201-5.31-1.89a9.47%209.47%200%200%200-7.1-2.65c-.22.01-.43.04-.65.08a3%203%200%201%201-3.55-3.48A11.5%2011.5%200%200%201%206.04%207.7L7.5%209.06a9.3%209.3%200%200%200-1%201.35a3.04%203.04%200%200%201%201.12%201.15c.29-.06.57-.06.88-.1a11.47%2011.47%200%200%201%208.96%203.59A3%203%200%200%201%2018%2015a3%203%200%200%201%203%203%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%22M19%203a3%203%200%200%200-2.39%201.21A11.5%2011.5%200%200%200%2013.75%204l.13%202a9.5%209.5%200%200%201%202.12.13A3%203%200%201%200%2019%203m0%204a1%201%200%201%201%201-1a1%201%200%200%201-1%201m-10.14.86L7.67%206.25a11.5%2011.5%200%200%201%203.93-1.88l.5%201.94a9.5%209.5%200%200%200-3.24%201.55M21%2018a3%203%200%201%201-5.31-1.89a9.47%209.47%200%200%200-7.1-2.65c-.22.01-.43.04-.65.08a3%203%200%201%201-3.55-3.48A11.5%2011.5%200%200%201%206.04%207.7L7.5%209.06a9.3%209.3%200%200%200-1%201.35a3.04%203.04%200%200%201%201.12%201.15c.29-.06.57-.06.88-.1a11.47%2011.47%200%200%201%208.96%203.59A3%203%200%200%201%2018%2015a3%203%200%200%201%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/transit-detour.svg?color=%231a73e8&size=48