reel 2 icon

reel-2-outline from Solar by 480 Design · Outline · Video · CC-BY-4.0 Attribution required.

Name
reel-2-outline
Set
Solar
Style
Outline
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More video icons from Solar

Use the reel 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75ZM17.4805 21.25C20.6354 19.3767 22.75 15.9353 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75H22C22.4142 22.75 22.75 22.4142 22.75 22C22.75 21.5858 22.4142 21.25 22 21.25H17.4805ZM12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75ZM8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12Z" clip-rule="evenodd"/><path d="M19.5 12C19.5 12.5523 19.0523 13 18.5 13C17.9477 13 17.5 12.5523 17.5 12C17.5 11.4477 17.9477 11 18.5 11C19.0523 11 19.5 11.4477 19.5 12Z"/><path d="M6.5 12C6.5 12.5523 6.05228 13 5.5 13C4.94772 13 4.5 12.5523 4.5 12C4.5 11.4477 4.94772 11 5.5 11C6.05228 11 6.5 11.4477 6.5 12Z"/><path d="M12 4.5C12.5523 4.5 13 4.94772 13 5.5C13 6.05228 12.5523 6.5 12 6.5C11.4477 6.5 11 6.05228 11 5.5C11 4.94772 11.4477 4.5 12 4.5Z"/><path d="M12 17.5C12.5523 17.5 13 17.9477 13 18.5C13 19.0523 12.5523 19.5 12 19.5C11.4477 19.5 11 19.0523 11 18.5C11 17.9477 11.4477 17.5 12 17.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarReel2Outline(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 fillRule="evenodd" d="M12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75ZM17.4805 21.25C20.6354 19.3767 22.75 15.9353 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75H22C22.4142 22.75 22.75 22.4142 22.75 22C22.75 21.5858 22.4142 21.25 22 21.25H17.4805ZM12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75ZM8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12Z" clipRule="evenodd"/><path d="M19.5 12C19.5 12.5523 19.0523 13 18.5 13C17.9477 13 17.5 12.5523 17.5 12C17.5 11.4477 17.9477 11 18.5 11C19.0523 11 19.5 11.4477 19.5 12Z"/><path d="M6.5 12C6.5 12.5523 6.05228 13 5.5 13C4.94772 13 4.5 12.5523 4.5 12C4.5 11.4477 4.94772 11 5.5 11C6.05228 11 6.5 11.4477 6.5 12Z"/><path d="M12 4.5C12.5523 4.5 13 4.94772 13 5.5C13 6.05228 12.5523 6.5 12 6.5C11.4477 6.5 11 6.05228 11 5.5C11 4.94772 11.4477 4.5 12 4.5Z"/><path d="M12 17.5C12.5523 17.5 13 17.9477 13 18.5C13 19.0523 12.5523 19.5 12 19.5C11.4477 19.5 11 19.0523 11 18.5C11 17.9477 11.4477 17.5 12 17.5Z"/></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 fill-rule="evenodd" d="M12 2.75C6.89137 2.75 2.75 6.89137 2.75 12C2.75 17.1086 6.89137 21.25 12 21.25C17.1086 21.25 21.25 17.1086 21.25 12C21.25 6.89137 17.1086 2.75 12 2.75ZM17.4805 21.25C20.6354 19.3767 22.75 15.9353 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75H22C22.4142 22.75 22.75 22.4142 22.75 22C22.75 21.5858 22.4142 21.25 22 21.25H17.4805ZM12 9.75C10.7574 9.75 9.75 10.7574 9.75 12C9.75 13.2426 10.7574 14.25 12 14.25C13.2426 14.25 14.25 13.2426 14.25 12C14.25 10.7574 13.2426 9.75 12 9.75ZM8.25 12C8.25 9.92893 9.92893 8.25 12 8.25C14.0711 8.25 15.75 9.92893 15.75 12C15.75 14.0711 14.0711 15.75 12 15.75C9.92893 15.75 8.25 14.0711 8.25 12Z" clip-rule="evenodd"/><path d="M19.5 12C19.5 12.5523 19.0523 13 18.5 13C17.9477 13 17.5 12.5523 17.5 12C17.5 11.4477 17.9477 11 18.5 11C19.0523 11 19.5 11.4477 19.5 12Z"/><path d="M6.5 12C6.5 12.5523 6.05228 13 5.5 13C4.94772 13 4.5 12.5523 4.5 12C4.5 11.4477 4.94772 11 5.5 11C6.05228 11 6.5 11.4477 6.5 12Z"/><path d="M12 4.5C12.5523 4.5 13 4.94772 13 5.5C13 6.05228 12.5523 6.5 12 6.5C11.4477 6.5 11 6.05228 11 5.5C11 4.94772 11.4477 4.5 12 4.5Z"/><path d="M12 17.5C12.5523 17.5 13 17.9477 13 18.5C13 19.0523 12.5523 19.5 12 19.5C11.4477 19.5 11 19.0523 11 18.5C11 17.9477 11.4477 17.5 12 17.5Z"/></g></svg>
</template>

CSS

.icon-reel-2-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75C6.89137%202.75%202.75%206.89137%202.75%2012C2.75%2017.1086%206.89137%2021.25%2012%2021.25C17.1086%2021.25%2021.25%2017.1086%2021.25%2012C21.25%206.89137%2017.1086%202.75%2012%202.75ZM17.4805%2021.25C20.6354%2019.3767%2022.75%2015.9353%2022.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2017.9371%206.06294%2022.75%2012%2022.75H22C22.4142%2022.75%2022.75%2022.4142%2022.75%2022C22.75%2021.5858%2022.4142%2021.25%2022%2021.25H17.4805ZM12%209.75C10.7574%209.75%209.75%2010.7574%209.75%2012C9.75%2013.2426%2010.7574%2014.25%2012%2014.25C13.2426%2014.25%2014.25%2013.2426%2014.25%2012C14.25%2010.7574%2013.2426%209.75%2012%209.75ZM8.25%2012C8.25%209.92893%209.92893%208.25%2012%208.25C14.0711%208.25%2015.75%209.92893%2015.75%2012C15.75%2014.0711%2014.0711%2015.75%2012%2015.75C9.92893%2015.75%208.25%2014.0711%208.25%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.5%2012C19.5%2012.5523%2019.0523%2013%2018.5%2013C17.9477%2013%2017.5%2012.5523%2017.5%2012C17.5%2011.4477%2017.9477%2011%2018.5%2011C19.0523%2011%2019.5%2011.4477%2019.5%2012Z%22%2F%3E%3Cpath%20d%3D%22M6.5%2012C6.5%2012.5523%206.05228%2013%205.5%2013C4.94772%2013%204.5%2012.5523%204.5%2012C4.5%2011.4477%204.94772%2011%205.5%2011C6.05228%2011%206.5%2011.4477%206.5%2012Z%22%2F%3E%3Cpath%20d%3D%22M12%204.5C12.5523%204.5%2013%204.94772%2013%205.5C13%206.05228%2012.5523%206.5%2012%206.5C11.4477%206.5%2011%206.05228%2011%205.5C11%204.94772%2011.4477%204.5%2012%204.5Z%22%2F%3E%3Cpath%20d%3D%22M12%2017.5C12.5523%2017.5%2013%2017.9477%2013%2018.5C13%2019.0523%2012.5523%2019.5%2012%2019.5C11.4477%2019.5%2011%2019.0523%2011%2018.5C11%2017.9477%2011.4477%2017.5%2012%2017.5Z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.75C6.89137%202.75%202.75%206.89137%202.75%2012C2.75%2017.1086%206.89137%2021.25%2012%2021.25C17.1086%2021.25%2021.25%2017.1086%2021.25%2012C21.25%206.89137%2017.1086%202.75%2012%202.75ZM17.4805%2021.25C20.6354%2019.3767%2022.75%2015.9353%2022.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2017.9371%206.06294%2022.75%2012%2022.75H22C22.4142%2022.75%2022.75%2022.4142%2022.75%2022C22.75%2021.5858%2022.4142%2021.25%2022%2021.25H17.4805ZM12%209.75C10.7574%209.75%209.75%2010.7574%209.75%2012C9.75%2013.2426%2010.7574%2014.25%2012%2014.25C13.2426%2014.25%2014.25%2013.2426%2014.25%2012C14.25%2010.7574%2013.2426%209.75%2012%209.75ZM8.25%2012C8.25%209.92893%209.92893%208.25%2012%208.25C14.0711%208.25%2015.75%209.92893%2015.75%2012C15.75%2014.0711%2014.0711%2015.75%2012%2015.75C9.92893%2015.75%208.25%2014.0711%208.25%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M19.5%2012C19.5%2012.5523%2019.0523%2013%2018.5%2013C17.9477%2013%2017.5%2012.5523%2017.5%2012C17.5%2011.4477%2017.9477%2011%2018.5%2011C19.0523%2011%2019.5%2011.4477%2019.5%2012Z%22%2F%3E%3Cpath%20d%3D%22M6.5%2012C6.5%2012.5523%206.05228%2013%205.5%2013C4.94772%2013%204.5%2012.5523%204.5%2012C4.5%2011.4477%204.94772%2011%205.5%2011C6.05228%2011%206.5%2011.4477%206.5%2012Z%22%2F%3E%3Cpath%20d%3D%22M12%204.5C12.5523%204.5%2013%204.94772%2013%205.5C13%206.05228%2012.5523%206.5%2012%206.5C11.4477%206.5%2011%206.05228%2011%205.5C11%204.94772%2011.4477%204.5%2012%204.5Z%22%2F%3E%3Cpath%20d%3D%22M12%2017.5C12.5523%2017.5%2013%2017.9477%2013%2018.5C13%2019.0523%2012.5523%2019.5%2012%2019.5C11.4477%2019.5%2011%2019.0523%2011%2018.5C11%2017.9477%2011.4477%2017.5%2012%2017.5Z%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/reel-2-outline.svg?color=%231a73e8&size=48