target icon
target-outline from Solar by 480 Design · Outline · UI · CC-BY-4.0 Attribution required.
- Name
- target-outline
- Set
- Solar
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
targetCarbontargetCodiconstargetFeather Iconstarget-16-filledFluent UI System IconstargetIconParktargetIconPark OutlinetargetJam IconstargetLucidetargetMaterial SymbolstargetMaterial Symbols LighttargetMaterial Design Iconstarget-fillMingCute IcontargetMyna UI IconstargetPhosphortargetPixelarticonstargetRadix Iconstarget-fillRemix IcontargetSimple IconstargetTabler Iconstarget-outlineTeenyicons
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the target icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.25 12C9.25 11.5858 9.58579 11.25 10 11.25H11.25V10C11.25 9.58579 11.5858 9.25 12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H12.75V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V12.75H10C9.58579 12.75 9.25 12.4142 9.25 12Z"/><path fill-rule="evenodd" d="M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.25 2.77997C6.7395 3.14188 3.14188 6.7395 2.77997 11.25H5C5.41421 11.25 5.75 11.5858 5.75 12C5.75 12.4142 5.41421 12.75 5 12.75H2.77997C3.14188 17.2605 6.7395 20.8581 11.25 21.22V19C11.25 18.5858 11.5858 18.25 12 18.25C12.4142 18.25 12.75 18.5858 12.75 19V21.22C17.2605 20.8581 20.8581 17.2605 21.22 12.75H19C18.5858 12.75 18.25 12.4142 18.25 12C18.25 11.5858 18.5858 11.25 19 11.25H21.22C20.8581 6.7395 17.2605 3.14188 12.75 2.77997V5C12.75 5.41421 12.4142 5.75 12 5.75C11.5858 5.75 11.25 5.41421 11.25 5V2.77997Z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarTargetOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.25 12C9.25 11.5858 9.58579 11.25 10 11.25H11.25V10C11.25 9.58579 11.5858 9.25 12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H12.75V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V12.75H10C9.58579 12.75 9.25 12.4142 9.25 12Z"/><path fillRule="evenodd" d="M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.25 2.77997C6.7395 3.14188 3.14188 6.7395 2.77997 11.25H5C5.41421 11.25 5.75 11.5858 5.75 12C5.75 12.4142 5.41421 12.75 5 12.75H2.77997C3.14188 17.2605 6.7395 20.8581 11.25 21.22V19C11.25 18.5858 11.5858 18.25 12 18.25C12.4142 18.25 12.75 18.5858 12.75 19V21.22C17.2605 20.8581 20.8581 17.2605 21.22 12.75H19C18.5858 12.75 18.25 12.4142 18.25 12C18.25 11.5858 18.5858 11.25 19 11.25H21.22C20.8581 6.7395 17.2605 3.14188 12.75 2.77997V5C12.75 5.41421 12.4142 5.75 12 5.75C11.5858 5.75 11.25 5.41421 11.25 5V2.77997Z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.25 12C9.25 11.5858 9.58579 11.25 10 11.25H11.25V10C11.25 9.58579 11.5858 9.25 12 9.25C12.4142 9.25 12.75 9.58579 12.75 10V11.25H14C14.4142 11.25 14.75 11.5858 14.75 12C14.75 12.4142 14.4142 12.75 14 12.75H12.75V14C12.75 14.4142 12.4142 14.75 12 14.75C11.5858 14.75 11.25 14.4142 11.25 14V12.75H10C9.58579 12.75 9.25 12.4142 9.25 12Z"/><path fill-rule="evenodd" d="M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM11.25 2.77997C6.7395 3.14188 3.14188 6.7395 2.77997 11.25H5C5.41421 11.25 5.75 11.5858 5.75 12C5.75 12.4142 5.41421 12.75 5 12.75H2.77997C3.14188 17.2605 6.7395 20.8581 11.25 21.22V19C11.25 18.5858 11.5858 18.25 12 18.25C12.4142 18.25 12.75 18.5858 12.75 19V21.22C17.2605 20.8581 20.8581 17.2605 21.22 12.75H19C18.5858 12.75 18.25 12.4142 18.25 12C18.25 11.5858 18.5858 11.25 19 11.25H21.22C20.8581 6.7395 17.2605 3.14188 12.75 2.77997V5C12.75 5.41421 12.4142 5.75 12 5.75C11.5858 5.75 11.25 5.41421 11.25 5V2.77997Z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-target-outline {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.25%2012C9.25%2011.5858%209.58579%2011.25%2010%2011.25H11.25V10C11.25%209.58579%2011.5858%209.25%2012%209.25C12.4142%209.25%2012.75%209.58579%2012.75%2010V11.25H14C14.4142%2011.25%2014.75%2011.5858%2014.75%2012C14.75%2012.4142%2014.4142%2012.75%2014%2012.75H12.75V14C12.75%2014.4142%2012.4142%2014.75%2012%2014.75C11.5858%2014.75%2011.25%2014.4142%2011.25%2014V12.75H10C9.58579%2012.75%209.25%2012.4142%209.25%2012Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2017.9371%206.06294%2022.75%2012%2022.75C17.9371%2022.75%2022.75%2017.9371%2022.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25ZM11.25%202.77997C6.7395%203.14188%203.14188%206.7395%202.77997%2011.25H5C5.41421%2011.25%205.75%2011.5858%205.75%2012C5.75%2012.4142%205.41421%2012.75%205%2012.75H2.77997C3.14188%2017.2605%206.7395%2020.8581%2011.25%2021.22V19C11.25%2018.5858%2011.5858%2018.25%2012%2018.25C12.4142%2018.25%2012.75%2018.5858%2012.75%2019V21.22C17.2605%2020.8581%2020.8581%2017.2605%2021.22%2012.75H19C18.5858%2012.75%2018.25%2012.4142%2018.25%2012C18.25%2011.5858%2018.5858%2011.25%2019%2011.25H21.22C20.8581%206.7395%2017.2605%203.14188%2012.75%202.77997V5C12.75%205.41421%2012.4142%205.75%2012%205.75C11.5858%205.75%2011.25%205.41421%2011.25%205V2.77997Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.25%2012C9.25%2011.5858%209.58579%2011.25%2010%2011.25H11.25V10C11.25%209.58579%2011.5858%209.25%2012%209.25C12.4142%209.25%2012.75%209.58579%2012.75%2010V11.25H14C14.4142%2011.25%2014.75%2011.5858%2014.75%2012C14.75%2012.4142%2014.4142%2012.75%2014%2012.75H12.75V14C12.75%2014.4142%2012.4142%2014.75%2012%2014.75C11.5858%2014.75%2011.25%2014.4142%2011.25%2014V12.75H10C9.58579%2012.75%209.25%2012.4142%209.25%2012Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25C6.06294%201.25%201.25%206.06294%201.25%2012C1.25%2017.9371%206.06294%2022.75%2012%2022.75C17.9371%2022.75%2022.75%2017.9371%2022.75%2012C22.75%206.06294%2017.9371%201.25%2012%201.25ZM11.25%202.77997C6.7395%203.14188%203.14188%206.7395%202.77997%2011.25H5C5.41421%2011.25%205.75%2011.5858%205.75%2012C5.75%2012.4142%205.41421%2012.75%205%2012.75H2.77997C3.14188%2017.2605%206.7395%2020.8581%2011.25%2021.22V19C11.25%2018.5858%2011.5858%2018.25%2012%2018.25C12.4142%2018.25%2012.75%2018.5858%2012.75%2019V21.22C17.2605%2020.8581%2020.8581%2017.2605%2021.22%2012.75H19C18.5858%2012.75%2018.25%2012.4142%2018.25%2012C18.25%2011.5858%2018.5858%2011.25%2019%2011.25H21.22C20.8581%206.7395%2017.2605%203.14188%2012.75%202.77997V5C12.75%205.41421%2012.4142%205.75%2012%205.75C11.5858%205.75%2011.25%205.41421%2011.25%205V2.77997Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/target-outline.svg?color=%231a73e8&size=48