target icon
target-fill from Remix Icon by Remix Design · Fill · Game & Sports · Apache-2.0 Free for personal and commercial use.
- Name
- target-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Game & Sports
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
targetCarbontargetCodiconstargetFeather Iconstarget-16-filledFluent UI System IconstargetIconParktargetIconPark OutlinetargetJam IconstargetLucidetargetMaterial SymbolstargetMaterial Symbols LighttargetMaterial Design Iconstarget-fillMingCute IcontargetMyna UI IconstargetPhosphortargetPixelarticonstargetRadix IconstargetSimple Iconstarget-boldSolartargetTabler Iconstarget-outlineTeenyicons
More game & sports icons from Remix Icon
baseball-fillbasketball-fillbilliards-fillboxing-fillchess-filldice-1-filldice-2-filldice-3-filldice-4-filldice-5-filldice-6-filldice-fillfootball-fillgame-2-fillgame-fillgolf-ball-fillpiano-fillpiano-grand-fillping-pong-fillpoker-clubs-fillpoker-diamonds-fillpoker-hearts-fillpoker-spades-fillsword-fill
Use the target icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a1 1 0 1 1 0 2a8 8 0 1 0 8 8a1 1 0 1 1 2 0c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 4a1 1 0 1 1 0 2a4 4 0 1 0 4 4a1 1 0 1 1 2 0a6 6 0 1 1-6-6m6.571-3.9a.5.5 0 0 1 .5.5v1.83a.5.5 0 0 0 .5.499H21.4a.5.5 0 0 1 .5.5v.915l-1.888 1.888a2 2 0 0 1-1.414.586h-2l-3.89 3.889a1 1 0 0 1-1.414-1.414l3.89-3.889v-2a2 2 0 0 1 .585-1.414l1.89-1.89z"/></svg>
React
import type { SVGProps } from "react";
export function RiTargetFill(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" d="M12 2a1 1 0 1 1 0 2a8 8 0 1 0 8 8a1 1 0 1 1 2 0c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 4a1 1 0 1 1 0 2a4 4 0 1 0 4 4a1 1 0 1 1 2 0a6 6 0 1 1-6-6m6.571-3.9a.5.5 0 0 1 .5.5v1.83a.5.5 0 0 0 .5.499H21.4a.5.5 0 0 1 .5.5v.915l-1.888 1.888a2 2 0 0 1-1.414.586h-2l-3.89 3.889a1 1 0 0 1-1.414-1.414l3.89-3.889v-2a2 2 0 0 1 .585-1.414l1.89-1.89z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2a1 1 0 1 1 0 2a8 8 0 1 0 8 8a1 1 0 1 1 2 0c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2m0 4a1 1 0 1 1 0 2a4 4 0 1 0 4 4a1 1 0 1 1 2 0a6 6 0 1 1-6-6m6.571-3.9a.5.5 0 0 1 .5.5v1.83a.5.5 0 0 0 .5.499H21.4a.5.5 0 0 1 .5.5v.915l-1.888 1.888a2 2 0 0 1-1.414.586h-2l-3.89 3.889a1 1 0 0 1-1.414-1.414l3.89-3.889v-2a2 2 0 0 1 .585-1.414l1.89-1.89z"/></svg> </template>
CSS
.icon-target-fill {
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%20d%3D%22M12%202a1%201%200%201%201%200%202a8%208%200%201%200%208%208a1%201%200%201%201%202%200c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%204a1%201%200%201%201%200%202a4%204%200%201%200%204%204a1%201%200%201%201%202%200a6%206%200%201%201-6-6m6.571-3.9a.5.5%200%200%201%20.5.5v1.83a.5.5%200%200%200%20.5.499H21.4a.5.5%200%200%201%20.5.5v.915l-1.888%201.888a2%202%200%200%201-1.414.586h-2l-3.89%203.889a1%201%200%200%201-1.414-1.414l3.89-3.889v-2a2%202%200%200%201%20.585-1.414l1.89-1.89z%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%20d%3D%22M12%202a1%201%200%201%201%200%202a8%208%200%201%200%208%208a1%201%200%201%201%202%200c0%205.523-4.477%2010-10%2010S2%2017.523%202%2012S6.477%202%2012%202m0%204a1%201%200%201%201%200%202a4%204%200%201%200%204%204a1%201%200%201%201%202%200a6%206%200%201%201-6-6m6.571-3.9a.5.5%200%200%201%20.5.5v1.83a.5.5%200%200%200%20.5.499H21.4a.5.5%200%200%201%20.5.5v.915l-1.888%201.888a2%202%200%200%201-1.414.586h-2l-3.89%203.889a1%201%200%200%201-1.414-1.414l3.89-3.889v-2a2%202%200%200%201%20.585-1.414l1.89-1.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/target-fill.svg?color=%231a73e8&size=48