timing belt icon

timing-belt from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
timing-belt
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the timing belt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="24" r="1" fill="currentColor"/><path fill="currentColor" d="M30 12c0-1.824-1.234-3.35-2.906-3.829L7.209 2.207A4 4 0 0 0 6 2C3.794 2 2 3.794 2 6c0 .603.144 1.169.384 1.682l8.101 18.678A6.01 6.01 0 0 0 16 30a6 6 0 0 0 5.242-3.089l8.002-12.59A3.97 3.97 0 0 0 30 12m-14 6a6 6 0 0 0-5.447 3.5L5.538 9.953c.153.018.304.047.462.047c2.206 0 4-1.794 4-4c0-.32-.047-.625-.118-.923L23.27 9.093A3.98 3.98 0 0 0 22 12c0 2.147 1.703 3.89 3.827 3.982l-4.06 6.381C21.053 19.85 18.74 18 16 18m12-6c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2M6 4c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m10 24c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTimingBelt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="24" r="1" fill="currentColor"/><path fill="currentColor" d="M30 12c0-1.824-1.234-3.35-2.906-3.829L7.209 2.207A4 4 0 0 0 6 2C3.794 2 2 3.794 2 6c0 .603.144 1.169.384 1.682l8.101 18.678A6.01 6.01 0 0 0 16 30a6 6 0 0 0 5.242-3.089l8.002-12.59A3.97 3.97 0 0 0 30 12m-14 6a6 6 0 0 0-5.447 3.5L5.538 9.953c.153.018.304.047.462.047c2.206 0 4-1.794 4-4c0-.32-.047-.625-.118-.923L23.27 9.093A3.98 3.98 0 0 0 22 12c0 2.147 1.703 3.89 3.827 3.982l-4.06 6.381C21.053 19.85 18.74 18 16 18m12-6c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2M6 4c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m10 24c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><circle cx="16" cy="24" r="1" fill="currentColor"/><path fill="currentColor" d="M30 12c0-1.824-1.234-3.35-2.906-3.829L7.209 2.207A4 4 0 0 0 6 2C3.794 2 2 3.794 2 6c0 .603.144 1.169.384 1.682l8.101 18.678A6.01 6.01 0 0 0 16 30a6 6 0 0 0 5.242-3.089l8.002-12.59A3.97 3.97 0 0 0 30 12m-14 6a6 6 0 0 0-5.447 3.5L5.538 9.953c.153.018.304.047.462.047c2.206 0 4-1.794 4-4c0-.32-.047-.625-.118-.923L23.27 9.093A3.98 3.98 0 0 0 22 12c0 2.147 1.703 3.89 3.827 3.982l-4.06 6.381C21.053 19.85 18.74 18 16 18m12-6c0 1.103-.897 2-2 2s-2-.897-2-2s.897-2 2-2s2 .898 2 2M6 4c1.103 0 2 .898 2 2s-.897 2-2 2s-2-.897-2-2s.897-2 2-2m10 24c-2.206 0-4-1.794-4-4s1.794-4 4-4s4 1.794 4 4s-1.794 4-4 4"/></svg>
</template>

CSS

.icon-timing-belt {
  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%3Ccircle%20cx%3D%2216%22%20cy%3D%2224%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2012c0-1.824-1.234-3.35-2.906-3.829L7.209%202.207A4%204%200%200%200%206%202C3.794%202%202%203.794%202%206c0%20.603.144%201.169.384%201.682l8.101%2018.678A6.01%206.01%200%200%200%2016%2030a6%206%200%200%200%205.242-3.089l8.002-12.59A3.97%203.97%200%200%200%2030%2012m-14%206a6%206%200%200%200-5.447%203.5L5.538%209.953c.153.018.304.047.462.047c2.206%200%204-1.794%204-4c0-.32-.047-.625-.118-.923L23.27%209.093A3.98%203.98%200%200%200%2022%2012c0%202.147%201.703%203.89%203.827%203.982l-4.06%206.381C21.053%2019.85%2018.74%2018%2016%2018m12-6c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.898%202%202M6%204c1.103%200%202%20.898%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2m10%2024c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204%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%3Ccircle%20cx%3D%2216%22%20cy%3D%2224%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2012c0-1.824-1.234-3.35-2.906-3.829L7.209%202.207A4%204%200%200%200%206%202C3.794%202%202%203.794%202%206c0%20.603.144%201.169.384%201.682l8.101%2018.678A6.01%206.01%200%200%200%2016%2030a6%206%200%200%200%205.242-3.089l8.002-12.59A3.97%203.97%200%200%200%2030%2012m-14%206a6%206%200%200%200-5.447%203.5L5.538%209.953c.153.018.304.047.462.047c2.206%200%204-1.794%204-4c0-.32-.047-.625-.118-.923L23.27%209.093A3.98%203.98%200%200%200%2022%2012c0%202.147%201.703%203.89%203.827%203.982l-4.06%206.381C21.053%2019.85%2018.74%2018%2016%2018m12-6c0%201.103-.897%202-2%202s-2-.897-2-2s.897-2%202-2s2%20.898%202%202M6%204c1.103%200%202%20.898%202%202s-.897%202-2%202s-2-.897-2-2s.897-2%202-2m10%2024c-2.206%200-4-1.794-4-4s1.794-4%204-4s4%201.794%204%204s-1.794%204-4%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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