target icon
target-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- target-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
targetCarbontargetCodiconstargetFeather Iconstarget-16-filledFluent UI System IconstargetIconParktargetIconPark OutlinetargetJam IconstargetLucidetargetMaterial SymbolstargetMaterial Symbols LighttargetMaterial Design IconstargetMyna UI IconstargetPhosphortargetPixelarticonstargetRadix Iconstarget-fillRemix IcontargetSimple Iconstarget-boldSolartargetTabler Iconstarget-outlineTeenyicons
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 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10c0-.895-.12-1.763-.34-2.589l-2.124 2.124a3 3 0 0 1-.537.422L19 12a7 7 0 1 1-7-7l.043.001c.12-.192.259-.374.422-.537l2.124-2.124C13.763 2.12 12.895 2 12 2m-.414 5.018a5 5 0 1 0 5.395 5.396h-2.395q-.084 0-.167-.005l-.54.54a2 2 0 0 1-2.828-2.828l.54-.54a3 3 0 0 1-.005-.167zm6.918-4.892a1 1 0 0 0-1.09.217L13.88 5.879a1 1 0 0 0-.293.707V9l-1.83 1.828a1 1 0 0 0 1.416 1.414L15 10.414h2.414a1 1 0 0 0 .707-.293l3.535-3.535a1 1 0 0 0-.707-1.707h-1.828v-1.83a1 1 0 0 0-.617-.923"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteTargetFill(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 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10c0-.895-.12-1.763-.34-2.589l-2.124 2.124a3 3 0 0 1-.537.422L19 12a7 7 0 1 1-7-7l.043.001c.12-.192.259-.374.422-.537l2.124-2.124C13.763 2.12 12.895 2 12 2m-.414 5.018a5 5 0 1 0 5.395 5.396h-2.395q-.084 0-.167-.005l-.54.54a2 2 0 0 1-2.828-2.828l.54-.54a3 3 0 0 1-.005-.167zm6.918-4.892a1 1 0 0 0-1.09.217L13.88 5.879a1 1 0 0 0-.293.707V9l-1.83 1.828a1 1 0 0 0 1.416 1.414L15 10.414h2.414a1 1 0 0 0 .707-.293l3.535-3.535a1 1 0 0 0-.707-1.707h-1.828v-1.83a1 1 0 0 0-.617-.923"/></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 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10c0-.895-.12-1.763-.34-2.589l-2.124 2.124a3 3 0 0 1-.537.422L19 12a7 7 0 1 1-7-7l.043.001c.12-.192.259-.374.422-.537l2.124-2.124C13.763 2.12 12.895 2 12 2m-.414 5.018a5 5 0 1 0 5.395 5.396h-2.395q-.084 0-.167-.005l-.54.54a2 2 0 0 1-2.828-2.828l.54-.54a3 3 0 0 1-.005-.167zm6.918-4.892a1 1 0 0 0-1.09.217L13.88 5.879a1 1 0 0 0-.293.707V9l-1.83 1.828a1 1 0 0 0 1.416 1.414L15 10.414h2.414a1 1 0 0 0 .707-.293l3.535-3.535a1 1 0 0 0-.707-1.707h-1.828v-1.83a1 1 0 0 0-.617-.923"/></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%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10c0-.895-.12-1.763-.34-2.589l-2.124%202.124a3%203%200%200%201-.537.422L19%2012a7%207%200%201%201-7-7l.043.001c.12-.192.259-.374.422-.537l2.124-2.124C13.763%202.12%2012.895%202%2012%202m-.414%205.018a5%205%200%201%200%205.395%205.396h-2.395q-.084%200-.167-.005l-.54.54a2%202%200%200%201-2.828-2.828l.54-.54a3%203%200%200%201-.005-.167zm6.918-4.892a1%201%200%200%200-1.09.217L13.88%205.879a1%201%200%200%200-.293.707V9l-1.83%201.828a1%201%200%200%200%201.416%201.414L15%2010.414h2.414a1%201%200%200%200%20.707-.293l3.535-3.535a1%201%200%200%200-.707-1.707h-1.828v-1.83a1%201%200%200%200-.617-.923%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%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10c0-.895-.12-1.763-.34-2.589l-2.124%202.124a3%203%200%200%201-.537.422L19%2012a7%207%200%201%201-7-7l.043.001c.12-.192.259-.374.422-.537l2.124-2.124C13.763%202.12%2012.895%202%2012%202m-.414%205.018a5%205%200%201%200%205.395%205.396h-2.395q-.084%200-.167-.005l-.54.54a2%202%200%200%201-2.828-2.828l.54-.54a3%203%200%200%201-.005-.167zm6.918-4.892a1%201%200%200%200-1.09.217L13.88%205.879a1%201%200%200%200-.293.707V9l-1.83%201.828a1%201%200%200%200%201.416%201.414L15%2010.414h2.414a1%201%200%200%200%20.707-.293l3.535-3.535a1%201%200%200%200-.707-1.707h-1.828v-1.83a1%201%200%200%200-.617-.923%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/target-fill.svg?color=%231a73e8&size=48