array time icon
array-time from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- array-time
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearrivalbaggage-claimbarbicyclebootbuoybuscabin-care
Use the array time icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.3 20.7L15 16.4V10h2v5.6l3.7 3.7zM16 8c4.411 0 8 3.589 8 8s-3.589 8-8 8s-8-3.589-8-8s3.589-8 8-8m0-2C10.477 6 6 10.477 6 16s4.477 10 10 10s10-4.477 10-10S21.523 6 16 6M4 2h4v2H4v4H2V4a2 2 0 0 1 2-2m26 2v4h-2V4h-4V2h4a2 2 0 0 1 2 2M8 28v2H4a2 2 0 0 1-2-2v-4h2v4zm22-4v4a2 2 0 0 1-2 2h-4v-2h4v-4z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonArrayTime(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.3 20.7L15 16.4V10h2v5.6l3.7 3.7zM16 8c4.411 0 8 3.589 8 8s-3.589 8-8 8s-8-3.589-8-8s3.589-8 8-8m0-2C10.477 6 6 10.477 6 16s4.477 10 10 10s10-4.477 10-10S21.523 6 16 6M4 2h4v2H4v4H2V4a2 2 0 0 1 2-2m26 2v4h-2V4h-4V2h4a2 2 0 0 1 2 2M8 28v2H4a2 2 0 0 1-2-2v-4h2v4zm22-4v4a2 2 0 0 1-2 2h-4v-2h4v-4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.3 20.7L15 16.4V10h2v5.6l3.7 3.7zM16 8c4.411 0 8 3.589 8 8s-3.589 8-8 8s-8-3.589-8-8s3.589-8 8-8m0-2C10.477 6 6 10.477 6 16s4.477 10 10 10s10-4.477 10-10S21.523 6 16 6M4 2h4v2H4v4H2V4a2 2 0 0 1 2-2m26 2v4h-2V4h-4V2h4a2 2 0 0 1 2 2M8 28v2H4a2 2 0 0 1-2-2v-4h2v4zm22-4v4a2 2 0 0 1-2 2h-4v-2h4v-4z"/></svg> </template>
CSS
.icon-array-time {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.3%2020.7L15%2016.4V10h2v5.6l3.7%203.7zM16%208c4.411%200%208%203.589%208%208s-3.589%208-8%208s-8-3.589-8-8s3.589-8%208-8m0-2C10.477%206%206%2010.477%206%2016s4.477%2010%2010%2010s10-4.477%2010-10S21.523%206%2016%206M4%202h4v2H4v4H2V4a2%202%200%200%201%202-2m26%202v4h-2V4h-4V2h4a2%202%200%200%201%202%202M8%2028v2H4a2%202%200%200%201-2-2v-4h2v4zm22-4v4a2%202%200%200%201-2%202h-4v-2h4v-4z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.3%2020.7L15%2016.4V10h2v5.6l3.7%203.7zM16%208c4.411%200%208%203.589%208%208s-3.589%208-8%208s-8-3.589-8-8s3.589-8%208-8m0-2C10.477%206%206%2010.477%206%2016s4.477%2010%2010%2010s10-4.477%2010-10S21.523%206%2016%206M4%202h4v2H4v4H2V4a2%202%200%200%201%202-2m26%202v4h-2V4h-4V2h4a2%202%200%200%201%202%202M8%2028v2H4a2%202%200%200%201-2-2v-4h2v4zm22-4v4a2%202%200%200%201-2%202h-4v-2h4v-4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/array-time.svg?color=%231a73e8&size=48