Spotlight Sharp Icon
Free SVG icon from the Pixelarticons collection. Download or copy for use in any project.
The Spotlight Sharp icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/313204.svg" alt="Spotlight Sharp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313204.svg" alt="Spotlight Sharp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313204.svg" alt="Spotlight Sharp icon" :width="24" :height="24" />
CSS background
.icon-spotlight-sharp {
background-image: url('https://proicons.com/icon/313204.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" viewBox="0 0 24 24"> <path d="M21 2H3v2h18V2Zm0 18H3v2h18v-2ZM5 4H3v16h2V4Zm16 0h-2v16h2V4Zm-8 2H7v2h6V6Zm-4 4H7v8h2v-8Zm8 0h-2v8h2v-8Zm-8 0h6v2H9zm0 6h6v2H9z"/> </svg>
Copied!