turntable2 icon

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

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

2 other variants in Reicon

More devices icons from Reicon

Use the turntable2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 2c1.7 0 3.094 0 4.25.069l1.5.153c1.223.194 2.102.558 2.785 1.242C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2" opacity=".4"/><path d="M12 6.25A5.75 5.75 0 1 0 17.75 12a.75.75 0 0 0-1.5 0a4.25 4.25 0 1 1-2.975-4.056a.75.75 0 1 0 .45-1.43A5.8 5.8 0 0 0 12 6.25"/><path d="M10.75 12a.75.75 0 0 0-1.5 0A2.75 2.75 0 0 0 12 14.75a.75.75 0 0 0 0-1.5c-.69 0-1.25-.56-1.25-1.25m7-4.036V2.221l-1.5-.153v5.896a.25.25 0 0 1-.111.208l-2.555 1.704a.75.75 0 1 0 .832 1.248l2.555-1.703a1.75 1.75 0 0 0 .78-1.457"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTurntable2Duotone(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="M12 2c1.7 0 3.094 0 4.25.069l1.5.153c1.223.194 2.102.558 2.785 1.242C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2" opacity=".4"/><path d="M12 6.25A5.75 5.75 0 1 0 17.75 12a.75.75 0 0 0-1.5 0a4.25 4.25 0 1 1-2.975-4.056a.75.75 0 1 0 .45-1.43A5.8 5.8 0 0 0 12 6.25"/><path d="M10.75 12a.75.75 0 0 0-1.5 0A2.75 2.75 0 0 0 12 14.75a.75.75 0 0 0 0-1.5c-.69 0-1.25-.56-1.25-1.25m7-4.036V2.221l-1.5-.153v5.896a.25.25 0 0 1-.111.208l-2.555 1.704a.75.75 0 1 0 .832 1.248l2.555-1.703a1.75 1.75 0 0 0 .78-1.457"/></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="M12 2c1.7 0 3.094 0 4.25.069l1.5.153c1.223.194 2.102.558 2.785 1.242C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2" opacity=".4"/><path d="M12 6.25A5.75 5.75 0 1 0 17.75 12a.75.75 0 0 0-1.5 0a4.25 4.25 0 1 1-2.975-4.056a.75.75 0 1 0 .45-1.43A5.8 5.8 0 0 0 12 6.25"/><path d="M10.75 12a.75.75 0 0 0-1.5 0A2.75 2.75 0 0 0 12 14.75a.75.75 0 0 0 0-1.5c-.69 0-1.25-.56-1.25-1.25m7-4.036V2.221l-1.5-.153v5.896a.25.25 0 0 1-.111.208l-2.555 1.704a.75.75 0 1 0 .832 1.248l2.555-1.703a1.75 1.75 0 0 0 .78-1.457"/></g></svg>
</template>

CSS

.icon-turntable2-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%22M12%202c1.7%200%203.094%200%204.25.069l1.5.153c1.223.194%202.102.558%202.785%201.242C22%204.93%2022%207.286%2022%2012s0%207.071-1.465%208.535C19.072%2022%2016.714%2022%2012%2022s-7.071%200-8.536-1.465C2%2019.072%202%2016.714%202%2012s0-7.071%201.464-8.536C4.93%202%207.286%202%2012%202%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M12%206.25A5.75%205.75%200%201%200%2017.75%2012a.75.75%200%200%200-1.5%200a4.25%204.25%200%201%201-2.975-4.056a.75.75%200%201%200%20.45-1.43A5.8%205.8%200%200%200%2012%206.25%22%2F%3E%3Cpath%20d%3D%22M10.75%2012a.75.75%200%200%200-1.5%200A2.75%202.75%200%200%200%2012%2014.75a.75.75%200%200%200%200-1.5c-.69%200-1.25-.56-1.25-1.25m7-4.036V2.221l-1.5-.153v5.896a.25.25%200%200%201-.111.208l-2.555%201.704a.75.75%200%201%200%20.832%201.248l2.555-1.703a1.75%201.75%200%200%200%20.78-1.457%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%22M12%202c1.7%200%203.094%200%204.25.069l1.5.153c1.223.194%202.102.558%202.785%201.242C22%204.93%2022%207.286%2022%2012s0%207.071-1.465%208.535C19.072%2022%2016.714%2022%2012%2022s-7.071%200-8.536-1.465C2%2019.072%202%2016.714%202%2012s0-7.071%201.464-8.536C4.93%202%207.286%202%2012%202%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M12%206.25A5.75%205.75%200%201%200%2017.75%2012a.75.75%200%200%200-1.5%200a4.25%204.25%200%201%201-2.975-4.056a.75.75%200%201%200%20.45-1.43A5.8%205.8%200%200%200%2012%206.25%22%2F%3E%3Cpath%20d%3D%22M10.75%2012a.75.75%200%200%200-1.5%200A2.75%202.75%200%200%200%2012%2014.75a.75.75%200%200%200%200-1.5c-.69%200-1.25-.56-1.25-1.25m7-4.036V2.221l-1.5-.153v5.896a.25.25%200%200%201-.111.208l-2.555%201.704a.75.75%200%201%200%20.832%201.248l2.555-1.703a1.75%201.75%200%200%200%20.78-1.457%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/turntable2-duotone.svg?color=%231a73e8&size=48