chess queen icon
chess-queen-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- chess-queen-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the chess queen icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.61 20q-.588 0-1.033-.366q-.446-.367-.552-.957L4.35 9.456q-.656.04-1.118-.387t-.463-1.05q0-.595.428-1.019q.427-.423 1.028-.423q.6 0 1.024.423q.424.424.424 1.02q0 .3-.11.557t-.31.44q.455.239.918.393q.464.155.979.155q1.235 0 2.249-.704q1.015-.703 1.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.76q0-.598.423-1.023q.424-.425 1.019-.425t1.018.425t.424 1.022q0 .417-.217.761t-.577.523l.318.573q.62 1.085 1.635 1.789t2.249.704q.515 0 .979-.152t.917-.39q-.2-.183-.31-.447q-.109-.263-.109-.558q0-.595.424-1.018t1.024-.424t1.028.424t.428 1.018q0 .623-.463 1.05t-1.099.387l-1.694 9.221q-.106.571-.551.947T16.39 20z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChessQueenRounded(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="M7.61 20q-.588 0-1.033-.366q-.446-.367-.552-.957L4.35 9.456q-.656.04-1.118-.387t-.463-1.05q0-.595.428-1.019q.427-.423 1.028-.423q.6 0 1.024.423q.424.424.424 1.02q0 .3-.11.557t-.31.44q.455.239.918.393q.464.155.979.155q1.235 0 2.249-.704q1.015-.703 1.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.76q0-.598.423-1.023q.424-.425 1.019-.425t1.018.425t.424 1.022q0 .417-.217.761t-.577.523l.318.573q.62 1.085 1.635 1.789t2.249.704q.515 0 .979-.152t.917-.39q-.2-.183-.31-.447q-.109-.263-.109-.558q0-.595.424-1.018t1.024-.424t1.028.424t.428 1.018q0 .623-.463 1.05t-1.099.387l-1.694 9.221q-.106.571-.551.947T16.39 20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.61 20q-.588 0-1.033-.366q-.446-.367-.552-.957L4.35 9.456q-.656.04-1.118-.387t-.463-1.05q0-.595.428-1.019q.427-.423 1.028-.423q.6 0 1.024.423q.424.424.424 1.02q0 .3-.11.557t-.31.44q.455.239.918.393q.464.155.979.155q1.235 0 2.249-.704q1.015-.703 1.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.76q0-.598.423-1.023q.424-.425 1.019-.425t1.018.425t.424 1.022q0 .417-.217.761t-.577.523l.318.573q.62 1.085 1.635 1.789t2.249.704q.515 0 .979-.152t.917-.39q-.2-.183-.31-.447q-.109-.263-.109-.558q0-.595.424-1.018t1.024-.424t1.028.424t.428 1.018q0 .623-.463 1.05t-1.099.387l-1.694 9.221q-.106.571-.551.947T16.39 20z"/></svg> </template>
CSS
.icon-chess-queen-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%22M7.61%2020q-.588%200-1.033-.366q-.446-.367-.552-.957L4.35%209.456q-.656.04-1.118-.387t-.463-1.05q0-.595.428-1.019q.427-.423%201.028-.423q.6%200%201.024.423q.424.424.424%201.02q0%20.3-.11.557t-.31.44q.455.239.918.393q.464.155.979.155q1.235%200%202.249-.704q1.015-.703%201.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.76q0-.598.423-1.023q.424-.425%201.019-.425t1.018.425t.424%201.022q0%20.417-.217.761t-.577.523l.318.573q.62%201.085%201.635%201.789t2.249.704q.515%200%20.979-.152t.917-.39q-.2-.183-.31-.447q-.109-.263-.109-.558q0-.595.424-1.018t1.024-.424t1.028.424t.428%201.018q0%20.623-.463%201.05t-1.099.387l-1.694%209.221q-.106.571-.551.947T16.39%2020z%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%22M7.61%2020q-.588%200-1.033-.366q-.446-.367-.552-.957L4.35%209.456q-.656.04-1.118-.387t-.463-1.05q0-.595.428-1.019q.427-.423%201.028-.423q.6%200%201.024.423q.424.424.424%201.02q0%20.3-.11.557t-.31.44q.455.239.918.393q.464.155.979.155q1.235%200%202.249-.704q1.015-.703%201.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.76q0-.598.423-1.023q.424-.425%201.019-.425t1.018.425t.424%201.022q0%20.417-.217.761t-.577.523l.318.573q.62%201.085%201.635%201.789t2.249.704q.515%200%20.979-.152t.917-.39q-.2-.183-.31-.447q-.109-.263-.109-.558q0-.595.424-1.018t1.024-.424t1.028.424t.428%201.018q0%20.623-.463%201.05t-1.099.387l-1.694%209.221q-.106.571-.551.947T16.39%2020z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chess-queen-rounded.svg?color=%231a73e8&size=48