target icon
target-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- target-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All target icons →targetCarbontargetCodiconstargetDither IconstargetFeather Iconstarget-16-filledFluent UI System IconstargetIconParktargetIconPark OutlinetargetJam IconstargetLucidetargetMaterial SymbolstargetMaterial Symbols LighttargetMaterial Design Iconstarget-fillMingCute IcontargetMyna UI IconstargetPhosphortargetPixelarticonstargetRadix Iconstarget-fillRemix IcontargetSimple Iconstarget-boldSolartargetTabler Iconstarget-outlineTeenyicons
More ui icons from Reicon
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" fill-rule="evenodd" d="M11.248 2A10.03 10.03 0 0 0 2 11.248h2.98a.752.752 0 1 1 0 1.504H2A10.03 10.03 0 0 0 11.248 22v-2.98a.752.752 0 0 1 1.504 0V22A10.03 10.03 0 0 0 22 12.752h-2.98a.752.752 0 0 1 0-1.504H22A10.03 10.03 0 0 0 12.752 2v2.98a.752.752 0 1 1-1.504 0zM9.242 12c0-.415.337-.752.752-.752h1.254V9.994a.752.752 0 1 1 1.504 0v1.254h1.254a.752.752 0 0 1 0 1.504h-1.254v1.254a.752.752 0 0 1-1.504 0v-1.254H9.994A.75.75 0 0 1 9.242 12" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTargetFilled(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" fillRule="evenodd" d="M11.248 2A10.03 10.03 0 0 0 2 11.248h2.98a.752.752 0 1 1 0 1.504H2A10.03 10.03 0 0 0 11.248 22v-2.98a.752.752 0 0 1 1.504 0V22A10.03 10.03 0 0 0 22 12.752h-2.98a.752.752 0 0 1 0-1.504H22A10.03 10.03 0 0 0 12.752 2v2.98a.752.752 0 1 1-1.504 0zM9.242 12c0-.415.337-.752.752-.752h1.254V9.994a.752.752 0 1 1 1.504 0v1.254h1.254a.752.752 0 0 1 0 1.504h-1.254v1.254a.752.752 0 0 1-1.504 0v-1.254H9.994A.75.75 0 0 1 9.242 12" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.248 2A10.03 10.03 0 0 0 2 11.248h2.98a.752.752 0 1 1 0 1.504H2A10.03 10.03 0 0 0 11.248 22v-2.98a.752.752 0 0 1 1.504 0V22A10.03 10.03 0 0 0 22 12.752h-2.98a.752.752 0 0 1 0-1.504H22A10.03 10.03 0 0 0 12.752 2v2.98a.752.752 0 1 1-1.504 0zM9.242 12c0-.415.337-.752.752-.752h1.254V9.994a.752.752 0 1 1 1.504 0v1.254h1.254a.752.752 0 0 1 0 1.504h-1.254v1.254a.752.752 0 0 1-1.504 0v-1.254H9.994A.75.75 0 0 1 9.242 12" clip-rule="evenodd"/></svg> </template>
CSS
.icon-target-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M11.248%202A10.03%2010.03%200%200%200%202%2011.248h2.98a.752.752%200%201%201%200%201.504H2A10.03%2010.03%200%200%200%2011.248%2022v-2.98a.752.752%200%200%201%201.504%200V22A10.03%2010.03%200%200%200%2022%2012.752h-2.98a.752.752%200%200%201%200-1.504H22A10.03%2010.03%200%200%200%2012.752%202v2.98a.752.752%200%201%201-1.504%200zM9.242%2012c0-.415.337-.752.752-.752h1.254V9.994a.752.752%200%201%201%201.504%200v1.254h1.254a.752.752%200%200%201%200%201.504h-1.254v1.254a.752.752%200%200%201-1.504%200v-1.254H9.994A.75.75%200%200%201%209.242%2012%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.248%202A10.03%2010.03%200%200%200%202%2011.248h2.98a.752.752%200%201%201%200%201.504H2A10.03%2010.03%200%200%200%2011.248%2022v-2.98a.752.752%200%200%201%201.504%200V22A10.03%2010.03%200%200%200%2022%2012.752h-2.98a.752.752%200%200%201%200-1.504H22A10.03%2010.03%200%200%200%2012.752%202v2.98a.752.752%200%201%201-1.504%200zM9.242%2012c0-.415.337-.752.752-.752h1.254V9.994a.752.752%200%201%201%201.504%200v1.254h1.254a.752.752%200%200%201%200%201.504h-1.254v1.254a.752.752%200%200%201-1.504%200v-1.254H9.994A.75.75%200%200%201%209.242%2012%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/target-filled.svg?color=%231a73e8&size=48