aim icon
aim-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- aim-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- aim
The same icon in other sets
Use the aim icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M952 474H829.8C812.5 327.6 696.4 211.5 550 194.2V72c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v122.2C327.6 211.5 211.5 327.6 194.2 474H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h122.2C211.5 696.4 327.6 812.5 474 829.8V952c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V829.8C696.4 812.5 812.5 696.4 829.8 550H952c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8M512 756c-134.8 0-244-109.2-244-244s109.2-244 244-244s244 109.2 244 244s-109.2 244-244 244"/><path fill="currentColor" d="M512 392c-32.1 0-62.1 12.4-84.8 35.2c-22.7 22.7-35.2 52.7-35.2 84.8s12.5 62.1 35.2 84.8C449.9 619.4 480 632 512 632s62.1-12.5 84.8-35.2C619.4 574.1 632 544 632 512s-12.5-62.1-35.2-84.8C574.1 404.4 544.1 392 512 392"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignAimOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M952 474H829.8C812.5 327.6 696.4 211.5 550 194.2V72c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v122.2C327.6 211.5 211.5 327.6 194.2 474H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h122.2C211.5 696.4 327.6 812.5 474 829.8V952c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V829.8C696.4 812.5 812.5 696.4 829.8 550H952c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8M512 756c-134.8 0-244-109.2-244-244s109.2-244 244-244s244 109.2 244 244s-109.2 244-244 244"/><path fill="currentColor" d="M512 392c-32.1 0-62.1 12.4-84.8 35.2c-22.7 22.7-35.2 52.7-35.2 84.8s12.5 62.1 35.2 84.8C449.9 619.4 480 632 512 632s62.1-12.5 84.8-35.2C619.4 574.1 632 544 632 512s-12.5-62.1-35.2-84.8C574.1 404.4 544.1 392 512 392"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M952 474H829.8C812.5 327.6 696.4 211.5 550 194.2V72c0-4.4-3.6-8-8-8h-60c-4.4 0-8 3.6-8 8v122.2C327.6 211.5 211.5 327.6 194.2 474H72c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h122.2C211.5 696.4 327.6 812.5 474 829.8V952c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V829.8C696.4 812.5 812.5 696.4 829.8 550H952c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8M512 756c-134.8 0-244-109.2-244-244s109.2-244 244-244s244 109.2 244 244s-109.2 244-244 244"/><path fill="currentColor" d="M512 392c-32.1 0-62.1 12.4-84.8 35.2c-22.7 22.7-35.2 52.7-35.2 84.8s12.5 62.1 35.2 84.8C449.9 619.4 480 632 512 632s62.1-12.5 84.8-35.2C619.4 574.1 632 544 632 512s-12.5-62.1-35.2-84.8C574.1 404.4 544.1 392 512 392"/></svg> </template>
CSS
.icon-aim-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M952%20474H829.8C812.5%20327.6%20696.4%20211.5%20550%20194.2V72c0-4.4-3.6-8-8-8h-60c-4.4%200-8%203.6-8%208v122.2C327.6%20211.5%20211.5%20327.6%20194.2%20474H72c-4.4%200-8%203.6-8%208v60c0%204.4%203.6%208%208%208h122.2C211.5%20696.4%20327.6%20812.5%20474%20829.8V952c0%204.4%203.6%208%208%208h60c4.4%200%208-3.6%208-8V829.8C696.4%20812.5%20812.5%20696.4%20829.8%20550H952c4.4%200%208-3.6%208-8v-60c0-4.4-3.6-8-8-8M512%20756c-134.8%200-244-109.2-244-244s109.2-244%20244-244s244%20109.2%20244%20244s-109.2%20244-244%20244%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20392c-32.1%200-62.1%2012.4-84.8%2035.2c-22.7%2022.7-35.2%2052.7-35.2%2084.8s12.5%2062.1%2035.2%2084.8C449.9%20619.4%20480%20632%20512%20632s62.1-12.5%2084.8-35.2C619.4%20574.1%20632%20544%20632%20512s-12.5-62.1-35.2-84.8C574.1%20404.4%20544.1%20392%20512%20392%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M952%20474H829.8C812.5%20327.6%20696.4%20211.5%20550%20194.2V72c0-4.4-3.6-8-8-8h-60c-4.4%200-8%203.6-8%208v122.2C327.6%20211.5%20211.5%20327.6%20194.2%20474H72c-4.4%200-8%203.6-8%208v60c0%204.4%203.6%208%208%208h122.2C211.5%20696.4%20327.6%20812.5%20474%20829.8V952c0%204.4%203.6%208%208%208h60c4.4%200%208-3.6%208-8V829.8C696.4%20812.5%20812.5%20696.4%20829.8%20550H952c4.4%200%208-3.6%208-8v-60c0-4.4-3.6-8-8-8M512%20756c-134.8%200-244-109.2-244-244s109.2-244%20244-244s244%20109.2%20244%20244s-109.2%20244-244%20244%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20392c-32.1%200-62.1%2012.4-84.8%2035.2c-22.7%2022.7-35.2%2052.7-35.2%2084.8s12.5%2062.1%2035.2%2084.8C449.9%20619.4%20480%20632%20512%20632s62.1-12.5%2084.8-35.2C619.4%20574.1%20632%20544%20632%20512s-12.5-62.1-35.2-84.8C574.1%20404.4%20544.1%20392%20512%20392%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/aim-outlined.svg?color=%231a73e8&size=48