turntable icon
turntable from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- turntable
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M9.932 1.25h4.136c1.828 0 3.294 0 4.445.193c1.208.203 2.165.633 2.901 1.553c.717.896 1.033 2.019 1.185 3.437c.151 1.402.151 3.203.151 5.52v.094c0 2.317 0 4.118-.15 5.52c-.153 1.418-.47 2.541-1.186 3.437c-.736.92-1.693 1.35-2.9 1.553c-1.152.193-2.618.193-4.446.193H9.932c-1.828 0-3.294 0-4.445-.193c-1.208-.203-2.165-.633-2.901-1.553c-.717-.896-1.033-2.019-1.185-3.437c-.151-1.402-.151-3.203-.151-5.52v-.094c0-2.317 0-4.118.15-5.52c.153-1.418.47-2.541 1.186-3.437c.736-.92 1.693-1.35 2.9-1.553c1.152-.193 2.618-.193 4.446-.193M5.735 2.923c-.97.163-1.542.465-1.978 1.01c-.455.569-.725 1.356-.865 2.66C2.751 7.907 2.75 9.627 2.75 12s.001 4.094.142 5.406c.14 1.305.41 2.092.865 2.661c.436.545 1.007.847 1.978 1.01c1.013.17 2.353.173 4.265.173h4c1.912 0 3.252-.003 4.265-.173c.97-.163 1.542-.465 1.978-1.01c.455-.569.725-1.356.865-2.66c.141-1.313.142-3.033.142-5.407s-.001-4.094-.142-5.406c-.14-1.305-.41-2.092-.865-2.661c-.436-.545-1.007-.847-1.978-1.01c-1.013-.17-2.353-.173-4.265-.173h-4c-1.912 0-3.252.002-4.265.173M14.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 9M17 8.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M5.25 12a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M10 8.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTurntable(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M9.932 1.25h4.136c1.828 0 3.294 0 4.445.193c1.208.203 2.165.633 2.901 1.553c.717.896 1.033 2.019 1.185 3.437c.151 1.402.151 3.203.151 5.52v.094c0 2.317 0 4.118-.15 5.52c-.153 1.418-.47 2.541-1.186 3.437c-.736.92-1.693 1.35-2.9 1.553c-1.152.193-2.618.193-4.446.193H9.932c-1.828 0-3.294 0-4.445-.193c-1.208-.203-2.165-.633-2.901-1.553c-.717-.896-1.033-2.019-1.185-3.437c-.151-1.402-.151-3.203-.151-5.52v-.094c0-2.317 0-4.118.15-5.52c.153-1.418.47-2.541 1.186-3.437c.736-.92 1.693-1.35 2.9-1.553c1.152-.193 2.618-.193 4.446-.193M5.735 2.923c-.97.163-1.542.465-1.978 1.01c-.455.569-.725 1.356-.865 2.66C2.751 7.907 2.75 9.627 2.75 12s.001 4.094.142 5.406c.14 1.305.41 2.092.865 2.661c.436.545 1.007.847 1.978 1.01c1.013.17 2.353.173 4.265.173h4c1.912 0 3.252-.003 4.265-.173c.97-.163 1.542-.465 1.978-1.01c.455-.569.725-1.356.865-2.66c.141-1.313.142-3.033.142-5.407s-.001-4.094-.142-5.406c-.14-1.305-.41-2.092-.865-2.661c-.436-.545-1.007-.847-1.978-1.01c-1.013-.17-2.353-.173-4.265-.173h-4c-1.912 0-3.252.002-4.265.173M14.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 9M17 8.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M5.25 12a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M10 8.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M9.932 1.25h4.136c1.828 0 3.294 0 4.445.193c1.208.203 2.165.633 2.901 1.553c.717.896 1.033 2.019 1.185 3.437c.151 1.402.151 3.203.151 5.52v.094c0 2.317 0 4.118-.15 5.52c-.153 1.418-.47 2.541-1.186 3.437c-.736.92-1.693 1.35-2.9 1.553c-1.152.193-2.618.193-4.446.193H9.932c-1.828 0-3.294 0-4.445-.193c-1.208-.203-2.165-.633-2.901-1.553c-.717-.896-1.033-2.019-1.185-3.437c-.151-1.402-.151-3.203-.151-5.52v-.094c0-2.317 0-4.118.15-5.52c.153-1.418.47-2.541 1.186-3.437c.736-.92 1.693-1.35 2.9-1.553c1.152-.193 2.618-.193 4.446-.193M5.735 2.923c-.97.163-1.542.465-1.978 1.01c-.455.569-.725 1.356-.865 2.66C2.751 7.907 2.75 9.627 2.75 12s.001 4.094.142 5.406c.14 1.305.41 2.092.865 2.661c.436.545 1.007.847 1.978 1.01c1.013.17 2.353.173 4.265.173h4c1.912 0 3.252-.003 4.265-.173c.97-.163 1.542-.465 1.978-1.01c.455-.569.725-1.356.865-2.66c.141-1.313.142-3.033.142-5.407s-.001-4.094-.142-5.406c-.14-1.305-.41-2.092-.865-2.661c-.436-.545-1.007-.847-1.978-1.01c-1.013-.17-2.353-.173-4.265-.173h-4c-1.912 0-3.252.002-4.265.173M14.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 9M17 8.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M5.25 12a4.75 4.75 0 1 1 9.5 0a4.75 4.75 0 0 1-9.5 0M10 8.75a3.25 3.25 0 1 0 0 6.5a3.25 3.25 0 0 0 0-6.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-turntable {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.932%201.25h4.136c1.828%200%203.294%200%204.445.193c1.208.203%202.165.633%202.901%201.553c.717.896%201.033%202.019%201.185%203.437c.151%201.402.151%203.203.151%205.52v.094c0%202.317%200%204.118-.15%205.52c-.153%201.418-.47%202.541-1.186%203.437c-.736.92-1.693%201.35-2.9%201.553c-1.152.193-2.618.193-4.446.193H9.932c-1.828%200-3.294%200-4.445-.193c-1.208-.203-2.165-.633-2.901-1.553c-.717-.896-1.033-2.019-1.185-3.437c-.151-1.402-.151-3.203-.151-5.52v-.094c0-2.317%200-4.118.15-5.52c.153-1.418.47-2.541%201.186-3.437c.736-.92%201.693-1.35%202.9-1.553c1.152-.193%202.618-.193%204.446-.193M5.735%202.923c-.97.163-1.542.465-1.978%201.01c-.455.569-.725%201.356-.865%202.66C2.751%207.907%202.75%209.627%202.75%2012s.001%204.094.142%205.406c.14%201.305.41%202.092.865%202.661c.436.545%201.007.847%201.978%201.01c1.013.17%202.353.173%204.265.173h4c1.912%200%203.252-.003%204.265-.173c.97-.163%201.542-.465%201.978-1.01c.455-.569.725-1.356.865-2.66c.141-1.313.142-3.033.142-5.407s-.001-4.094-.142-5.406c-.14-1.305-.41-2.092-.865-2.661c-.436-.545-1.007-.847-1.978-1.01c-1.013-.17-2.353-.173-4.265-.173h-4c-1.912%200-3.252.002-4.265.173M14.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%209M17%208.25a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M5.25%2012a4.75%204.75%200%201%201%209.5%200a4.75%204.75%200%200%201-9.5%200M10%208.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%22%20clip-rule%3D%22evenodd%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.932%201.25h4.136c1.828%200%203.294%200%204.445.193c1.208.203%202.165.633%202.901%201.553c.717.896%201.033%202.019%201.185%203.437c.151%201.402.151%203.203.151%205.52v.094c0%202.317%200%204.118-.15%205.52c-.153%201.418-.47%202.541-1.186%203.437c-.736.92-1.693%201.35-2.9%201.553c-1.152.193-2.618.193-4.446.193H9.932c-1.828%200-3.294%200-4.445-.193c-1.208-.203-2.165-.633-2.901-1.553c-.717-.896-1.033-2.019-1.185-3.437c-.151-1.402-.151-3.203-.151-5.52v-.094c0-2.317%200-4.118.15-5.52c.153-1.418.47-2.541%201.186-3.437c.736-.92%201.693-1.35%202.9-1.553c1.152-.193%202.618-.193%204.446-.193M5.735%202.923c-.97.163-1.542.465-1.978%201.01c-.455.569-.725%201.356-.865%202.66C2.751%207.907%202.75%209.627%202.75%2012s.001%204.094.142%205.406c.14%201.305.41%202.092.865%202.661c.436.545%201.007.847%201.978%201.01c1.013.17%202.353.173%204.265.173h4c1.912%200%203.252-.003%204.265-.173c.97-.163%201.542-.465%201.978-1.01c.455-.569.725-1.356.865-2.66c.141-1.313.142-3.033.142-5.407s-.001-4.094-.142-5.406c-.14-1.305-.41-2.092-.865-2.661c-.436-.545-1.007-.847-1.978-1.01c-1.013-.17-2.353-.173-4.265-.173h-4c-1.912%200-3.252.002-4.265.173M14.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%209M17%208.25a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M5.25%2012a4.75%204.75%200%201%201%209.5%200a4.75%204.75%200%200%201-9.5%200M10%208.75a3.25%203.25%200%201%200%200%206.5a3.25%203.25%200%200%200%200-6.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/turntable.svg?color=%231a73e8&size=48