field-time-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
field-time-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
field-time

Related icons in Ant Design Icons

Use the field time icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M945 412H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h256c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M811 548H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h122c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M477.3 322.5H434c-6.2 0-11.2 5-11.2 11.2v248c0 3.6 1.7 6.9 4.6 9l148.9 108.6c5 3.6 12 2.6 15.6-2.4l25.7-35.1v-.1c3.6-5 2.5-12-2.5-15.6l-126.7-91.6V333.7c.1-6.2-5-11.2-11.1-11.2"/><path fill="currentColor" d="M804.8 673.9H747c-5.6 0-10.9 2.9-13.9 7.7c-12.7 20.1-27.5 38.7-44.5 55.7c-29.3 29.3-63.4 52.3-101.3 68.3c-39.3 16.6-81 25-124 25c-43.1 0-84.8-8.4-124-25c-37.9-16-72-39-101.3-68.3s-52.3-63.4-68.3-101.3c-16.6-39.2-25-80.9-25-124s8.4-84.7 25-124c16-37.9 39-72 68.3-101.3s63.4-52.3 101.3-68.3c39.2-16.6 81-25 124-25c43.1 0 84.8 8.4 124 25c37.9 16 72 39 101.3 68.3c17 17 31.8 35.6 44.5 55.7c3 4.8 8.3 7.7 13.9 7.7h57.8c6.9 0 11.3-7.2 8.2-13.3c-65.2-129.7-197.4-214-345-215.7c-216.1-2.7-395.6 174.2-396 390.1C71.6 727.5 246.9 903 463.2 903c149.5 0 283.9-84.6 349.8-215.8c3.1-6.1-1.4-13.3-8.2-13.3"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignFieldTimeOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M945 412H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h256c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M811 548H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h122c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M477.3 322.5H434c-6.2 0-11.2 5-11.2 11.2v248c0 3.6 1.7 6.9 4.6 9l148.9 108.6c5 3.6 12 2.6 15.6-2.4l25.7-35.1v-.1c3.6-5 2.5-12-2.5-15.6l-126.7-91.6V333.7c.1-6.2-5-11.2-11.1-11.2"/><path fill="currentColor" d="M804.8 673.9H747c-5.6 0-10.9 2.9-13.9 7.7c-12.7 20.1-27.5 38.7-44.5 55.7c-29.3 29.3-63.4 52.3-101.3 68.3c-39.3 16.6-81 25-124 25c-43.1 0-84.8-8.4-124-25c-37.9-16-72-39-101.3-68.3s-52.3-63.4-68.3-101.3c-16.6-39.2-25-80.9-25-124s8.4-84.7 25-124c16-37.9 39-72 68.3-101.3s63.4-52.3 101.3-68.3c39.2-16.6 81-25 124-25c43.1 0 84.8 8.4 124 25c37.9 16 72 39 101.3 68.3c17 17 31.8 35.6 44.5 55.7c3 4.8 8.3 7.7 13.9 7.7h57.8c6.9 0 11.3-7.2 8.2-13.3c-65.2-129.7-197.4-214-345-215.7c-216.1-2.7-395.6 174.2-396 390.1C71.6 727.5 246.9 903 463.2 903c149.5 0 283.9-84.6 349.8-215.8c3.1-6.1-1.4-13.3-8.2-13.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M945 412H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h256c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M811 548H689c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h122c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8M477.3 322.5H434c-6.2 0-11.2 5-11.2 11.2v248c0 3.6 1.7 6.9 4.6 9l148.9 108.6c5 3.6 12 2.6 15.6-2.4l25.7-35.1v-.1c3.6-5 2.5-12-2.5-15.6l-126.7-91.6V333.7c.1-6.2-5-11.2-11.1-11.2"/><path fill="currentColor" d="M804.8 673.9H747c-5.6 0-10.9 2.9-13.9 7.7c-12.7 20.1-27.5 38.7-44.5 55.7c-29.3 29.3-63.4 52.3-101.3 68.3c-39.3 16.6-81 25-124 25c-43.1 0-84.8-8.4-124-25c-37.9-16-72-39-101.3-68.3s-52.3-63.4-68.3-101.3c-16.6-39.2-25-80.9-25-124s8.4-84.7 25-124c16-37.9 39-72 68.3-101.3s63.4-52.3 101.3-68.3c39.2-16.6 81-25 124-25c43.1 0 84.8 8.4 124 25c37.9 16 72 39 101.3 68.3c17 17 31.8 35.6 44.5 55.7c3 4.8 8.3 7.7 13.9 7.7h57.8c6.9 0 11.3-7.2 8.2-13.3c-65.2-129.7-197.4-214-345-215.7c-216.1-2.7-395.6 174.2-396 390.1C71.6 727.5 246.9 903 463.2 903c149.5 0 283.9-84.6 349.8-215.8c3.1-6.1-1.4-13.3-8.2-13.3"/></svg>
</template>

