tunnel icon
tunnel-outline from Material Design Icons by Pictogrammers · Outline · Transportation + Other · Apache-2.0 Free for personal and commercial use.
- Name
- tunnel-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Transportation + Other
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
More transportation + other icons from Material Design Icons
Use the tunnel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12v10h20V12c0-5.5-4.5-10-10-10m3.47 5.11A5.95 5.95 0 0 0 13 6.09V4.07c1.46.18 2.79.76 3.9 1.62zm-6.94 0L7.1 5.69A7.94 7.94 0 0 1 11 4.07v2.02c-.91.15-1.75.51-2.47 1.02M5.69 7.1l1.42 1.43A5.95 5.95 0 0 0 6.09 11H4.07c.18-1.46.76-2.79 1.62-3.9M6 13v2.5H4V13zm-2 7v-2.5h2V20zm12 0H8v-8c0-2.21 1.79-4 4-4s4 1.79 4 4zm.89-11.47l1.42-1.43a7.94 7.94 0 0 1 1.62 3.9h-2.02a5.95 5.95 0 0 0-1.02-2.47M18 13h2v2.5h-2zm0 7v-2.5h2V20z"/></svg>
React
import type { SVGProps } from "react";
export function MdiTunnelOutline(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="M12 2C6.5 2 2 6.5 2 12v10h20V12c0-5.5-4.5-10-10-10m3.47 5.11A5.95 5.95 0 0 0 13 6.09V4.07c1.46.18 2.79.76 3.9 1.62zm-6.94 0L7.1 5.69A7.94 7.94 0 0 1 11 4.07v2.02c-.91.15-1.75.51-2.47 1.02M5.69 7.1l1.42 1.43A5.95 5.95 0 0 0 6.09 11H4.07c.18-1.46.76-2.79 1.62-3.9M6 13v2.5H4V13zm-2 7v-2.5h2V20zm12 0H8v-8c0-2.21 1.79-4 4-4s4 1.79 4 4zm.89-11.47l1.42-1.43a7.94 7.94 0 0 1 1.62 3.9h-2.02a5.95 5.95 0 0 0-1.02-2.47M18 13h2v2.5h-2zm0 7v-2.5h2V20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.5 2 2 6.5 2 12v10h20V12c0-5.5-4.5-10-10-10m3.47 5.11A5.95 5.95 0 0 0 13 6.09V4.07c1.46.18 2.79.76 3.9 1.62zm-6.94 0L7.1 5.69A7.94 7.94 0 0 1 11 4.07v2.02c-.91.15-1.75.51-2.47 1.02M5.69 7.1l1.42 1.43A5.95 5.95 0 0 0 6.09 11H4.07c.18-1.46.76-2.79 1.62-3.9M6 13v2.5H4V13zm-2 7v-2.5h2V20zm12 0H8v-8c0-2.21 1.79-4 4-4s4 1.79 4 4zm.89-11.47l1.42-1.43a7.94 7.94 0 0 1 1.62 3.9h-2.02a5.95 5.95 0 0 0-1.02-2.47M18 13h2v2.5h-2zm0 7v-2.5h2V20z"/></svg> </template>
CSS
.icon-tunnel-outline {
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%22M12%202C6.5%202%202%206.5%202%2012v10h20V12c0-5.5-4.5-10-10-10m3.47%205.11A5.95%205.95%200%200%200%2013%206.09V4.07c1.46.18%202.79.76%203.9%201.62zm-6.94%200L7.1%205.69A7.94%207.94%200%200%201%2011%204.07v2.02c-.91.15-1.75.51-2.47%201.02M5.69%207.1l1.42%201.43A5.95%205.95%200%200%200%206.09%2011H4.07c.18-1.46.76-2.79%201.62-3.9M6%2013v2.5H4V13zm-2%207v-2.5h2V20zm12%200H8v-8c0-2.21%201.79-4%204-4s4%201.79%204%204zm.89-11.47l1.42-1.43a7.94%207.94%200%200%201%201.62%203.9h-2.02a5.95%205.95%200%200%200-1.02-2.47M18%2013h2v2.5h-2zm0%207v-2.5h2V20z%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%22M12%202C6.5%202%202%206.5%202%2012v10h20V12c0-5.5-4.5-10-10-10m3.47%205.11A5.95%205.95%200%200%200%2013%206.09V4.07c1.46.18%202.79.76%203.9%201.62zm-6.94%200L7.1%205.69A7.94%207.94%200%200%201%2011%204.07v2.02c-.91.15-1.75.51-2.47%201.02M5.69%207.1l1.42%201.43A5.95%205.95%200%200%200%206.09%2011H4.07c.18-1.46.76-2.79%201.62-3.9M6%2013v2.5H4V13zm-2%207v-2.5h2V20zm12%200H8v-8c0-2.21%201.79-4%204-4s4%201.79%204%204zm.89-11.47l1.42-1.43a7.94%207.94%200%200%201%201.62%203.9h-2.02a5.95%205.95%200%200%200-1.02-2.47M18%2013h2v2.5h-2zm0%207v-2.5h2V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/tunnel-outline.svg?color=%231a73e8&size=48