chess-queen-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
chess-queen-outline-rounded
Set
Material Symbols Light
Style
Outline 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-.59 0-1.035-.366q-.444-.367-.55-.957L4.35 9.456q-.656.04-1.118-.387t-.463-1.05q0-.594.424-1.018t1.038-.424q.594 0 1.018.424t.424 1.018q0 .292-.11.554q-.11.261-.31.454q.455.229.921.383q.467.155.976.155q1.235 0 2.249-.704q1.015-.703 1.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.766q0-.594.424-1.018T12 3.77t1.018.424t.424 1.019q0 .42-.217.765t-.577.523l.318.573q.62 1.085 1.635 1.789t2.249.704q.51 0 .976-.152t.92-.381q-.2-.192-.31-.457q-.109-.264-.109-.557q0-.594.424-1.018t1.018-.424q.614 0 1.038.424t.424 1.018q0 .623-.463 1.05t-1.099.387l-1.694 9.221q-.106.571-.55.947T16.39 20zm.025-1h8.73q.212 0 .395-.144q.182-.145.22-.356l1.54-8.266q-.41.127-.826.223q-.415.095-.844.095q-1.556 0-2.829-.846T12 7.49q-.767 1.35-2.04 2.205q-1.273.856-2.81.856q-.429 0-.844-.095q-.415-.096-.825-.223L7.019 18.5q.039.212.221.356q.183.144.394.144M12 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightChessQueenOutlineRounded(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-.59 0-1.035-.366q-.444-.367-.55-.957L4.35 9.456q-.656.04-1.118-.387t-.463-1.05q0-.594.424-1.018t1.038-.424q.594 0 1.018.424t.424 1.018q0 .292-.11.554q-.11.261-.31.454q.455.229.921.383q.467.155.976.155q1.235 0 2.249-.704q1.015-.703 1.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.766q0-.594.424-1.018T12 3.77t1.018.424t.424 1.019q0 .42-.217.765t-.577.523l.318.573q.62 1.085 1.635 1.789t2.249.704q.51 0 .976-.152t.92-.381q-.2-.192-.31-.457q-.109-.264-.109-.557q0-.594.424-1.018t1.018-.424q.614 0 1.038.424t.424 1.018q0 .623-.463 1.05t-1.099.387l-1.694 9.221q-.106.571-.55.947T16.39 20zm.025-1h8.73q.212 0 .395-.144q.182-.145.22-.356l1.54-8.266q-.41.127-.826.223q-.415.095-.844.095q-1.556 0-2.829-.846T12 7.49q-.767 1.35-2.04 2.205q-1.273.856-2.81.856q-.429 0-.844-.095q-.415-.096-.825-.223L7.019 18.5q.039.212.221.356q.183.144.394.144M12 19"/></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-.59 0-1.035-.366q-.444-.367-.55-.957L4.35 9.456q-.656.04-1.118-.387t-.463-1.05q0-.594.424-1.018t1.038-.424q.594 0 1.018.424t.424 1.018q0 .292-.11.554q-.11.261-.31.454q.455.229.921.383q.467.155.976.155q1.235 0 2.249-.704q1.015-.703 1.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.766q0-.594.424-1.018T12 3.77t1.018.424t.424 1.019q0 .42-.217.765t-.577.523l.318.573q.62 1.085 1.635 1.789t2.249.704q.51 0 .976-.152t.92-.381q-.2-.192-.31-.457q-.109-.264-.109-.557q0-.594.424-1.018t1.018-.424q.614 0 1.038.424t.424 1.018q0 .623-.463 1.05t-1.099.387l-1.694 9.221q-.106.571-.55.947T16.39 20zm.025-1h8.73q.212 0 .395-.144q.182-.145.22-.356l1.54-8.266q-.41.127-.826.223q-.415.095-.844.095q-1.556 0-2.829-.846T12 7.49q-.767 1.35-2.04 2.205q-1.273.856-2.81.856q-.429 0-.844-.095q-.415-.096-.825-.223L7.019 18.5q.039.212.221.356q.183.144.394.144M12 19"/></svg>
</template>

CSS

.icon-chess-queen-outline-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-.59%200-1.035-.366q-.444-.367-.55-.957L4.35%209.456q-.656.04-1.118-.387t-.463-1.05q0-.594.424-1.018t1.038-.424q.594%200%201.018.424t.424%201.018q0%20.292-.11.554q-.11.261-.31.454q.455.229.921.383q.467.155.976.155q1.235%200%202.249-.704q1.015-.703%201.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.766q0-.594.424-1.018T12%203.77t1.018.424t.424%201.019q0%20.42-.217.765t-.577.523l.318.573q.62%201.085%201.635%201.789t2.249.704q.51%200%20.976-.152t.92-.381q-.2-.192-.31-.457q-.109-.264-.109-.557q0-.594.424-1.018t1.018-.424q.614%200%201.038.424t.424%201.018q0%20.623-.463%201.05t-1.099.387l-1.694%209.221q-.106.571-.55.947T16.39%2020zm.025-1h8.73q.212%200%20.395-.144q.182-.145.22-.356l1.54-8.266q-.41.127-.826.223q-.415.095-.844.095q-1.556%200-2.829-.846T12%207.49q-.767%201.35-2.04%202.205q-1.273.856-2.81.856q-.429%200-.844-.095q-.415-.096-.825-.223L7.019%2018.5q.039.212.221.356q.183.144.394.144M12%2019%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-.59%200-1.035-.366q-.444-.367-.55-.957L4.35%209.456q-.656.04-1.118-.387t-.463-1.05q0-.594.424-1.018t1.038-.424q.594%200%201.018.424t.424%201.018q0%20.292-.11.554q-.11.261-.31.454q.455.229.921.383q.467.155.976.155q1.235%200%202.249-.704q1.015-.703%201.636-1.788l.317-.573q-.36-.179-.577-.523t-.217-.766q0-.594.424-1.018T12%203.77t1.018.424t.424%201.019q0%20.42-.217.765t-.577.523l.318.573q.62%201.085%201.635%201.789t2.249.704q.51%200%20.976-.152t.92-.381q-.2-.192-.31-.457q-.109-.264-.109-.557q0-.594.424-1.018t1.018-.424q.614%200%201.038.424t.424%201.018q0%20.623-.463%201.05t-1.099.387l-1.694%209.221q-.106.571-.55.947T16.39%2020zm.025-1h8.73q.212%200%20.395-.144q.182-.145.22-.356l1.54-8.266q-.41.127-.826.223q-.415.095-.844.095q-1.556%200-2.829-.846T12%207.49q-.767%201.35-2.04%202.205q-1.273.856-2.81.856q-.429%200-.844-.095q-.415-.096-.825-.223L7.019%2018.5q.039.212.221.356q.183.144.394.144M12%2019%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-outline-rounded.svg?color=%231a73e8&size=48