record vinyl icon

record-vinyl from Line Awesome by Icons8 · Line · Music · Apache-2.0 Free for personal and commercial use.

Name
record-vinyl
Set
Line Awesome
Style
Line
Category
Music
Viewbox
32×32
License
Apache 2.0
Aliases
record-vinyl-solid

The same icon in other sets

More music icons from Line Awesome

Use the record vinyl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m5.531 3.063l-1.906 1.874l1.438 1.438l1.875-1.906zM16 11c-2.75 0-5 2.25-5 5s2.25 5 5 5s5-2.25 5-5s-2.25-5-5-5m0 2c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.332-3 3-3m0 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-5.063 4.625l-1.874 1.906l1.406 1.407l1.906-1.875z"/></svg>

React

import type { SVGProps } from "react";

export function LaRecordVinyl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m5.531 3.063l-1.906 1.874l1.438 1.438l1.875-1.906zM16 11c-2.75 0-5 2.25-5 5s2.25 5 5 5s5-2.25 5-5s-2.25-5-5-5m0 2c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.332-3 3-3m0 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-5.063 4.625l-1.874 1.906l1.406 1.407l1.906-1.875z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2c5.535 0 10 4.465 10 10s-4.465 10-10 10S6 21.535 6 16S10.465 6 16 6m5.531 3.063l-1.906 1.874l1.438 1.438l1.875-1.906zM16 11c-2.75 0-5 2.25-5 5s2.25 5 5 5s5-2.25 5-5s-2.25-5-5-5m0 2c1.668 0 3 1.332 3 3s-1.332 3-3 3s-3-1.332-3-3s1.332-3 3-3m0 2c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m-5.063 4.625l-1.874 1.906l1.406 1.407l1.906-1.875z"/></svg>
</template>

CSS

.icon-record-vinyl {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010s-4.465%2010-10%2010S6%2021.535%206%2016S10.465%206%2016%206m5.531%203.063l-1.906%201.874l1.438%201.438l1.875-1.906zM16%2011c-2.75%200-5%202.25-5%205s2.25%205%205%205s5-2.25%205-5s-2.25-5-5-5m0%202c1.668%200%203%201.332%203%203s-1.332%203-3%203s-3-1.332-3-3s1.332-3%203-3m0%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-5.063%204.625l-1.874%201.906l1.406%201.407l1.906-1.875z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010s-4.465%2010-10%2010S6%2021.535%206%2016S10.465%206%2016%206m5.531%203.063l-1.906%201.874l1.438%201.438l1.875-1.906zM16%2011c-2.75%200-5%202.25-5%205s2.25%205%205%205s5-2.25%205-5s-2.25-5-5-5m0%202c1.668%200%203%201.332%203%203s-1.332%203-3%203s-3-1.332-3-3s1.332-3%203-3m0%202c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m-5.063%204.625l-1.874%201.906l1.406%201.407l1.906-1.875z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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