reel icon
reel-bold from Solar by 480 Design · Bold · Video · CC-BY-4.0 Attribution required.
- Name
- reel-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
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-off-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-bold
Use the reel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12C2 17.5228 6.47715 22 12 22H21.25C21.6642 22 22 21.6642 22 21.25C22 20.8358 21.6642 20.5 21.25 20.5H17.2704C20.1097 18.7358 22 15.5887 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9ZM12 18C12.8284 18 13.5 17.3284 13.5 16.5C13.5 15.6716 12.8284 15 12 15C11.1716 15 10.5 15.6716 10.5 16.5C10.5 17.3284 11.1716 18 12 18ZM7.5 10.5C8.32843 10.5 9 11.1716 9 12C9 12.8284 8.32843 13.5 7.5 13.5C6.67157 13.5 6 12.8284 6 12C6 11.1716 6.67157 10.5 7.5 10.5ZM18 12C18 11.1716 17.3284 10.5 16.5 10.5C15.6716 10.5 15 11.1716 15 12C15 12.8284 15.6716 13.5 16.5 13.5C17.3284 13.5 18 12.8284 18 12Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarReelBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M2 12C2 17.5228 6.47715 22 12 22H21.25C21.6642 22 22 21.6642 22 21.25C22 20.8358 21.6642 20.5 21.25 20.5H17.2704C20.1097 18.7358 22 15.5887 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9ZM12 18C12.8284 18 13.5 17.3284 13.5 16.5C13.5 15.6716 12.8284 15 12 15C11.1716 15 10.5 15.6716 10.5 16.5C10.5 17.3284 11.1716 18 12 18ZM7.5 10.5C8.32843 10.5 9 11.1716 9 12C9 12.8284 8.32843 13.5 7.5 13.5C6.67157 13.5 6 12.8284 6 12C6 11.1716 6.67157 10.5 7.5 10.5ZM18 12C18 11.1716 17.3284 10.5 16.5 10.5C15.6716 10.5 15 11.1716 15 12C15 12.8284 15.6716 13.5 16.5 13.5C17.3284 13.5 18 12.8284 18 12Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2 12C2 17.5228 6.47715 22 12 22H21.25C21.6642 22 22 21.6642 22 21.25C22 20.8358 21.6642 20.5 21.25 20.5H17.2704C20.1097 18.7358 22 15.5887 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12ZM12 9C12.8284 9 13.5 8.32843 13.5 7.5C13.5 6.67157 12.8284 6 12 6C11.1716 6 10.5 6.67157 10.5 7.5C10.5 8.32843 11.1716 9 12 9ZM12 18C12.8284 18 13.5 17.3284 13.5 16.5C13.5 15.6716 12.8284 15 12 15C11.1716 15 10.5 15.6716 10.5 16.5C10.5 17.3284 11.1716 18 12 18ZM7.5 10.5C8.32843 10.5 9 11.1716 9 12C9 12.8284 8.32843 13.5 7.5 13.5C6.67157 13.5 6 12.8284 6 12C6 11.1716 6.67157 10.5 7.5 10.5ZM18 12C18 11.1716 17.3284 10.5 16.5 10.5C15.6716 10.5 15 11.1716 15 12C15 12.8284 15.6716 13.5 16.5 13.5C17.3284 13.5 18 12.8284 18 12Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-reel-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%2017.5228%206.47715%2022%2012%2022H21.25C21.6642%2022%2022%2021.6642%2022%2021.25C22%2020.8358%2021.6642%2020.5%2021.25%2020.5H17.2704C20.1097%2018.7358%2022%2015.5887%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012ZM12%209C12.8284%209%2013.5%208.32843%2013.5%207.5C13.5%206.67157%2012.8284%206%2012%206C11.1716%206%2010.5%206.67157%2010.5%207.5C10.5%208.32843%2011.1716%209%2012%209ZM12%2018C12.8284%2018%2013.5%2017.3284%2013.5%2016.5C13.5%2015.6716%2012.8284%2015%2012%2015C11.1716%2015%2010.5%2015.6716%2010.5%2016.5C10.5%2017.3284%2011.1716%2018%2012%2018ZM7.5%2010.5C8.32843%2010.5%209%2011.1716%209%2012C9%2012.8284%208.32843%2013.5%207.5%2013.5C6.67157%2013.5%206%2012.8284%206%2012C6%2011.1716%206.67157%2010.5%207.5%2010.5ZM18%2012C18%2011.1716%2017.3284%2010.5%2016.5%2010.5C15.6716%2010.5%2015%2011.1716%2015%2012C15%2012.8284%2015.6716%2013.5%2016.5%2013.5C17.3284%2013.5%2018%2012.8284%2018%2012Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2012C2%2017.5228%206.47715%2022%2012%2022H21.25C21.6642%2022%2022%2021.6642%2022%2021.25C22%2020.8358%2021.6642%2020.5%2021.25%2020.5H17.2704C20.1097%2018.7358%2022%2015.5887%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012ZM12%209C12.8284%209%2013.5%208.32843%2013.5%207.5C13.5%206.67157%2012.8284%206%2012%206C11.1716%206%2010.5%206.67157%2010.5%207.5C10.5%208.32843%2011.1716%209%2012%209ZM12%2018C12.8284%2018%2013.5%2017.3284%2013.5%2016.5C13.5%2015.6716%2012.8284%2015%2012%2015C11.1716%2015%2010.5%2015.6716%2010.5%2016.5C10.5%2017.3284%2011.1716%2018%2012%2018ZM7.5%2010.5C8.32843%2010.5%209%2011.1716%209%2012C9%2012.8284%208.32843%2013.5%207.5%2013.5C6.67157%2013.5%206%2012.8284%206%2012C6%2011.1716%206.67157%2010.5%207.5%2010.5ZM18%2012C18%2011.1716%2017.3284%2010.5%2016.5%2010.5C15.6716%2010.5%2015%2011.1716%2015%2012C15%2012.8284%2015.6716%2013.5%2016.5%2013.5C17.3284%2013.5%2018%2012.8284%2018%2012Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/reel-bold.svg?color=%231a73e8&size=48