vinyl record icon

vinyl-record-linear from Solar by 480 Design · Linear · Video · CC-BY-4.0 Attribution required.

Name
vinyl-record-linear
Set
Solar
Style
Linear
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

Use the vinyl record icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="3"/><path stroke-linecap="round" d="M4.92893 19.0711C8.83418 22.9763 15.1658 22.9763 19.0711 19.0711C22.9763 15.1658 22.9763 8.83418 19.0711 4.92893C15.1658 1.02369 8.83418 1.02369 4.92893 4.92893C1.02369 8.83418 1.02369 15.1658 4.92893 19.0711Z"/><path stroke-linecap="round" d="M7.40381 16.5967C4.8654 14.0583 4.8654 9.94271 7.40381 7.4043M16.5962 7.4043C19.1346 9.94271 19.1346 14.0583 16.5962 16.5967"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarVinylRecordLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><circle cx="12" cy="12" r="3"/><path strokeLinecap="round" d="M4.92893 19.0711C8.83418 22.9763 15.1658 22.9763 19.0711 19.0711C22.9763 15.1658 22.9763 8.83418 19.0711 4.92893C15.1658 1.02369 8.83418 1.02369 4.92893 4.92893C1.02369 8.83418 1.02369 15.1658 4.92893 19.0711Z"/><path strokeLinecap="round" d="M7.40381 16.5967C4.8654 14.0583 4.8654 9.94271 7.40381 7.4043M16.5962 7.4043C19.1346 9.94271 19.1346 14.0583 16.5962 16.5967"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="12" cy="12" r="3"/><path stroke-linecap="round" d="M4.92893 19.0711C8.83418 22.9763 15.1658 22.9763 19.0711 19.0711C22.9763 15.1658 22.9763 8.83418 19.0711 4.92893C15.1658 1.02369 8.83418 1.02369 4.92893 4.92893C1.02369 8.83418 1.02369 15.1658 4.92893 19.0711Z"/><path stroke-linecap="round" d="M7.40381 16.5967C4.8654 14.0583 4.8654 9.94271 7.40381 7.4043M16.5962 7.4043C19.1346 9.94271 19.1346 14.0583 16.5962 16.5967"/></g></svg>
</template>

CSS

.icon-vinyl-record-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.92893%2019.0711C8.83418%2022.9763%2015.1658%2022.9763%2019.0711%2019.0711C22.9763%2015.1658%2022.9763%208.83418%2019.0711%204.92893C15.1658%201.02369%208.83418%201.02369%204.92893%204.92893C1.02369%208.83418%201.02369%2015.1658%204.92893%2019.0711Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.40381%2016.5967C4.8654%2014.0583%204.8654%209.94271%207.40381%207.4043M16.5962%207.4043C19.1346%209.94271%2019.1346%2014.0583%2016.5962%2016.5967%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M4.92893%2019.0711C8.83418%2022.9763%2015.1658%2022.9763%2019.0711%2019.0711C22.9763%2015.1658%2022.9763%208.83418%2019.0711%204.92893C15.1658%201.02369%208.83418%201.02369%204.92893%204.92893C1.02369%208.83418%201.02369%2015.1658%204.92893%2019.0711Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.40381%2016.5967C4.8654%2014.0583%204.8654%209.94271%207.40381%207.4043M16.5962%207.4043C19.1346%209.94271%2019.1346%2014.0583%2016.5962%2016.5967%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/vinyl-record-linear.svg?color=%231a73e8&size=48