round-av-timer from Google Material Icons by Material Design Authors · Baseline · AV · Apache-2.0 Free for personal and commercial use.

Name
round-av-timer
Set
Google Material Icons
Style
Baseline
Category
AV
Viewbox
24×24
License
Apache 2.0

More av icons from Google Material Icons

Use the round av timer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="17" r="1" fill="currentColor"/><circle cx="7" cy="12" r="1" fill="currentColor"/><circle cx="17" cy="12" r="1" fill="currentColor"/><path fill="currentColor" d="M12 3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1v-.92c3.31.48 5.87 3.25 6 6.66c.14 3.85-3.03 7.2-6.88 7.26A6.996 6.996 0 0 1 5 12c0-1.68.59-3.22 1.58-4.42l4.71 4.72a.996.996 0 1 0 1.41-1.41L7.26 5.46c-.38-.38-1-.39-1.4-.02A8.9 8.9 0 0 0 3 12c0 5.04 4.14 9.12 9.21 9c4.7-.11 8.63-4.01 8.78-8.71C21.16 7.19 17.07 3 12 3"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundAvTimer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="17" r="1" fill="currentColor"/><circle cx="7" cy="12" r="1" fill="currentColor"/><circle cx="17" cy="12" r="1" fill="currentColor"/><path fill="currentColor" d="M12 3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1v-.92c3.31.48 5.87 3.25 6 6.66c.14 3.85-3.03 7.2-6.88 7.26A6.996 6.996 0 0 1 5 12c0-1.68.59-3.22 1.58-4.42l4.71 4.72a.996.996 0 1 0 1.41-1.41L7.26 5.46c-.38-.38-1-.39-1.4-.02A8.9 8.9 0 0 0 3 12c0 5.04 4.14 9.12 9.21 9c4.7-.11 8.63-4.01 8.78-8.71C21.16 7.19 17.07 3 12 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><circle cx="12" cy="17" r="1" fill="currentColor"/><circle cx="7" cy="12" r="1" fill="currentColor"/><circle cx="17" cy="12" r="1" fill="currentColor"/><path fill="currentColor" d="M12 3c-.55 0-1 .45-1 1v2c0 .55.45 1 1 1s1-.45 1-1v-.92c3.31.48 5.87 3.25 6 6.66c.14 3.85-3.03 7.2-6.88 7.26A6.996 6.996 0 0 1 5 12c0-1.68.59-3.22 1.58-4.42l4.71 4.72a.996.996 0 1 0 1.41-1.41L7.26 5.46c-.38-.38-1-.39-1.4-.02A8.9 8.9 0 0 0 3 12c0 5.04 4.14 9.12 9.21 9c4.7-.11 8.63-4.01 8.78-8.71C21.16 7.19 17.07 3 12 3"/></svg>
</template>

CSS

.icon-round-av-timer {
  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%3Ccircle%20cx%3D%2212%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2212%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2212%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201s1-.45%201-1v-.92c3.31.48%205.87%203.25%206%206.66c.14%203.85-3.03%207.2-6.88%207.26A6.996%206.996%200%200%201%205%2012c0-1.68.59-3.22%201.58-4.42l4.71%204.72a.996.996%200%201%200%201.41-1.41L7.26%205.46c-.38-.38-1-.39-1.4-.02A8.9%208.9%200%200%200%203%2012c0%205.04%204.14%209.12%209.21%209c4.7-.11%208.63-4.01%208.78-8.71C21.16%207.19%2017.07%203%2012%203%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%3Ccircle%20cx%3D%2212%22%20cy%3D%2217%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227%22%20cy%3D%2212%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2212%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203c-.55%200-1%20.45-1%201v2c0%20.55.45%201%201%201s1-.45%201-1v-.92c3.31.48%205.87%203.25%206%206.66c.14%203.85-3.03%207.2-6.88%207.26A6.996%206.996%200%200%201%205%2012c0-1.68.59-3.22%201.58-4.42l4.71%204.72a.996.996%200%201%200%201.41-1.41L7.26%205.46c-.38-.38-1-.39-1.4-.02A8.9%208.9%200%200%200%203%2012c0%205.04%204.14%209.12%209.21%209c4.7-.11%208.63-4.01%208.78-8.71C21.16%207.19%2017.07%203%2012%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-av-timer.svg?color=%231a73e8&size=48