bullseye icon
bullseye-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- bullseye-filled
- Set
- Reicon
- Style
- Filled
- 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.75 2a.75.75 0 0 0-.75-.75C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12a.75.75 0 0 0-1.5 0A9.25 9.25 0 1 1 12 2.75a.75.75 0 0 0 .75-.75"/><path d="M11.735 6.95a.75.75 0 0 0-.884-.585A5.752 5.752 0 0 0 12 17.75a5.75 5.75 0 0 0 5.635-4.601a.75.75 0 0 0-1.47-.299A4.252 4.252 0 0 1 7.75 12a4.25 4.25 0 0 1 3.4-4.165a.75.75 0 0 0 .585-.885"/><path d="M14.5 8.44V5.62a2 2 0 0 1 .586-1.414l2.134-2.134a.75.75 0 0 1 1.28.53V5.44l.059.059h2.837a.75.75 0 0 1 .53 1.28l-2.133 2.134a2 2 0 0 1-1.414.586H15.56l-3.03 3.03a.75.75 0 1 1-1.061-1.06z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBullseyeFilled(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.75 2a.75.75 0 0 0-.75-.75C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12a.75.75 0 0 0-1.5 0A9.25 9.25 0 1 1 12 2.75a.75.75 0 0 0 .75-.75"/><path d="M11.735 6.95a.75.75 0 0 0-.884-.585A5.752 5.752 0 0 0 12 17.75a5.75 5.75 0 0 0 5.635-4.601a.75.75 0 0 0-1.47-.299A4.252 4.252 0 0 1 7.75 12a4.25 4.25 0 0 1 3.4-4.165a.75.75 0 0 0 .585-.885"/><path d="M14.5 8.44V5.62a2 2 0 0 1 .586-1.414l2.134-2.134a.75.75 0 0 1 1.28.53V5.44l.059.059h2.837a.75.75 0 0 1 .53 1.28l-2.133 2.134a2 2 0 0 1-1.414.586H15.56l-3.03 3.03a.75.75 0 1 1-1.061-1.06z"/></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.75 2a.75.75 0 0 0-.75-.75C6.063 1.25 1.25 6.063 1.25 12S6.063 22.75 12 22.75S22.75 17.937 22.75 12a.75.75 0 0 0-1.5 0A9.25 9.25 0 1 1 12 2.75a.75.75 0 0 0 .75-.75"/><path d="M11.735 6.95a.75.75 0 0 0-.884-.585A5.752 5.752 0 0 0 12 17.75a5.75 5.75 0 0 0 5.635-4.601a.75.75 0 0 0-1.47-.299A4.252 4.252 0 0 1 7.75 12a4.25 4.25 0 0 1 3.4-4.165a.75.75 0 0 0 .585-.885"/><path d="M14.5 8.44V5.62a2 2 0 0 1 .586-1.414l2.134-2.134a.75.75 0 0 1 1.28.53V5.44l.059.059h2.837a.75.75 0 0 1 .53 1.28l-2.133 2.134a2 2 0 0 1-1.414.586H15.56l-3.03 3.03a.75.75 0 1 1-1.061-1.06z"/></g></svg> </template>
CSS
.icon-bullseye-filled {
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.75%202a.75.75%200%200%200-.75-.75C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012a.75.75%200%200%200-1.5%200A9.25%209.25%200%201%201%2012%202.75a.75.75%200%200%200%20.75-.75%22%2F%3E%3Cpath%20d%3D%22M11.735%206.95a.75.75%200%200%200-.884-.585A5.752%205.752%200%200%200%2012%2017.75a5.75%205.75%200%200%200%205.635-4.601a.75.75%200%200%200-1.47-.299A4.252%204.252%200%200%201%207.75%2012a4.25%204.25%200%200%201%203.4-4.165a.75.75%200%200%200%20.585-.885%22%2F%3E%3Cpath%20d%3D%22M14.5%208.44V5.62a2%202%200%200%201%20.586-1.414l2.134-2.134a.75.75%200%200%201%201.28.53V5.44l.059.059h2.837a.75.75%200%200%201%20.53%201.28l-2.133%202.134a2%202%200%200%201-1.414.586H15.56l-3.03%203.03a.75.75%200%201%201-1.061-1.06z%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.75%202a.75.75%200%200%200-.75-.75C6.063%201.25%201.25%206.063%201.25%2012S6.063%2022.75%2012%2022.75S22.75%2017.937%2022.75%2012a.75.75%200%200%200-1.5%200A9.25%209.25%200%201%201%2012%202.75a.75.75%200%200%200%20.75-.75%22%2F%3E%3Cpath%20d%3D%22M11.735%206.95a.75.75%200%200%200-.884-.585A5.752%205.752%200%200%200%2012%2017.75a5.75%205.75%200%200%200%205.635-4.601a.75.75%200%200%200-1.47-.299A4.252%204.252%200%200%201%207.75%2012a4.25%204.25%200%200%201%203.4-4.165a.75.75%200%200%200%20.585-.885%22%2F%3E%3Cpath%20d%3D%22M14.5%208.44V5.62a2%202%200%200%201%20.586-1.414l2.134-2.134a.75.75%200%200%201%201.28.53V5.44l.059.059h2.837a.75.75%200%200%201%20.53%201.28l-2.133%202.134a2%202%200%200%201-1.414.586H15.56l-3.03%203.03a.75.75%200%201%201-1.061-1.06z%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-filled.svg?color=%231a73e8&size=48