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

Name
chess-queen-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.225 21q-.725 0-1.275-.462t-.675-1.188L3.35 8.975q-.925.175-1.637-.425T1 7q0-.825.588-1.412T3 5t1.413.588T5 7q0 .35-.1.65t-.3.55q.55.325 1.113.538T6.9 8.95q1.1 0 2.038-.55T10.4 6.9l.625-1.15q-.475-.275-.75-.725T10 4q0-.825.588-1.412T12 2t1.413.588T14 4q0 .575-.275 1.025t-.75.725L13.6 6.9q.525.95 1.463 1.5t2.037.55q.625 0 1.188-.2t1.112-.525q-.2-.25-.3-.562T19 7q0-.825.588-1.412T21 5t1.413.588T23 7q0 .95-.712 1.55t-1.638.425L18.725 19.35q-.125.725-.675 1.188T16.775 21zm.025-2h9.5l1.5-8.15q-.275.05-.575.088t-.575.037q-1.575 0-2.925-.75T12 8.125q-.825 1.35-2.175 2.1t-2.925.75q-.275 0-.575-.038t-.575-.087zM12 19"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChessQueenOutlineRounded(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.225 21q-.725 0-1.275-.462t-.675-1.188L3.35 8.975q-.925.175-1.637-.425T1 7q0-.825.588-1.412T3 5t1.413.588T5 7q0 .35-.1.65t-.3.55q.55.325 1.113.538T6.9 8.95q1.1 0 2.038-.55T10.4 6.9l.625-1.15q-.475-.275-.75-.725T10 4q0-.825.588-1.412T12 2t1.413.588T14 4q0 .575-.275 1.025t-.75.725L13.6 6.9q.525.95 1.463 1.5t2.037.55q.625 0 1.188-.2t1.112-.525q-.2-.25-.3-.562T19 7q0-.825.588-1.412T21 5t1.413.588T23 7q0 .95-.712 1.55t-1.638.425L18.725 19.35q-.125.725-.675 1.188T16.775 21zm.025-2h9.5l1.5-8.15q-.275.05-.575.088t-.575.037q-1.575 0-2.925-.75T12 8.125q-.825 1.35-2.175 2.1t-2.925.75q-.275 0-.575-.038t-.575-.087zM12 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.225 21q-.725 0-1.275-.462t-.675-1.188L3.35 8.975q-.925.175-1.637-.425T1 7q0-.825.588-1.412T3 5t1.413.588T5 7q0 .35-.1.65t-.3.55q.55.325 1.113.538T6.9 8.95q1.1 0 2.038-.55T10.4 6.9l.625-1.15q-.475-.275-.75-.725T10 4q0-.825.588-1.412T12 2t1.413.588T14 4q0 .575-.275 1.025t-.75.725L13.6 6.9q.525.95 1.463 1.5t2.037.55q.625 0 1.188-.2t1.112-.525q-.2-.25-.3-.562T19 7q0-.825.588-1.412T21 5t1.413.588T23 7q0 .95-.712 1.55t-1.638.425L18.725 19.35q-.125.725-.675 1.188T16.775 21zm.025-2h9.5l1.5-8.15q-.275.05-.575.088t-.575.037q-1.575 0-2.925-.75T12 8.125q-.825 1.35-2.175 2.1t-2.925.75q-.275 0-.575-.038t-.575-.087zM12 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.225%2021q-.725%200-1.275-.462t-.675-1.188L3.35%208.975q-.925.175-1.637-.425T1%207q0-.825.588-1.412T3%205t1.413.588T5%207q0%20.35-.1.65t-.3.55q.55.325%201.113.538T6.9%208.95q1.1%200%202.038-.55T10.4%206.9l.625-1.15q-.475-.275-.75-.725T10%204q0-.825.588-1.412T12%202t1.413.588T14%204q0%20.575-.275%201.025t-.75.725L13.6%206.9q.525.95%201.463%201.5t2.037.55q.625%200%201.188-.2t1.112-.525q-.2-.25-.3-.562T19%207q0-.825.588-1.412T21%205t1.413.588T23%207q0%20.95-.712%201.55t-1.638.425L18.725%2019.35q-.125.725-.675%201.188T16.775%2021zm.025-2h9.5l1.5-8.15q-.275.05-.575.088t-.575.037q-1.575%200-2.925-.75T12%208.125q-.825%201.35-2.175%202.1t-2.925.75q-.275%200-.575-.038t-.575-.087zM12%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.225%2021q-.725%200-1.275-.462t-.675-1.188L3.35%208.975q-.925.175-1.637-.425T1%207q0-.825.588-1.412T3%205t1.413.588T5%207q0%20.35-.1.65t-.3.55q.55.325%201.113.538T6.9%208.95q1.1%200%202.038-.55T10.4%206.9l.625-1.15q-.475-.275-.75-.725T10%204q0-.825.588-1.412T12%202t1.413.588T14%204q0%20.575-.275%201.025t-.75.725L13.6%206.9q.525.95%201.463%201.5t2.037.55q.625%200%201.188-.2t1.112-.525q-.2-.25-.3-.562T19%207q0-.825.588-1.412T21%205t1.413.588T23%207q0%20.95-.712%201.55t-1.638.425L18.725%2019.35q-.125.725-.675%201.188T16.775%2021zm.025-2h9.5l1.5-8.15q-.275.05-.575.088t-.575.037q-1.575%200-2.925-.75T12%208.125q-.825%201.35-2.175%202.1t-2.925.75q-.275%200-.575-.038t-.575-.087zM12%2019%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chess-queen-outline-rounded.svg?color=%231a73e8&size=48