target icon
target from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.
- Name
- target
- Set
- IconPark
- Style
- Color
- Category
- Others
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
targetCarbontargetCodiconstargetFeather Iconstarget-16-filledFluent UI System IconstargetIconPark OutlinetargetJam IconstargetLucidetargetMaterial SymbolstargetMaterial Symbols LighttargetMaterial Design Iconstarget-fillMingCute IcontargetMyna UI IconstargetPhosphortargetPixelarticonstargetRadix Iconstarget-fillRemix IcontargetSimple Iconstarget-boldSolartargetTabler Iconstarget-outlineTeenyicons
More others icons from IconPark
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="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21.4172 18.5828C19.3962 19.5481 18 21.6109 18 23.9999C18 27.3136 20.6863 29.9999 24 29.9999C26.389 29.9999 28.4519 28.6037 29.4172 26.5828"/><path d="M28.2793 11.7207C26.9392 11.2538 25.4992 11 24 11C16.8203 11 11 16.8203 11 24C11 31.1797 16.8203 37 24 37C31.1797 37 37 31.1797 37 24C37 22.5008 36.7462 21.0608 36.2793 19.7207"/><path d="M33.5675 6.43255C30.7255 4.88151 27.4657 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44C35.0457 44 44 35.0457 44 24C44 20.5343 43.1185 17.2745 41.5675 14.4325"/><path d="M44 4L24 24"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkTarget(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="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M21.4172 18.5828C19.3962 19.5481 18 21.6109 18 23.9999C18 27.3136 20.6863 29.9999 24 29.9999C26.389 29.9999 28.4519 28.6037 29.4172 26.5828"/><path d="M28.2793 11.7207C26.9392 11.2538 25.4992 11 24 11C16.8203 11 11 16.8203 11 24C11 31.1797 16.8203 37 24 37C31.1797 37 37 31.1797 37 24C37 22.5008 36.7462 21.0608 36.2793 19.7207"/><path d="M33.5675 6.43255C30.7255 4.88151 27.4657 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44C35.0457 44 44 35.0457 44 24C44 20.5343 43.1185 17.2745 41.5675 14.4325"/><path d="M44 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="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M21.4172 18.5828C19.3962 19.5481 18 21.6109 18 23.9999C18 27.3136 20.6863 29.9999 24 29.9999C26.389 29.9999 28.4519 28.6037 29.4172 26.5828"/><path d="M28.2793 11.7207C26.9392 11.2538 25.4992 11 24 11C16.8203 11 11 16.8203 11 24C11 31.1797 16.8203 37 24 37C31.1797 37 37 31.1797 37 24C37 22.5008 36.7462 21.0608 36.2793 19.7207"/><path d="M33.5675 6.43255C30.7255 4.88151 27.4657 4 24 4C12.9543 4 4 12.9543 4 24C4 35.0457 12.9543 44 24 44C35.0457 44 44 35.0457 44 24C44 20.5343 43.1185 17.2745 41.5675 14.4325"/><path d="M44 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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21.4172%2018.5828C19.3962%2019.5481%2018%2021.6109%2018%2023.9999C18%2027.3136%2020.6863%2029.9999%2024%2029.9999C26.389%2029.9999%2028.4519%2028.6037%2029.4172%2026.5828%22%2F%3E%3Cpath%20d%3D%22M28.2793%2011.7207C26.9392%2011.2538%2025.4992%2011%2024%2011C16.8203%2011%2011%2016.8203%2011%2024C11%2031.1797%2016.8203%2037%2024%2037C31.1797%2037%2037%2031.1797%2037%2024C37%2022.5008%2036.7462%2021.0608%2036.2793%2019.7207%22%2F%3E%3Cpath%20d%3D%22M33.5675%206.43255C30.7255%204.88151%2027.4657%204%2024%204C12.9543%204%204%2012.9543%204%2024C4%2035.0457%2012.9543%2044%2024%2044C35.0457%2044%2044%2035.0457%2044%2024C44%2020.5343%2043.1185%2017.2745%2041.5675%2014.4325%22%2F%3E%3Cpath%20d%3D%22M44%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%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M21.4172%2018.5828C19.3962%2019.5481%2018%2021.6109%2018%2023.9999C18%2027.3136%2020.6863%2029.9999%2024%2029.9999C26.389%2029.9999%2028.4519%2028.6037%2029.4172%2026.5828%22%2F%3E%3Cpath%20d%3D%22M28.2793%2011.7207C26.9392%2011.2538%2025.4992%2011%2024%2011C16.8203%2011%2011%2016.8203%2011%2024C11%2031.1797%2016.8203%2037%2024%2037C31.1797%2037%2037%2031.1797%2037%2024C37%2022.5008%2036.7462%2021.0608%2036.2793%2019.7207%22%2F%3E%3Cpath%20d%3D%22M33.5675%206.43255C30.7255%204.88151%2027.4657%204%2024%204C12.9543%204%204%2012.9543%204%2024C4%2035.0457%2012.9543%2044%2024%2044C35.0457%2044%2044%2035.0457%2044%2024C44%2020.5343%2043.1185%2017.2745%2041.5675%2014.4325%22%2F%3E%3Cpath%20d%3D%22M44%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/target.svg?color=%231a73e8&size=48