turntable icon

turntable-duotone from Reicon by REICON · Duotone · Devices · MIT Free for personal and commercial use.

Name
turntable-duotone
Set
Reicon
Style
Duotone
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All turntable icons →

More devices icons from Reicon

Use the turntable icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.172 3.464C2 4.93 2 7.286 2 12s0 7.071 1.172 8.535S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.465C22 19.072 22 16.714 22 12s0-7.071-1.172-8.536S17.771 2 14 2h-4C6.229 2 4.343 2 3.172 3.464" opacity=".5"/><path fill-rule="evenodd" d="M5.25 12a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.75 9a2.25 2.25 0 1 1 3 2.122v3.642a2.75 2.75 0 0 1-1.52 2.46l-.895.447a.75.75 0 1 1-.67-1.342l.894-.447a1.25 1.25 0 0 0 .691-1.118v-3.642A2.25 2.25 0 0 1 14.75 9" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTurntableDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.172 3.464C2 4.93 2 7.286 2 12s0 7.071 1.172 8.535S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.465C22 19.072 22 16.714 22 12s0-7.071-1.172-8.536S17.771 2 14 2h-4C6.229 2 4.343 2 3.172 3.464" opacity=".5"/><path fillRule="evenodd" d="M5.25 12a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0" clipRule="evenodd"/><path fillRule="evenodd" d="M14.75 9a2.25 2.25 0 1 1 3 2.122v3.642a2.75 2.75 0 0 1-1.52 2.46l-.895.447a.75.75 0 1 1-.67-1.342l.894-.447a1.25 1.25 0 0 0 .691-1.118v-3.642A2.25 2.25 0 0 1 14.75 9" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M3.172 3.464C2 4.93 2 7.286 2 12s0 7.071 1.172 8.535S6.229 22 10 22h4c3.771 0 5.657 0 6.828-1.465C22 19.072 22 16.714 22 12s0-7.071-1.172-8.536S17.771 2 14 2h-4C6.229 2 4.343 2 3.172 3.464" opacity=".5"/><path fill-rule="evenodd" d="M5.25 12a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0" clip-rule="evenodd"/><path fill-rule="evenodd" d="M14.75 9a2.25 2.25 0 1 1 3 2.122v3.642a2.75 2.75 0 0 1-1.52 2.46l-.895.447a.75.75 0 1 1-.67-1.342l.894-.447a1.25 1.25 0 0 0 .691-1.118v-3.642A2.25 2.25 0 0 1 14.75 9" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-turntable-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.172%203.464C2%204.93%202%207.286%202%2012s0%207.071%201.172%208.535S6.229%2022%2010%2022h4c3.771%200%205.657%200%206.828-1.465C22%2019.072%2022%2016.714%2022%2012s0-7.071-1.172-8.536S17.771%202%2014%202h-4C6.229%202%204.343%202%203.172%203.464%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%2012a4.75%204.75%200%201%201%209.5%200a4.75%204.75%200%200%201-9.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.75%209a2.25%202.25%200%201%201%203%202.122v3.642a2.75%202.75%200%200%201-1.52%202.46l-.895.447a.75.75%200%201%201-.67-1.342l.894-.447a1.25%201.25%200%200%200%20.691-1.118v-3.642A2.25%202.25%200%200%201%2014.75%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M3.172%203.464C2%204.93%202%207.286%202%2012s0%207.071%201.172%208.535S6.229%2022%2010%2022h4c3.771%200%205.657%200%206.828-1.465C22%2019.072%2022%2016.714%2022%2012s0-7.071-1.172-8.536S17.771%202%2014%202h-4C6.229%202%204.343%202%203.172%203.464%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%2012a4.75%204.75%200%201%201%209.5%200a4.75%204.75%200%200%201-9.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M14.75%209a2.25%202.25%200%201%201%203%202.122v3.642a2.75%202.75%200%200%201-1.52%202.46l-.895.447a.75.75%200%201%201-.67-1.342l.894-.447a1.25%201.25%200%200%200%20.691-1.118v-3.642A2.25%202.25%200%200%201%2014.75%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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