target icon

target from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.

Name
target
Set
Carbon
Style
Outline
Category
Organization
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More organization icons from Carbon

Use the target icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 30h-2v-2.041C9.18 27.477 4.524 22.82 4.042 17H2v-2h2.041C4.524 9.18 9.18 4.524 15 4.042V2h2v2.041C22.82 4.524 27.477 9.18 27.959 15H30v2h-2.041C27.477 22.82 22.82 27.477 17 27.959zm-2-8h2v3.95c4.717-.47 8.48-4.233 8.95-8.95H22v-2h3.95c-.47-4.717-4.233-8.48-8.95-8.95V10h-2V6.05c-4.717.47-8.48 4.233-8.95 8.95H10v2H6.05c.47 4.717 4.233 8.48 8.95 8.95zm3.828-1.758L16 17.414l-2.829 2.828l-1.414-1.414L14.585 16l-2.828-2.829l1.414-1.414L16 14.585l2.828-2.828l1.414 1.414L17.414 16l2.828 2.828z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTarget(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 30h-2v-2.041C9.18 27.477 4.524 22.82 4.042 17H2v-2h2.041C4.524 9.18 9.18 4.524 15 4.042V2h2v2.041C22.82 4.524 27.477 9.18 27.959 15H30v2h-2.041C27.477 22.82 22.82 27.477 17 27.959zm-2-8h2v3.95c4.717-.47 8.48-4.233 8.95-8.95H22v-2h3.95c-.47-4.717-4.233-8.48-8.95-8.95V10h-2V6.05c-4.717.47-8.48 4.233-8.95 8.95H10v2H6.05c.47 4.717 4.233 8.48 8.95 8.95zm3.828-1.758L16 17.414l-2.829 2.828l-1.414-1.414L14.585 16l-2.828-2.829l1.414-1.414L16 14.585l2.828-2.828l1.414 1.414L17.414 16l2.828 2.828z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17 30h-2v-2.041C9.18 27.477 4.524 22.82 4.042 17H2v-2h2.041C4.524 9.18 9.18 4.524 15 4.042V2h2v2.041C22.82 4.524 27.477 9.18 27.959 15H30v2h-2.041C27.477 22.82 22.82 27.477 17 27.959zm-2-8h2v3.95c4.717-.47 8.48-4.233 8.95-8.95H22v-2h3.95c-.47-4.717-4.233-8.48-8.95-8.95V10h-2V6.05c-4.717.47-8.48 4.233-8.95 8.95H10v2H6.05c.47 4.717 4.233 8.48 8.95 8.95zm3.828-1.758L16 17.414l-2.829 2.828l-1.414-1.414L14.585 16l-2.828-2.829l1.414-1.414L16 14.585l2.828-2.828l1.414 1.414L17.414 16l2.828 2.828z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2030h-2v-2.041C9.18%2027.477%204.524%2022.82%204.042%2017H2v-2h2.041C4.524%209.18%209.18%204.524%2015%204.042V2h2v2.041C22.82%204.524%2027.477%209.18%2027.959%2015H30v2h-2.041C27.477%2022.82%2022.82%2027.477%2017%2027.959zm-2-8h2v3.95c4.717-.47%208.48-4.233%208.95-8.95H22v-2h3.95c-.47-4.717-4.233-8.48-8.95-8.95V10h-2V6.05c-4.717.47-8.48%204.233-8.95%208.95H10v2H6.05c.47%204.717%204.233%208.48%208.95%208.95zm3.828-1.758L16%2017.414l-2.829%202.828l-1.414-1.414L14.585%2016l-2.828-2.829l1.414-1.414L16%2014.585l2.828-2.828l1.414%201.414L17.414%2016l2.828%202.828z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2030h-2v-2.041C9.18%2027.477%204.524%2022.82%204.042%2017H2v-2h2.041C4.524%209.18%209.18%204.524%2015%204.042V2h2v2.041C22.82%204.524%2027.477%209.18%2027.959%2015H30v2h-2.041C27.477%2022.82%2022.82%2027.477%2017%2027.959zm-2-8h2v3.95c4.717-.47%208.48-4.233%208.95-8.95H22v-2h3.95c-.47-4.717-4.233-8.48-8.95-8.95V10h-2V6.05c-4.717.47-8.48%204.233-8.95%208.95H10v2H6.05c.47%204.717%204.233%208.48%208.95%208.95zm3.828-1.758L16%2017.414l-2.829%202.828l-1.414-1.414L14.585%2016l-2.828-2.829l1.414-1.414L16%2014.585l2.828-2.828l1.414%201.414L17.414%2016l2.828%202.828z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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