directions bus icon
directions-bus-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- directions-bus-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the directions bus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.77 18v1.385q0 .256-.181.435q-.18.18-.438.18q-.257 0-.435-.18q-.178-.179-.178-.436v-1.78q-.488-.212-1.013-.901T5 15.115V6q0-1.556 1.684-2.278Q8.37 3 12 3q3.763 0 5.382.694T19 6v9.116q0 .898-.525 1.587q-.525.69-1.014.9v1.781q0 .257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V18zM6 11h12V6.539H6zm3.293 4.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.322.327-.322.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327m7 0q.322-.327.322-.793q0-.467-.327-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.323.327-.323.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightDirectionsBusRounded(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="M7.77 18v1.385q0 .256-.181.435q-.18.18-.438.18q-.257 0-.435-.18q-.178-.179-.178-.436v-1.78q-.488-.212-1.013-.901T5 15.115V6q0-1.556 1.684-2.278Q8.37 3 12 3q3.763 0 5.382.694T19 6v9.116q0 .898-.525 1.587q-.525.69-1.014.9v1.781q0 .257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V18zM6 11h12V6.539H6zm3.293 4.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.322.327-.322.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327m7 0q.322-.327.322-.793q0-.467-.327-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.323.327-.323.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.77 18v1.385q0 .256-.181.435q-.18.18-.438.18q-.257 0-.435-.18q-.178-.179-.178-.436v-1.78q-.488-.212-1.013-.901T5 15.115V6q0-1.556 1.684-2.278Q8.37 3 12 3q3.763 0 5.382.694T19 6v9.116q0 .898-.525 1.587q-.525.69-1.014.9v1.781q0 .257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V18zM6 11h12V6.539H6zm3.293 4.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467 0-.79.326q-.322.327-.322.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327m7 0q.322-.327.322-.793q0-.467-.327-.79q-.327-.321-.794-.321q-.466 0-.788.326q-.323.327-.323.793q0 .467.327.79q.327.322.793.322q.467 0 .79-.327"/></svg> </template>
CSS
.icon-directions-bus-rounded {
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%22M7.77%2018v1.385q0%20.256-.181.435q-.18.18-.438.18q-.257%200-.435-.18q-.178-.179-.178-.436v-1.78q-.488-.212-1.013-.901T5%2015.115V6q0-1.556%201.684-2.278Q8.37%203%2012%203q3.763%200%205.382.694T19%206v9.116q0%20.898-.525%201.587q-.525.69-1.014.9v1.781q0%20.257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V18zM6%2011h12V6.539H6zm3.293%204.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.322.327-.322.793q0%20.467.327.79q.327.322.793.322q.467%200%20.79-.327m7%200q.322-.327.322-.793q0-.467-.327-.79q-.327-.321-.794-.321q-.466%200-.788.326q-.323.327-.323.793q0%20.467.327.79q.327.322.793.322q.467%200%20.79-.327%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%22M7.77%2018v1.385q0%20.256-.181.435q-.18.18-.438.18q-.257%200-.435-.18q-.178-.179-.178-.436v-1.78q-.488-.212-1.013-.901T5%2015.115V6q0-1.556%201.684-2.278Q8.37%203%2012%203q3.763%200%205.382.694T19%206v9.116q0%20.898-.525%201.587q-.525.69-1.014.9v1.781q0%20.257-.18.436q-.18.18-.437.18t-.435-.18t-.178-.436V18zM6%2011h12V6.539H6zm3.293%204.289q.323-.327.323-.793q0-.467-.327-.79q-.327-.321-.793-.321q-.467%200-.79.326q-.322.327-.322.793q0%20.467.327.79q.327.322.793.322q.467%200%20.79-.327m7%200q.322-.327.322-.793q0-.467-.327-.79q-.327-.321-.794-.321q-.466%200-.788.326q-.323.327-.323.793q0%20.467.327.79q.327.322.793.322q.467%200%20.79-.327%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/directions-bus-rounded.svg?color=%231a73e8&size=48