delay from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
delay
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the delay icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m17.62 27.89l.26 1.99c-.62.08-1.26.12-1.88.12c-7.72 0-14-6.28-14-14S8.28 2 16 2c.63 0 1.26.04 1.88.12l-.27 1.99C17.08 4.04 16.54 4 16 4C9.38 4 4 9.38 4 16s5.38 12 12 12c.54 0 1.08-.04 1.62-.11m6.93-.804l-1.222-1.584c-.83.642-1.738 1.17-2.7 1.572l.774 1.846c1.12-.47 2.18-1.087 3.149-1.834Zm4.39-5.737l-1.847-.764a12 12 0 0 1-1.56 2.704l1.588 1.217a14 14 0 0 0 1.82-3.157M30 16c0-.605-.04-1.215-.116-1.814l-1.985.257c.068.514.101 1.037.101 1.557c0 .525-.034 1.053-.1 1.568l1.982.258c.078-.6.118-1.215.118-1.826m-1.054-5.338a14 14 0 0 0-1.817-3.158l-1.59 1.215a12 12 0 0 1 1.56 2.707zM24.56 4.921a14 14 0 0 0-3.146-1.836L20.64 4.93c.963.405 1.87.934 2.698 1.574zm-2.558 15.667L17 15.586V7h-2v9.414l5.588 5.588z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonDelay(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="m17.62 27.89l.26 1.99c-.62.08-1.26.12-1.88.12c-7.72 0-14-6.28-14-14S8.28 2 16 2c.63 0 1.26.04 1.88.12l-.27 1.99C17.08 4.04 16.54 4 16 4C9.38 4 4 9.38 4 16s5.38 12 12 12c.54 0 1.08-.04 1.62-.11m6.93-.804l-1.222-1.584c-.83.642-1.738 1.17-2.7 1.572l.774 1.846c1.12-.47 2.18-1.087 3.149-1.834Zm4.39-5.737l-1.847-.764a12 12 0 0 1-1.56 2.704l1.588 1.217a14 14 0 0 0 1.82-3.157M30 16c0-.605-.04-1.215-.116-1.814l-1.985.257c.068.514.101 1.037.101 1.557c0 .525-.034 1.053-.1 1.568l1.982.258c.078-.6.118-1.215.118-1.826m-1.054-5.338a14 14 0 0 0-1.817-3.158l-1.59 1.215a12 12 0 0 1 1.56 2.707zM24.56 4.921a14 14 0 0 0-3.146-1.836L20.64 4.93c.963.405 1.87.934 2.698 1.574zm-2.558 15.667L17 15.586V7h-2v9.414l5.588 5.588z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m17.62 27.89l.26 1.99c-.62.08-1.26.12-1.88.12c-7.72 0-14-6.28-14-14S8.28 2 16 2c.63 0 1.26.04 1.88.12l-.27 1.99C17.08 4.04 16.54 4 16 4C9.38 4 4 9.38 4 16s5.38 12 12 12c.54 0 1.08-.04 1.62-.11m6.93-.804l-1.222-1.584c-.83.642-1.738 1.17-2.7 1.572l.774 1.846c1.12-.47 2.18-1.087 3.149-1.834Zm4.39-5.737l-1.847-.764a12 12 0 0 1-1.56 2.704l1.588 1.217a14 14 0 0 0 1.82-3.157M30 16c0-.605-.04-1.215-.116-1.814l-1.985.257c.068.514.101 1.037.101 1.557c0 .525-.034 1.053-.1 1.568l1.982.258c.078-.6.118-1.215.118-1.826m-1.054-5.338a14 14 0 0 0-1.817-3.158l-1.59 1.215a12 12 0 0 1 1.56 2.707zM24.56 4.921a14 14 0 0 0-3.146-1.836L20.64 4.93c.963.405 1.87.934 2.698 1.574zm-2.558 15.667L17 15.586V7h-2v9.414l5.588 5.588z"/></svg>
</template>

CSS

.icon-delay {
  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%22m17.62%2027.89l.26%201.99c-.62.08-1.26.12-1.88.12c-7.72%200-14-6.28-14-14S8.28%202%2016%202c.63%200%201.26.04%201.88.12l-.27%201.99C17.08%204.04%2016.54%204%2016%204C9.38%204%204%209.38%204%2016s5.38%2012%2012%2012c.54%200%201.08-.04%201.62-.11m6.93-.804l-1.222-1.584c-.83.642-1.738%201.17-2.7%201.572l.774%201.846c1.12-.47%202.18-1.087%203.149-1.834Zm4.39-5.737l-1.847-.764a12%2012%200%200%201-1.56%202.704l1.588%201.217a14%2014%200%200%200%201.82-3.157M30%2016c0-.605-.04-1.215-.116-1.814l-1.985.257c.068.514.101%201.037.101%201.557c0%20.525-.034%201.053-.1%201.568l1.982.258c.078-.6.118-1.215.118-1.826m-1.054-5.338a14%2014%200%200%200-1.817-3.158l-1.59%201.215a12%2012%200%200%201%201.56%202.707zM24.56%204.921a14%2014%200%200%200-3.146-1.836L20.64%204.93c.963.405%201.87.934%202.698%201.574zm-2.558%2015.667L17%2015.586V7h-2v9.414l5.588%205.588z%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%22m17.62%2027.89l.26%201.99c-.62.08-1.26.12-1.88.12c-7.72%200-14-6.28-14-14S8.28%202%2016%202c.63%200%201.26.04%201.88.12l-.27%201.99C17.08%204.04%2016.54%204%2016%204C9.38%204%204%209.38%204%2016s5.38%2012%2012%2012c.54%200%201.08-.04%201.62-.11m6.93-.804l-1.222-1.584c-.83.642-1.738%201.17-2.7%201.572l.774%201.846c1.12-.47%202.18-1.087%203.149-1.834Zm4.39-5.737l-1.847-.764a12%2012%200%200%201-1.56%202.704l1.588%201.217a14%2014%200%200%200%201.82-3.157M30%2016c0-.605-.04-1.215-.116-1.814l-1.985.257c.068.514.101%201.037.101%201.557c0%20.525-.034%201.053-.1%201.568l1.982.258c.078-.6.118-1.215.118-1.826m-1.054-5.338a14%2014%200%200%200-1.817-3.158l-1.59%201.215a12%2012%200%200%201%201.56%202.707zM24.56%204.921a14%2014%200%200%200-3.146-1.836L20.64%204.93c.963.405%201.87.934%202.698%201.574zm-2.558%2015.667L17%2015.586V7h-2v9.414l5.588%205.588z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/delay.svg?color=%231a73e8&size=48