vinyl2 icon

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

Name
vinyl2-duotone
Set
Reicon
Style
Duotone
Category
Video
Viewbox
24×24
License
MIT

2 other variants in Reicon

More video icons from Reicon

Use the vinyl2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0s3.905-10.237 0-14.142s-10.237-3.905-14.142 0s-3.905 10.237 0 14.142" opacity=".5"/><path d="M17.127 6.873a.75.75 0 1 0-1.061 1.06a5.75 5.75 0 0 1 0 8.132a.75.75 0 1 0 1.06 1.061a7.25 7.25 0 0 0 0-10.253M7.934 7.934a.75.75 0 0 0-1.06-1.061a7.25 7.25 0 0 0 0 10.253a.75.75 0 0 0 1.06-1.06a5.75 5.75 0 0 1 0-8.132"/><path fill-rule="evenodd" d="M9.348 9.348a3.75 3.75 0 1 1 5.304 5.303a3.75 3.75 0 0 1-5.304-5.303m1.061 1.06a2.25 2.25 0 1 1 3.182 3.183a2.25 2.25 0 0 1-3.182-3.182" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconVinyl2Duotone(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="M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0s3.905-10.237 0-14.142s-10.237-3.905-14.142 0s-3.905 10.237 0 14.142" opacity=".5"/><path d="M17.127 6.873a.75.75 0 1 0-1.061 1.06a5.75 5.75 0 0 1 0 8.132a.75.75 0 1 0 1.06 1.061a7.25 7.25 0 0 0 0-10.253M7.934 7.934a.75.75 0 0 0-1.06-1.061a7.25 7.25 0 0 0 0 10.253a.75.75 0 0 0 1.06-1.06a5.75 5.75 0 0 1 0-8.132"/><path fillRule="evenodd" d="M9.348 9.348a3.75 3.75 0 1 1 5.304 5.303a3.75 3.75 0 0 1-5.304-5.303m1.061 1.06a2.25 2.25 0 1 1 3.182 3.183a2.25 2.25 0 0 1-3.182-3.182" 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="M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0s3.905-10.237 0-14.142s-10.237-3.905-14.142 0s-3.905 10.237 0 14.142" opacity=".5"/><path d="M17.127 6.873a.75.75 0 1 0-1.061 1.06a5.75 5.75 0 0 1 0 8.132a.75.75 0 1 0 1.06 1.061a7.25 7.25 0 0 0 0-10.253M7.934 7.934a.75.75 0 0 0-1.06-1.061a7.25 7.25 0 0 0 0 10.253a.75.75 0 0 0 1.06-1.06a5.75 5.75 0 0 1 0-8.132"/><path fill-rule="evenodd" d="M9.348 9.348a3.75 3.75 0 1 1 5.304 5.303a3.75 3.75 0 0 1-5.304-5.303m1.061 1.06a2.25 2.25 0 1 1 3.182 3.183a2.25 2.25 0 0 1-3.182-3.182" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-vinyl2-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%22M4.929%2019.071c3.905%203.905%2010.237%203.905%2014.142%200s3.905-10.237%200-14.142s-10.237-3.905-14.142%200s-3.905%2010.237%200%2014.142%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M17.127%206.873a.75.75%200%201%200-1.061%201.06a5.75%205.75%200%200%201%200%208.132a.75.75%200%201%200%201.06%201.061a7.25%207.25%200%200%200%200-10.253M7.934%207.934a.75.75%200%200%200-1.06-1.061a7.25%207.25%200%200%200%200%2010.253a.75.75%200%200%200%201.06-1.06a5.75%205.75%200%200%201%200-8.132%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.348%209.348a3.75%203.75%200%201%201%205.304%205.303a3.75%203.75%200%200%201-5.304-5.303m1.061%201.06a2.25%202.25%200%201%201%203.182%203.183a2.25%202.25%200%200%201-3.182-3.182%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%22M4.929%2019.071c3.905%203.905%2010.237%203.905%2014.142%200s3.905-10.237%200-14.142s-10.237-3.905-14.142%200s-3.905%2010.237%200%2014.142%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M17.127%206.873a.75.75%200%201%200-1.061%201.06a5.75%205.75%200%200%201%200%208.132a.75.75%200%201%200%201.06%201.061a7.25%207.25%200%200%200%200-10.253M7.934%207.934a.75.75%200%200%200-1.06-1.061a7.25%207.25%200%200%200%200%2010.253a.75.75%200%200%200%201.06-1.06a5.75%205.75%200%200%201%200-8.132%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.348%209.348a3.75%203.75%200%201%201%205.304%205.303a3.75%203.75%200%200%201-5.304-5.303m1.061%201.06a2.25%202.25%200%201%201%203.182%203.183a2.25%202.25%200%200%201-3.182-3.182%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/vinyl2-duotone.svg?color=%231a73e8&size=48

Vinyl2 duotone icon — Reicon · IconsDB