target icon
target from IconPark Outline by ByteDance · Outline · Others · Apache-2.0 Free for personal and commercial use.
- Name
- target
- Set
- IconPark Outline
- Style
- Outline
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
targetCarbontargetCodiconstargetFeather Iconstarget-16-filledFluent UI System IconstargetIconParktargetJam IconstargetLucidetargetMaterial SymbolstargetMaterial Symbols LighttargetMaterial Design Iconstarget-fillMingCute IcontargetMyna UI IconstargetPhosphortargetPixelarticonstargetRadix Iconstarget-fillRemix IcontargetSimple Iconstarget-boldSolartargetTabler Iconstarget-outlineTeenyicons
More others icons from IconPark Outline
Use the target icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21.417 18.583a6 6 0 1 0 8 8"/><path d="M28.28 11.72C26.94 11.255 25.5 11 24 11c-7.18 0-13 5.82-13 13s5.82 13 13 13s13-5.82 13-13c0-1.5-.254-2.94-.72-4.28"/><path d="M33.568 6.433A19.9 19.9 0 0 0 24 4C12.954 4 4 12.954 4 24s8.954 20 20 20s20-8.954 20-20a19.9 19.9 0 0 0-2.432-9.567M44 4L24 24"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineTarget(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M21.417 18.583a6 6 0 1 0 8 8"/><path d="M28.28 11.72C26.94 11.255 25.5 11 24 11c-7.18 0-13 5.82-13 13s5.82 13 13 13s13-5.82 13-13c0-1.5-.254-2.94-.72-4.28"/><path d="M33.568 6.433A19.9 19.9 0 0 0 24 4C12.954 4 4 12.954 4 24s8.954 20 20 20s20-8.954 20-20a19.9 19.9 0 0 0-2.432-9.567M44 4L24 24"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21.417 18.583a6 6 0 1 0 8 8"/><path d="M28.28 11.72C26.94 11.255 25.5 11 24 11c-7.18 0-13 5.82-13 13s5.82 13 13 13s13-5.82 13-13c0-1.5-.254-2.94-.72-4.28"/><path d="M33.568 6.433A19.9 19.9 0 0 0 24 4C12.954 4 4 12.954 4 24s8.954 20 20 20s20-8.954 20-20a19.9 19.9 0 0 0-2.432-9.567M44 4L24 24"/></g></svg> </template>
CSS
.icon-target {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21.417%2018.583a6%206%200%201%200%208%208%22%2F%3E%3Cpath%20d%3D%22M28.28%2011.72C26.94%2011.255%2025.5%2011%2024%2011c-7.18%200-13%205.82-13%2013s5.82%2013%2013%2013s13-5.82%2013-13c0-1.5-.254-2.94-.72-4.28%22%2F%3E%3Cpath%20d%3D%22M33.568%206.433A19.9%2019.9%200%200%200%2024%204C12.954%204%204%2012.954%204%2024s8.954%2020%2020%2020s20-8.954%2020-20a19.9%2019.9%200%200%200-2.432-9.567M44%204L24%2024%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21.417%2018.583a6%206%200%201%200%208%208%22%2F%3E%3Cpath%20d%3D%22M28.28%2011.72C26.94%2011.255%2025.5%2011%2024%2011c-7.18%200-13%205.82-13%2013s5.82%2013%2013%2013s13-5.82%2013-13c0-1.5-.254-2.94-.72-4.28%22%2F%3E%3Cpath%20d%3D%22M33.568%206.433A19.9%2019.9%200%200%200%2024%204C12.954%204%204%2012.954%204%2024s8.954%2020%2020%2020s20-8.954%2020-20a19.9%2019.9%200%200%200-2.432-9.567M44%204L24%2024%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/target.svg?color=%231a73e8&size=48