target from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
target
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Use the target icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.9a6.6 6.6 0 1 1-.002 13.201A6.6 6.6 0 0 1 7.501.9m0 .9a5.7 5.7 0 1 0 0 11.401a5.7 5.7 0 0 0 0-11.4m0 1.275a4.425 4.425 0 1 1 0 8.85a4.425 4.425 0 0 1 0-8.85m0 .85a3.576 3.576 0 1 0 .001 7.151A3.576 3.576 0 0 0 7.5 3.924m0 1.325a2.25 2.25 0 1 1-.001 4.5a2.25 2.25 0 0 1 0-4.5m0 .8a1.45 1.45 0 1 0 0 2.9a1.45 1.45 0 0 0 0-2.9"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsTarget(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.9a6.6 6.6 0 1 1-.002 13.201A6.6 6.6 0 0 1 7.501.9m0 .9a5.7 5.7 0 1 0 0 11.401a5.7 5.7 0 0 0 0-11.4m0 1.275a4.425 4.425 0 1 1 0 8.85a4.425 4.425 0 0 1 0-8.85m0 .85a3.576 3.576 0 1 0 .001 7.151A3.576 3.576 0 0 0 7.5 3.924m0 1.325a2.25 2.25 0 1 1-.001 4.5a2.25 2.25 0 0 1 0-4.5m0 .8a1.45 1.45 0 1 0 0 2.9a1.45 1.45 0 0 0 0-2.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.9a6.6 6.6 0 1 1-.002 13.201A6.6 6.6 0 0 1 7.501.9m0 .9a5.7 5.7 0 1 0 0 11.401a5.7 5.7 0 0 0 0-11.4m0 1.275a4.425 4.425 0 1 1 0 8.85a4.425 4.425 0 0 1 0-8.85m0 .85a3.576 3.576 0 1 0 .001 7.151A3.576 3.576 0 0 0 7.5 3.924m0 1.325a2.25 2.25 0 1 1-.001 4.5a2.25 2.25 0 0 1 0-4.5m0 .8a1.45 1.45 0 1 0 0 2.9a1.45 1.45 0 0 0 0-2.9"/></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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.9a6.6%206.6%200%201%201-.002%2013.201A6.6%206.6%200%200%201%207.501.9m0%20.9a5.7%205.7%200%201%200%200%2011.401a5.7%205.7%200%200%200%200-11.4m0%201.275a4.425%204.425%200%201%201%200%208.85a4.425%204.425%200%200%201%200-8.85m0%20.85a3.576%203.576%200%201%200%20.001%207.151A3.576%203.576%200%200%200%207.5%203.924m0%201.325a2.25%202.25%200%201%201-.001%204.5a2.25%202.25%200%200%201%200-4.5m0%20.8a1.45%201.45%200%201%200%200%202.9a1.45%201.45%200%200%200%200-2.9%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.9a6.6%206.6%200%201%201-.002%2013.201A6.6%206.6%200%200%201%207.501.9m0%20.9a5.7%205.7%200%201%200%200%2011.401a5.7%205.7%200%200%200%200-11.4m0%201.275a4.425%204.425%200%201%201%200%208.85a4.425%204.425%200%200%201%200-8.85m0%20.85a3.576%203.576%200%201%200%20.001%207.151A3.576%203.576%200%200%200%207.5%203.924m0%201.325a2.25%202.25%200%201%201-.001%204.5a2.25%202.25%200%200%201%200-4.5m0%20.8a1.45%201.45%200%201%200%200%202.9a1.45%201.45%200%200%200%200-2.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/target.svg?color=%231a73e8&size=48