turntable icon

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

Name
turntable-filled
Set
Reicon
Style
Filled
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="M16.25 9a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m-9.5 3a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/><path fill-rule="evenodd" 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.464M17 6.75a2.25 2.25 0 0 0-.75 4.372v3.642c0 .473-.268.906-.691 1.118l-.894.447a.75.75 0 1 0 .67 1.342l.895-.447a2.75 2.75 0 0 0 1.52-2.46v-3.642A2.251 2.251 0 0 0 17 6.75m-7 .5a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTurntableFilled(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="M16.25 9a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m-9.5 3a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/><path fillRule="evenodd" 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.464M17 6.75a2.25 2.25 0 0 0-.75 4.372v3.642c0 .473-.268.906-.691 1.118l-.894.447a.75.75 0 1 0 .67 1.342l.895-.447a2.75 2.75 0 0 0 1.52-2.46v-3.642A2.251 2.251 0 0 0 17 6.75m-7 .5a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5" 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="M16.25 9a.75.75 0 1 1 1.5 0a.75.75 0 0 1-1.5 0m-9.5 3a3.25 3.25 0 1 1 6.5 0a3.25 3.25 0 0 1-6.5 0"/><path fill-rule="evenodd" 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.464M17 6.75a2.25 2.25 0 0 0-.75 4.372v3.642c0 .473-.268.906-.691 1.118l-.894.447a.75.75 0 1 0 .67 1.342l.895-.447a2.75 2.75 0 0 0 1.52-2.46v-3.642A2.251 2.251 0 0 0 17 6.75m-7 .5a4.75 4.75 0 1 0 0 9.5a4.75 4.75 0 0 0 0-9.5" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-turntable-filled {
  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%22M16.25%209a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m-9.5%203a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%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.464M17%206.75a2.25%202.25%200%200%200-.75%204.372v3.642c0%20.473-.268.906-.691%201.118l-.894.447a.75.75%200%201%200%20.67%201.342l.895-.447a2.75%202.75%200%200%200%201.52-2.46v-3.642A2.251%202.251%200%200%200%2017%206.75m-7%20.5a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5%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%22M16.25%209a.75.75%200%201%201%201.5%200a.75.75%200%200%201-1.5%200m-9.5%203a3.25%203.25%200%201%201%206.5%200a3.25%203.25%200%200%201-6.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%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.464M17%206.75a2.25%202.25%200%200%200-.75%204.372v3.642c0%20.473-.268.906-.691%201.118l-.894.447a.75.75%200%201%200%20.67%201.342l.895-.447a2.75%202.75%200%200%200%201.52-2.46v-3.642A2.251%202.251%200%200%200%2017%206.75m-7%20.5a4.75%204.75%200%201%200%200%209.5a4.75%204.75%200%200%200%200-9.5%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-filled.svg?color=%231a73e8&size=48

Turntable filled icon — Reicon · IconsDB