bullseye icon
bullseye from Line Awesome by Icons8 · Line · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- bullseye
- Set
- Line Awesome
- Style
- Line
- Category
- Objects
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- bullseye-solid
The same icon in other sets
bullseyeBootstrap IconsbullseyeBoxIcons v2bullseyeBoxIcons v2 SolidbullseyeFont Awesome 6 SolidbullseyeFont Awesome SolidbullseyeFluent EmojibullseyeFluent Emoji FlatbullseyeFluent Emoji High ContrastbullseyeMaterial Design IconsbullseyeNoto EmojibullseyeOpenMojibullseyePixelarticonsbullseyePrime IconsbullseyeTwitter EmojibullseyeUnicons
More objects icons from Line Awesome
Use the bullseye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.828 3 3 8.828 3 16s5.828 13 13 13s13-5.828 13-13S23.172 3 16 3m0 1c6.633 0 12 5.367 12 12s-5.367 12-12 12S4 22.633 4 16S9.367 4 16 4m0 2C10.488 6 6 10.488 6 16s4.488 10 10 10s10-4.488 10-10S21.512 6 16 6m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 2c-3.3 0-6 2.7-6 6s2.7 6 6 6s6-2.7 6-6s-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4m0 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></svg>
React
import type { SVGProps } from "react";
export function LaBullseye(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.828 3 3 8.828 3 16s5.828 13 13 13s13-5.828 13-13S23.172 3 16 3m0 1c6.633 0 12 5.367 12 12s-5.367 12-12 12S4 22.633 4 16S9.367 4 16 4m0 2C10.488 6 6 10.488 6 16s4.488 10 10 10s10-4.488 10-10S21.512 6 16 6m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 2c-3.3 0-6 2.7-6 6s2.7 6 6 6s6-2.7 6-6s-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4m0 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.828 3 3 8.828 3 16s5.828 13 13 13s13-5.828 13-13S23.172 3 16 3m0 1c6.633 0 12 5.367 12 12s-5.367 12-12 12S4 22.633 4 16S9.367 4 16 4m0 2C10.488 6 6 10.488 6 16s4.488 10 10 10s10-4.488 10-10S21.512 6 16 6m0 2c4.43 0 8 3.57 8 8s-3.57 8-8 8s-8-3.57-8-8s3.57-8 8-8m0 2c-3.3 0-6 2.7-6 6s2.7 6 6 6s6-2.7 6-6s-2.7-6-6-6m0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4s-4-1.777-4-4s1.777-4 4-4m0 2a1.999 1.999 0 1 0 0 4a1.999 1.999 0 1 0 0-4"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.828%203%203%208.828%203%2016s5.828%2013%2013%2013s13-5.828%2013-13S23.172%203%2016%203m0%201c6.633%200%2012%205.367%2012%2012s-5.367%2012-12%2012S4%2022.633%204%2016S9.367%204%2016%204m0%202C10.488%206%206%2010.488%206%2016s4.488%2010%2010%2010s10-4.488%2010-10S21.512%206%2016%206m0%202c4.43%200%208%203.57%208%208s-3.57%208-8%208s-8-3.57-8-8s3.57-8%208-8m0%202c-3.3%200-6%202.7-6%206s2.7%206%206%206s6-2.7%206-6s-2.7-6-6-6m0%202c2.223%200%204%201.777%204%204s-1.777%204-4%204s-4-1.777-4-4s1.777-4%204-4m0%202a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203C8.828%203%203%208.828%203%2016s5.828%2013%2013%2013s13-5.828%2013-13S23.172%203%2016%203m0%201c6.633%200%2012%205.367%2012%2012s-5.367%2012-12%2012S4%2022.633%204%2016S9.367%204%2016%204m0%202C10.488%206%206%2010.488%206%2016s4.488%2010%2010%2010s10-4.488%2010-10S21.512%206%2016%206m0%202c4.43%200%208%203.57%208%208s-3.57%208-8%208s-8-3.57-8-8s3.57-8%208-8m0%202c-3.3%200-6%202.7-6%206s2.7%206%206%206s6-2.7%206-6s-2.7-6-6-6m0%202c2.223%200%204%201.777%204%204s-1.777%204-4%204s-4-1.777-4-4s1.777-4%204-4m0%202a1.999%201.999%200%201%200%200%204a1.999%201.999%200%201%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/bullseye.svg?color=%231a73e8&size=48