transit skip icon
transit-skip from Material Design Icons by Pictogrammers · Filled · Transportation + Other · Apache-2.0 Free for personal and commercial use.
- Name
- transit-skip
- Set
- Material Design Icons
- Style
- Filled
- Category
- Transportation + Other
- Viewbox
- 24×24
- License
- Apache 2.0
More transportation + other icons from Material Design Icons
Use the transit skip icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12c0-4-2.5-7.3-6-8.5c-.3-1.4-1.5-2.5-3-2.5c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.1 0 2.1-.6 2.6-1.5C17.2 6.5 19 9 19 12c0 2.9-1.8 5.5-4.4 6.5c-.5-.9-1.5-1.5-2.6-1.5c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.5 0 2.7-1.1 3-2.5c3.5-1.2 6-4.6 6-8.5m-9-7c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m0 16c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m0-12c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3"/></svg>
React
import type { SVGProps } from "react";
export function MdiTransitSkip(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="M21 12c0-4-2.5-7.3-6-8.5c-.3-1.4-1.5-2.5-3-2.5c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.1 0 2.1-.6 2.6-1.5C17.2 6.5 19 9 19 12c0 2.9-1.8 5.5-4.4 6.5c-.5-.9-1.5-1.5-2.6-1.5c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.5 0 2.7-1.1 3-2.5c3.5-1.2 6-4.6 6-8.5m-9-7c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m0 16c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m0-12c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 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="M21 12c0-4-2.5-7.3-6-8.5c-.3-1.4-1.5-2.5-3-2.5c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.1 0 2.1-.6 2.6-1.5C17.2 6.5 19 9 19 12c0 2.9-1.8 5.5-4.4 6.5c-.5-.9-1.5-1.5-2.6-1.5c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.5 0 2.7-1.1 3-2.5c3.5-1.2 6-4.6 6-8.5m-9-7c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m0 16c-.6 0-1-.4-1-1s.4-1 1-1s1 .4 1 1s-.4 1-1 1m0-12c1.7 0 3 1.3 3 3s-1.3 3-3 3s-3-1.3-3-3s1.3-3 3-3"/></svg> </template>
CSS
.icon-transit-skip {
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%22M21%2012c0-4-2.5-7.3-6-8.5c-.3-1.4-1.5-2.5-3-2.5c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.1%200%202.1-.6%202.6-1.5C17.2%206.5%2019%209%2019%2012c0%202.9-1.8%205.5-4.4%206.5c-.5-.9-1.5-1.5-2.6-1.5c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.5%200%202.7-1.1%203-2.5c3.5-1.2%206-4.6%206-8.5m-9-7c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m0%2016c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m0-12c1.7%200%203%201.3%203%203s-1.3%203-3%203s-3-1.3-3-3s1.3-3%203-3%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%22M21%2012c0-4-2.5-7.3-6-8.5c-.3-1.4-1.5-2.5-3-2.5c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.1%200%202.1-.6%202.6-1.5C17.2%206.5%2019%209%2019%2012c0%202.9-1.8%205.5-4.4%206.5c-.5-.9-1.5-1.5-2.6-1.5c-1.7%200-3%201.3-3%203s1.3%203%203%203c1.5%200%202.7-1.1%203-2.5c3.5-1.2%206-4.6%206-8.5m-9-7c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m0%2016c-.6%200-1-.4-1-1s.4-1%201-1s1%20.4%201%201s-.4%201-1%201m0-12c1.7%200%203%201.3%203%203s-1.3%203-3%203s-3-1.3-3-3s1.3-3%203-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/transit-skip.svg?color=%231a73e8&size=48