bullseye icon
bullseye from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- bullseye
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All bullseye icons →bullseyeBootstrap IconsbullseyeBoxIcons v2bullseyeBoxIcons v2 SolidbullseyeFont Awesome 6 SolidbullseyeFont Awesome SolidbullseyeFluent EmojibullseyeFluent Emoji FlatbullseyeFluent Emoji High ContrastbullseyeLine AwesomebullseyeMaterial Design IconsbullseyeNoto EmojibullseyeOpenMojibullseyePixelarticonsbullseyePrime IconsbullseyeTwitter EmojibullseyeUnicons
More ui icons from Reicon
Use the bullseye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1.25a.75.75 0 0 1 0 1.5A9.25 9.25 0 1 0 21.25 12a.75.75 0 0 1 1.5 0c0 5.937-4.813 10.75-10.75 10.75S1.25 17.937 1.25 12S6.063 1.25 12 1.25"/><path d="M10.85 6.365a.75.75 0 1 1 .3 1.47A4.252 4.252 0 0 0 12 16.25a4.25 4.25 0 0 0 4.165-3.4a.75.75 0 0 1 1.47.299a5.752 5.752 0 0 1-11.385-1.15a5.75 5.75 0 0 1 4.6-5.634"/><path fill-rule="evenodd" d="M15.31 9.75h3.069a2.25 2.25 0 0 0 1.59-.659l2.135-2.134c.63-.63.183-1.707-.708-1.707H18.75V2.604c0-.891-1.077-1.338-1.707-.708L14.909 4.03a2.25 2.25 0 0 0-.659 1.591V8.69l-2.78 2.78a.75.75 0 1 0 1.06 1.061zm1.94-4.06V3.81l-1.28 1.281a.75.75 0 0 0-.22.53V7.19zm-.44 2.56l1.5-1.5h1.88l-1.281 1.28a.75.75 0 0 1-.53.22z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBullseye(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="M12 1.25a.75.75 0 0 1 0 1.5A9.25 9.25 0 1 0 21.25 12a.75.75 0 0 1 1.5 0c0 5.937-4.813 10.75-10.75 10.75S1.25 17.937 1.25 12S6.063 1.25 12 1.25"/><path d="M10.85 6.365a.75.75 0 1 1 .3 1.47A4.252 4.252 0 0 0 12 16.25a4.25 4.25 0 0 0 4.165-3.4a.75.75 0 0 1 1.47.299a5.752 5.752 0 0 1-11.385-1.15a5.75 5.75 0 0 1 4.6-5.634"/><path fillRule="evenodd" d="M15.31 9.75h3.069a2.25 2.25 0 0 0 1.59-.659l2.135-2.134c.63-.63.183-1.707-.708-1.707H18.75V2.604c0-.891-1.077-1.338-1.707-.708L14.909 4.03a2.25 2.25 0 0 0-.659 1.591V8.69l-2.78 2.78a.75.75 0 1 0 1.06 1.061zm1.94-4.06V3.81l-1.28 1.281a.75.75 0 0 0-.22.53V7.19zm-.44 2.56l1.5-1.5h1.88l-1.281 1.28a.75.75 0 0 1-.53.22z" 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="M12 1.25a.75.75 0 0 1 0 1.5A9.25 9.25 0 1 0 21.25 12a.75.75 0 0 1 1.5 0c0 5.937-4.813 10.75-10.75 10.75S1.25 17.937 1.25 12S6.063 1.25 12 1.25"/><path d="M10.85 6.365a.75.75 0 1 1 .3 1.47A4.252 4.252 0 0 0 12 16.25a4.25 4.25 0 0 0 4.165-3.4a.75.75 0 0 1 1.47.299a5.752 5.752 0 0 1-11.385-1.15a5.75 5.75 0 0 1 4.6-5.634"/><path fill-rule="evenodd" d="M15.31 9.75h3.069a2.25 2.25 0 0 0 1.59-.659l2.135-2.134c.63-.63.183-1.707-.708-1.707H18.75V2.604c0-.891-1.077-1.338-1.707-.708L14.909 4.03a2.25 2.25 0 0 0-.659 1.591V8.69l-2.78 2.78a.75.75 0 1 0 1.06 1.061zm1.94-4.06V3.81l-1.28 1.281a.75.75 0 0 0-.22.53V7.19zm-.44 2.56l1.5-1.5h1.88l-1.281 1.28a.75.75 0 0 1-.53.22z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-bullseye {
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%22M12%201.25a.75.75%200%200%201%200%201.5A9.25%209.25%200%201%200%2021.25%2012a.75.75%200%200%201%201.5%200c0%205.937-4.813%2010.75-10.75%2010.75S1.25%2017.937%201.25%2012S6.063%201.25%2012%201.25%22%2F%3E%3Cpath%20d%3D%22M10.85%206.365a.75.75%200%201%201%20.3%201.47A4.252%204.252%200%200%200%2012%2016.25a4.25%204.25%200%200%200%204.165-3.4a.75.75%200%200%201%201.47.299a5.752%205.752%200%200%201-11.385-1.15a5.75%205.75%200%200%201%204.6-5.634%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.31%209.75h3.069a2.25%202.25%200%200%200%201.59-.659l2.135-2.134c.63-.63.183-1.707-.708-1.707H18.75V2.604c0-.891-1.077-1.338-1.707-.708L14.909%204.03a2.25%202.25%200%200%200-.659%201.591V8.69l-2.78%202.78a.75.75%200%201%200%201.06%201.061zm1.94-4.06V3.81l-1.28%201.281a.75.75%200%200%200-.22.53V7.19zm-.44%202.56l1.5-1.5h1.88l-1.281%201.28a.75.75%200%200%201-.53.22z%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%22M12%201.25a.75.75%200%200%201%200%201.5A9.25%209.25%200%201%200%2021.25%2012a.75.75%200%200%201%201.5%200c0%205.937-4.813%2010.75-10.75%2010.75S1.25%2017.937%201.25%2012S6.063%201.25%2012%201.25%22%2F%3E%3Cpath%20d%3D%22M10.85%206.365a.75.75%200%201%201%20.3%201.47A4.252%204.252%200%200%200%2012%2016.25a4.25%204.25%200%200%200%204.165-3.4a.75.75%200%200%201%201.47.299a5.752%205.752%200%200%201-11.385-1.15a5.75%205.75%200%200%201%204.6-5.634%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M15.31%209.75h3.069a2.25%202.25%200%200%200%201.59-.659l2.135-2.134c.63-.63.183-1.707-.708-1.707H18.75V2.604c0-.891-1.077-1.338-1.707-.708L14.909%204.03a2.25%202.25%200%200%200-.659%201.591V8.69l-2.78%202.78a.75.75%200%201%200%201.06%201.061zm1.94-4.06V3.81l-1.28%201.281a.75.75%200%200%200-.22.53V7.19zm-.44%202.56l1.5-1.5h1.88l-1.281%201.28a.75.75%200%200%201-.53.22z%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/bullseye.svg?color=%231a73e8&size=48