vinyl icon

vinyl-bold from Solar by 480 Design · Bold · Video · CC-BY-4.0 Attribution required.

Name
vinyl-bold
Set
Solar
Style
Bold
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.6311 10.4879C12.67 10.4879 13.5122 11.3301 13.5122 12.3689C13.5122 13.4078 12.67 14.25 11.6311 14.25C10.5922 14.25 9.75 13.4078 9.75 12.3689C9.75 11.3301 10.5922 10.4879 11.6311 10.4879Z"/><path fill-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM14.487 3.28447C14.2592 3.21292 14.0109 3.25412 13.8184 3.39542C13.6259 3.53672 13.5122 3.76123 13.5122 4.00001V9.55906C12.9744 9.19832 12.3274 8.98789 11.6311 8.98789C9.76379 8.98789 8.25 10.5016 8.25 12.3689C8.25 14.2363 9.76379 15.75 11.6311 15.75C13.4984 15.75 15.0122 14.2363 15.0122 12.3689V5.0937C17.0389 6.03733 18.6064 7.80369 19.2845 9.96238C19.4086 10.3576 19.8296 10.5773 20.2247 10.4532C20.6199 10.3291 20.8397 9.90808 20.7155 9.5129C19.7853 6.55129 17.4486 4.21465 14.487 3.28447Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarVinylBold(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="M11.6311 10.4879C12.67 10.4879 13.5122 11.3301 13.5122 12.3689C13.5122 13.4078 12.67 14.25 11.6311 14.25C10.5922 14.25 9.75 13.4078 9.75 12.3689C9.75 11.3301 10.5922 10.4879 11.6311 10.4879Z"/><path fillRule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM14.487 3.28447C14.2592 3.21292 14.0109 3.25412 13.8184 3.39542C13.6259 3.53672 13.5122 3.76123 13.5122 4.00001V9.55906C12.9744 9.19832 12.3274 8.98789 11.6311 8.98789C9.76379 8.98789 8.25 10.5016 8.25 12.3689C8.25 14.2363 9.76379 15.75 11.6311 15.75C13.4984 15.75 15.0122 14.2363 15.0122 12.3689V5.0937C17.0389 6.03733 18.6064 7.80369 19.2845 9.96238C19.4086 10.3576 19.8296 10.5773 20.2247 10.4532C20.6199 10.3291 20.8397 9.90808 20.7155 9.5129C19.7853 6.55129 17.4486 4.21465 14.487 3.28447Z" 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="M11.6311 10.4879C12.67 10.4879 13.5122 11.3301 13.5122 12.3689C13.5122 13.4078 12.67 14.25 11.6311 14.25C10.5922 14.25 9.75 13.4078 9.75 12.3689C9.75 11.3301 10.5922 10.4879 11.6311 10.4879Z"/><path fill-rule="evenodd" d="M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM14.487 3.28447C14.2592 3.21292 14.0109 3.25412 13.8184 3.39542C13.6259 3.53672 13.5122 3.76123 13.5122 4.00001V9.55906C12.9744 9.19832 12.3274 8.98789 11.6311 8.98789C9.76379 8.98789 8.25 10.5016 8.25 12.3689C8.25 14.2363 9.76379 15.75 11.6311 15.75C13.4984 15.75 15.0122 14.2363 15.0122 12.3689V5.0937C17.0389 6.03733 18.6064 7.80369 19.2845 9.96238C19.4086 10.3576 19.8296 10.5773 20.2247 10.4532C20.6199 10.3291 20.8397 9.90808 20.7155 9.5129C19.7853 6.55129 17.4486 4.21465 14.487 3.28447Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-vinyl-bold {
  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%22M11.6311%2010.4879C12.67%2010.4879%2013.5122%2011.3301%2013.5122%2012.3689C13.5122%2013.4078%2012.67%2014.25%2011.6311%2014.25C10.5922%2014.25%209.75%2013.4078%209.75%2012.3689C9.75%2011.3301%2010.5922%2010.4879%2011.6311%2010.4879Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022ZM14.487%203.28447C14.2592%203.21292%2014.0109%203.25412%2013.8184%203.39542C13.6259%203.53672%2013.5122%203.76123%2013.5122%204.00001V9.55906C12.9744%209.19832%2012.3274%208.98789%2011.6311%208.98789C9.76379%208.98789%208.25%2010.5016%208.25%2012.3689C8.25%2014.2363%209.76379%2015.75%2011.6311%2015.75C13.4984%2015.75%2015.0122%2014.2363%2015.0122%2012.3689V5.0937C17.0389%206.03733%2018.6064%207.80369%2019.2845%209.96238C19.4086%2010.3576%2019.8296%2010.5773%2020.2247%2010.4532C20.6199%2010.3291%2020.8397%209.90808%2020.7155%209.5129C19.7853%206.55129%2017.4486%204.21465%2014.487%203.28447Z%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%22M11.6311%2010.4879C12.67%2010.4879%2013.5122%2011.3301%2013.5122%2012.3689C13.5122%2013.4078%2012.67%2014.25%2011.6311%2014.25C10.5922%2014.25%209.75%2013.4078%209.75%2012.3689C9.75%2011.3301%2010.5922%2010.4879%2011.6311%2010.4879Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022ZM14.487%203.28447C14.2592%203.21292%2014.0109%203.25412%2013.8184%203.39542C13.6259%203.53672%2013.5122%203.76123%2013.5122%204.00001V9.55906C12.9744%209.19832%2012.3274%208.98789%2011.6311%208.98789C9.76379%208.98789%208.25%2010.5016%208.25%2012.3689C8.25%2014.2363%209.76379%2015.75%2011.6311%2015.75C13.4984%2015.75%2015.0122%2014.2363%2015.0122%2012.3689V5.0937C17.0389%206.03733%2018.6064%207.80369%2019.2845%209.96238C19.4086%2010.3576%2019.8296%2010.5773%2020.2247%2010.4532C20.6199%2010.3291%2020.8397%209.90808%2020.7155%209.5129C19.7853%206.55129%2017.4486%204.21465%2014.487%203.28447Z%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/solar/vinyl-bold.svg?color=%231a73e8&size=48