target check icon
target-check-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- target-check-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- target-check-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the target check icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.864 0-3.506-.701t-2.857-1.926t-1.926-2.867T3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.07 0 2.06.229q.992.229 1.873.661q.183.073.237.281q.055.208-.049.385t-.296.247t-.38-.022q-.772-.39-1.654-.586T12 4Q8.65 4 6.325 6.335T4 12q0 3.35 2.325 5.675T12 20q3.33 0 5.666-2.325Q20 15.35 20 12q0-.548-.066-1.061q-.067-.514-.213-1.018q-.055-.213.048-.393t.293-.247t.377.036q.19.104.245.292q.177.577.247 1.174Q21 11.379 21 12q0 1.864-.701 3.506t-1.926 2.867t-2.867 1.926T12 21m0-3.77q-2.192 0-3.712-1.519T6.77 12q0-1.096.417-2.042q.418-.946 1.122-1.65q.869-.889 2.04-1.268q1.171-.38 2.36-.194q.25.039.349.195q.099.155.08.338t-.151.335t-.401.113q-.987-.154-1.92.165q-.934.32-1.644 1.03q-.569.569-.91 1.342T7.769 12q0 1.766 1.233 2.998T12 16.231q.8 0 1.509-.274t1.283-.792q.506-.448.853-1.01t.478-1.24q.06-.182.233-.277t.355-.055q.203.06.307.223t.046.365q-.168.814-.586 1.513t-1.016 1.239q-.685.627-1.573.968q-.889.34-1.889.34m0-4.977l7.779-7.785q.146-.146.347-.136t.347.155t.146.347t-.146.348l-7.908 7.902q-.242.242-.565.242t-.566-.242l-1.292-1.287q-.146-.146-.156-.357q-.009-.21.156-.357q.146-.145.357-.136q.21.01.357.156z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTargetCheckRounded(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 21q-1.864 0-3.506-.701t-2.857-1.926t-1.926-2.867T3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.07 0 2.06.229q.992.229 1.873.661q.183.073.237.281q.055.208-.049.385t-.296.247t-.38-.022q-.772-.39-1.654-.586T12 4Q8.65 4 6.325 6.335T4 12q0 3.35 2.325 5.675T12 20q3.33 0 5.666-2.325Q20 15.35 20 12q0-.548-.066-1.061q-.067-.514-.213-1.018q-.055-.213.048-.393t.293-.247t.377.036q.19.104.245.292q.177.577.247 1.174Q21 11.379 21 12q0 1.864-.701 3.506t-1.926 2.867t-2.867 1.926T12 21m0-3.77q-2.192 0-3.712-1.519T6.77 12q0-1.096.417-2.042q.418-.946 1.122-1.65q.869-.889 2.04-1.268q1.171-.38 2.36-.194q.25.039.349.195q.099.155.08.338t-.151.335t-.401.113q-.987-.154-1.92.165q-.934.32-1.644 1.03q-.569.569-.91 1.342T7.769 12q0 1.766 1.233 2.998T12 16.231q.8 0 1.509-.274t1.283-.792q.506-.448.853-1.01t.478-1.24q.06-.182.233-.277t.355-.055q.203.06.307.223t.046.365q-.168.814-.586 1.513t-1.016 1.239q-.685.627-1.573.968q-.889.34-1.889.34m0-4.977l7.779-7.785q.146-.146.347-.136t.347.155t.146.347t-.146.348l-7.908 7.902q-.242.242-.565.242t-.566-.242l-1.292-1.287q-.146-.146-.156-.357q-.009-.21.156-.357q.146-.145.357-.136q.21.01.357.156z"/></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 21q-1.864 0-3.506-.701t-2.857-1.926t-1.926-2.867T3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3q1.07 0 2.06.229q.992.229 1.873.661q.183.073.237.281q.055.208-.049.385t-.296.247t-.38-.022q-.772-.39-1.654-.586T12 4Q8.65 4 6.325 6.335T4 12q0 3.35 2.325 5.675T12 20q3.33 0 5.666-2.325Q20 15.35 20 12q0-.548-.066-1.061q-.067-.514-.213-1.018q-.055-.213.048-.393t.293-.247t.377.036q.19.104.245.292q.177.577.247 1.174Q21 11.379 21 12q0 1.864-.701 3.506t-1.926 2.867t-2.867 1.926T12 21m0-3.77q-2.192 0-3.712-1.519T6.77 12q0-1.096.417-2.042q.418-.946 1.122-1.65q.869-.889 2.04-1.268q1.171-.38 2.36-.194q.25.039.349.195q.099.155.08.338t-.151.335t-.401.113q-.987-.154-1.92.165q-.934.32-1.644 1.03q-.569.569-.91 1.342T7.769 12q0 1.766 1.233 2.998T12 16.231q.8 0 1.509-.274t1.283-.792q.506-.448.853-1.01t.478-1.24q.06-.182.233-.277t.355-.055q.203.06.307.223t.046.365q-.168.814-.586 1.513t-1.016 1.239q-.685.627-1.573.968q-.889.34-1.889.34m0-4.977l7.779-7.785q.146-.146.347-.136t.347.155t.146.347t-.146.348l-7.908 7.902q-.242.242-.565.242t-.566-.242l-1.292-1.287q-.146-.146-.156-.357q-.009-.21.156-.357q.146-.145.357-.136q.21.01.357.156z"/></svg> </template>
CSS
.icon-target-check-rounded {
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%2021q-1.864%200-3.506-.701t-2.857-1.926t-1.926-2.867T3%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203q1.07%200%202.06.229q.992.229%201.873.661q.183.073.237.281q.055.208-.049.385t-.296.247t-.38-.022q-.772-.39-1.654-.586T12%204Q8.65%204%206.325%206.335T4%2012q0%203.35%202.325%205.675T12%2020q3.33%200%205.666-2.325Q20%2015.35%2020%2012q0-.548-.066-1.061q-.067-.514-.213-1.018q-.055-.213.048-.393t.293-.247t.377.036q.19.104.245.292q.177.577.247%201.174Q21%2011.379%2021%2012q0%201.864-.701%203.506t-1.926%202.867t-2.867%201.926T12%2021m0-3.77q-2.192%200-3.712-1.519T6.77%2012q0-1.096.417-2.042q.418-.946%201.122-1.65q.869-.889%202.04-1.268q1.171-.38%202.36-.194q.25.039.349.195q.099.155.08.338t-.151.335t-.401.113q-.987-.154-1.92.165q-.934.32-1.644%201.03q-.569.569-.91%201.342T7.769%2012q0%201.766%201.233%202.998T12%2016.231q.8%200%201.509-.274t1.283-.792q.506-.448.853-1.01t.478-1.24q.06-.182.233-.277t.355-.055q.203.06.307.223t.046.365q-.168.814-.586%201.513t-1.016%201.239q-.685.627-1.573.968q-.889.34-1.889.34m0-4.977l7.779-7.785q.146-.146.347-.136t.347.155t.146.347t-.146.348l-7.908%207.902q-.242.242-.565.242t-.566-.242l-1.292-1.287q-.146-.146-.156-.357q-.009-.21.156-.357q.146-.145.357-.136q.21.01.357.156z%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%2021q-1.864%200-3.506-.701t-2.857-1.926t-1.926-2.867T3%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203q1.07%200%202.06.229q.992.229%201.873.661q.183.073.237.281q.055.208-.049.385t-.296.247t-.38-.022q-.772-.39-1.654-.586T12%204Q8.65%204%206.325%206.335T4%2012q0%203.35%202.325%205.675T12%2020q3.33%200%205.666-2.325Q20%2015.35%2020%2012q0-.548-.066-1.061q-.067-.514-.213-1.018q-.055-.213.048-.393t.293-.247t.377.036q.19.104.245.292q.177.577.247%201.174Q21%2011.379%2021%2012q0%201.864-.701%203.506t-1.926%202.867t-2.867%201.926T12%2021m0-3.77q-2.192%200-3.712-1.519T6.77%2012q0-1.096.417-2.042q.418-.946%201.122-1.65q.869-.889%202.04-1.268q1.171-.38%202.36-.194q.25.039.349.195q.099.155.08.338t-.151.335t-.401.113q-.987-.154-1.92.165q-.934.32-1.644%201.03q-.569.569-.91%201.342T7.769%2012q0%201.766%201.233%202.998T12%2016.231q.8%200%201.509-.274t1.283-.792q.506-.448.853-1.01t.478-1.24q.06-.182.233-.277t.355-.055q.203.06.307.223t.046.365q-.168.814-.586%201.513t-1.016%201.239q-.685.627-1.573.968q-.889.34-1.889.34m0-4.977l7.779-7.785q.146-.146.347-.136t.347.155t.146.347t-.146.348l-7.908%207.902q-.242.242-.565.242t-.566-.242l-1.292-1.287q-.146-.146-.156-.357q-.009-.21.156-.357q.146-.145.357-.136q.21.01.357.156z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/target-check-rounded.svg?color=%231a73e8&size=48