CSS

.icon-field-time-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M945%20412H689c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h256c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8M811%20548H689c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h122c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8M477.3%20322.5H434c-6.2%200-11.2%205-11.2%2011.2v248c0%203.6%201.7%206.9%204.6%209l148.9%20108.6c5%203.6%2012%202.6%2015.6-2.4l25.7-35.1v-.1c3.6-5%202.5-12-2.5-15.6l-126.7-91.6V333.7c.1-6.2-5-11.2-11.1-11.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M804.8%20673.9H747c-5.6%200-10.9%202.9-13.9%207.7c-12.7%2020.1-27.5%2038.7-44.5%2055.7c-29.3%2029.3-63.4%2052.3-101.3%2068.3c-39.3%2016.6-81%2025-124%2025c-43.1%200-84.8-8.4-124-25c-37.9-16-72-39-101.3-68.3s-52.3-63.4-68.3-101.3c-16.6-39.2-25-80.9-25-124s8.4-84.7%2025-124c16-37.9%2039-72%2068.3-101.3s63.4-52.3%20101.3-68.3c39.2-16.6%2081-25%20124-25c43.1%200%2084.8%208.4%20124%2025c37.9%2016%2072%2039%20101.3%2068.3c17%2017%2031.8%2035.6%2044.5%2055.7c3%204.8%208.3%207.7%2013.9%207.7h57.8c6.9%200%2011.3-7.2%208.2-13.3c-65.2-129.7-197.4-214-345-215.7c-216.1-2.7-395.6%20174.2-396%20390.1C71.6%20727.5%20246.9%20903%20463.2%20903c149.5%200%20283.9-84.6%20349.8-215.8c3.1-6.1-1.4-13.3-8.2-13.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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M945%20412H689c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h256c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8M811%20548H689c-4.4%200-8%203.6-8%208v48c0%204.4%203.6%208%208%208h122c4.4%200%208-3.6%208-8v-48c0-4.4-3.6-8-8-8M477.3%20322.5H434c-6.2%200-11.2%205-11.2%2011.2v248c0%203.6%201.7%206.9%204.6%209l148.9%20108.6c5%203.6%2012%202.6%2015.6-2.4l25.7-35.1v-.1c3.6-5%202.5-12-2.5-15.6l-126.7-91.6V333.7c.1-6.2-5-11.2-11.1-11.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M804.8%20673.9H747c-5.6%200-10.9%202.9-13.9%207.7c-12.7%2020.1-27.5%2038.7-44.5%2055.7c-29.3%2029.3-63.4%2052.3-101.3%2068.3c-39.3%2016.6-81%2025-124%2025c-43.1%200-84.8-8.4-124-25c-37.9-16-72-39-101.3-68.3s-52.3-63.4-68.3-101.3c-16.6-39.2-25-80.9-25-124s8.4-84.7%2025-124c16-37.9%2039-72%2068.3-101.3s63.4-52.3%20101.3-68.3c39.2-16.6%2081-25%20124-25c43.1%200%2084.8%208.4%20124%2025c37.9%2016%2072%2039%20101.3%2068.3c17%2017%2031.8%2035.6%2044.5%2055.7c3%204.8%208.3%207.7%2013.9%207.7h57.8c6.9%200%2011.3-7.2%208.2-13.3c-65.2-129.7-197.4-214-345-215.7c-216.1-2.7-395.6%20174.2-396%20390.1C71.6%20727.5%20246.9%20903%20463.2%20903c149.5%200%20283.9-84.6%20349.8-215.8c3.1-6.1-1.4-13.3-8.2-13.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/field-time-outlined.svg?color=%231a73e8&size=48