vehicle subway clock icon

vehicle-subway-clock-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
vehicle-subway-clock-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the vehicle subway clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M6.5 3a.5.5 0 0 1 .5.5V6h2a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5m0 10a6.5 6.5 0 0 0 2.504-.5H18.5V6.75a2.25 2.25 0 0 0-2.25-2.25h-3.563a6.5 6.5 0 0 0-.709-1.5h4.272A3.75 3.75 0 0 1 20 6.75v9a3.75 3.75 0 0 1-2.89 3.651l2.463 1.172a.75.75 0 0 1-.55 1.392l-.095-.038L13.83 19.5h-3.661l-5.096 2.427a.75.75 0 1 1-.645-1.354L6.89 19.4A3.75 3.75 0 0 1 4 15.75v-3.248A6.5 6.5 0 0 0 6.5 13m12 2.75V14h-13v1.75A2.25 2.25 0 0 0 7.75 18h8.5a2.25 2.25 0 0 0 2.25-2.25M8 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentVehicleSubwayClock24Regular(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 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M6.5 3a.5.5 0 0 1 .5.5V6h2a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5m0 10a6.5 6.5 0 0 0 2.504-.5H18.5V6.75a2.25 2.25 0 0 0-2.25-2.25h-3.563a6.5 6.5 0 0 0-.709-1.5h4.272A3.75 3.75 0 0 1 20 6.75v9a3.75 3.75 0 0 1-2.89 3.651l2.463 1.172a.75.75 0 0 1-.55 1.392l-.095-.038L13.83 19.5h-3.661l-5.096 2.427a.75.75 0 1 1-.645-1.354L6.89 19.4A3.75 3.75 0 0 1 4 15.75v-3.248A6.5 6.5 0 0 0 6.5 13m12 2.75V14h-13v1.75A2.25 2.25 0 0 0 7.75 18h8.5a2.25 2.25 0 0 0 2.25-2.25M8 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></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 6.5a5.5 5.5 0 1 0-11 0a5.5 5.5 0 0 0 11 0M6.5 3a.5.5 0 0 1 .5.5V6h2a.5.5 0 0 1 0 1H6.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5m0 10a6.5 6.5 0 0 0 2.504-.5H18.5V6.75a2.25 2.25 0 0 0-2.25-2.25h-3.563a6.5 6.5 0 0 0-.709-1.5h4.272A3.75 3.75 0 0 1 20 6.75v9a3.75 3.75 0 0 1-2.89 3.651l2.463 1.172a.75.75 0 0 1-.55 1.392l-.095-.038L13.83 19.5h-3.661l-5.096 2.427a.75.75 0 1 1-.645-1.354L6.89 19.4A3.75 3.75 0 0 1 4 15.75v-3.248A6.5 6.5 0 0 0 6.5 13m12 2.75V14h-13v1.75A2.25 2.25 0 0 0 7.75 18h8.5a2.25 2.25 0 0 0 2.25-2.25M8 15a1 1 0 1 1 0 2a1 1 0 0 1 0-2m8 0a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
</template>

CSS

.icon-vehicle-subway-clock-24-regular {
  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%206.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200M6.5%203a.5.5%200%200%201%20.5.5V6h2a.5.5%200%200%201%200%201H6.5a.5.5%200%200%201-.5-.5v-3a.5.5%200%200%201%20.5-.5m0%2010a6.5%206.5%200%200%200%202.504-.5H18.5V6.75a2.25%202.25%200%200%200-2.25-2.25h-3.563a6.5%206.5%200%200%200-.709-1.5h4.272A3.75%203.75%200%200%201%2020%206.75v9a3.75%203.75%200%200%201-2.89%203.651l2.463%201.172a.75.75%200%200%201-.55%201.392l-.095-.038L13.83%2019.5h-3.661l-5.096%202.427a.75.75%200%201%201-.645-1.354L6.89%2019.4A3.75%203.75%200%200%201%204%2015.75v-3.248A6.5%206.5%200%200%200%206.5%2013m12%202.75V14h-13v1.75A2.25%202.25%200%200%200%207.75%2018h8.5a2.25%202.25%200%200%200%202.25-2.25M8%2015a1%201%200%201%201%200%202a1%201%200%200%201%200-2m8%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2%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%206.5a5.5%205.5%200%201%200-11%200a5.5%205.5%200%200%200%2011%200M6.5%203a.5.5%200%200%201%20.5.5V6h2a.5.5%200%200%201%200%201H6.5a.5.5%200%200%201-.5-.5v-3a.5.5%200%200%201%20.5-.5m0%2010a6.5%206.5%200%200%200%202.504-.5H18.5V6.75a2.25%202.25%200%200%200-2.25-2.25h-3.563a6.5%206.5%200%200%200-.709-1.5h4.272A3.75%203.75%200%200%201%2020%206.75v9a3.75%203.75%200%200%201-2.89%203.651l2.463%201.172a.75.75%200%200%201-.55%201.392l-.095-.038L13.83%2019.5h-3.661l-5.096%202.427a.75.75%200%201%201-.645-1.354L6.89%2019.4A3.75%203.75%200%200%201%204%2015.75v-3.248A6.5%206.5%200%200%200%206.5%2013m12%202.75V14h-13v1.75A2.25%202.25%200%200%200%207.75%2018h8.5a2.25%202.25%200%200%200%202.25-2.25M8%2015a1%201%200%201%201%200%202a1%201%200%200%201%200-2m8%200a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/vehicle-subway-clock-24-regular.svg?color=%231a73e8&size=48