chess pawn emoji

chess-pawn from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
chess-pawn
Set
Twitter Emoji
Style
Default
Category
Activities
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More activities icons from Twitter Emoji

Use the chess pawn emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M27.819 33.653C28.46 32.997 29 32.072 29 30.801c0-3.149-3.645-6.753-5-9.801c-1.333-3-2.104-5.875-.083-6.688l.17-.073c.578-.218.913-.47.913-.739c0-.46-.97-.872-2.494-1.147A6.98 6.98 0 0 0 25 7a7 7 0 1 0-14 0a6.98 6.98 0 0 0 2.494 5.353C11.97 12.628 11 13.04 11 13.5c0 .269.335.521.914.739c.056.024.106.048.169.073C14.104 15.125 13.333 18 12 21c-1.355 3.048-5 6.652-5 9.801c0 1.271.54 2.196 1.181 2.852C7.432 34.058 7 34.515 7 35c0 .351.233.687.639 1H28.36c.407-.313.64-.649.64-1c0-.485-.432-.942-1.181-1.347"/><path fill="#66757f" d="M22.001 4.75a.75.75 0 0 1-.672-.415c-.03-.058-.866-1.585-3.329-1.585s-3.298 1.527-3.333 1.593a.75.75 0 0 1-1.008.32a.746.746 0 0 1-.33-.999C13.378 3.566 14.576 1.25 18 1.25s4.621 2.316 4.671 2.415a.75.75 0 0 1-.67 1.085M22 14a.5.5 0 0 1-.224-.053c-.004-.001-.988-.447-3.776-.447c-2.789 0-3.772.446-3.782.45a.5.5 0 0 1-.665-.234a.5.5 0 0 1 .224-.664c.113-.056 1.192-.552 4.223-.552s4.11.496 4.224.553A.5.5 0 0 1 22 14M10 34.5a.5.5 0 0 1-.049-.997C10 33.497 15.01 33 18 33s7.999.497 8.05.503a.5.5 0 0 1 .447.547a.5.5 0 0 1-.547.447C25.9 34.492 20.94 34 18 34s-7.9.492-7.95.497z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiChessPawn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M27.819 33.653C28.46 32.997 29 32.072 29 30.801c0-3.149-3.645-6.753-5-9.801c-1.333-3-2.104-5.875-.083-6.688l.17-.073c.578-.218.913-.47.913-.739c0-.46-.97-.872-2.494-1.147A6.98 6.98 0 0 0 25 7a7 7 0 1 0-14 0a6.98 6.98 0 0 0 2.494 5.353C11.97 12.628 11 13.04 11 13.5c0 .269.335.521.914.739c.056.024.106.048.169.073C14.104 15.125 13.333 18 12 21c-1.355 3.048-5 6.652-5 9.801c0 1.271.54 2.196 1.181 2.852C7.432 34.058 7 34.515 7 35c0 .351.233.687.639 1H28.36c.407-.313.64-.649.64-1c0-.485-.432-.942-1.181-1.347"/><path fill="#66757f" d="M22.001 4.75a.75.75 0 0 1-.672-.415c-.03-.058-.866-1.585-3.329-1.585s-3.298 1.527-3.333 1.593a.75.75 0 0 1-1.008.32a.746.746 0 0 1-.33-.999C13.378 3.566 14.576 1.25 18 1.25s4.621 2.316 4.671 2.415a.75.75 0 0 1-.67 1.085M22 14a.5.5 0 0 1-.224-.053c-.004-.001-.988-.447-3.776-.447c-2.789 0-3.772.446-3.782.45a.5.5 0 0 1-.665-.234a.5.5 0 0 1 .224-.664c.113-.056 1.192-.552 4.223-.552s4.11.496 4.224.553A.5.5 0 0 1 22 14M10 34.5a.5.5 0 0 1-.049-.997C10 33.497 15.01 33 18 33s7.999.497 8.05.503a.5.5 0 0 1 .447.547a.5.5 0 0 1-.547.447C25.9 34.492 20.94 34 18 34s-7.9.492-7.95.497z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M27.819 33.653C28.46 32.997 29 32.072 29 30.801c0-3.149-3.645-6.753-5-9.801c-1.333-3-2.104-5.875-.083-6.688l.17-.073c.578-.218.913-.47.913-.739c0-.46-.97-.872-2.494-1.147A6.98 6.98 0 0 0 25 7a7 7 0 1 0-14 0a6.98 6.98 0 0 0 2.494 5.353C11.97 12.628 11 13.04 11 13.5c0 .269.335.521.914.739c.056.024.106.048.169.073C14.104 15.125 13.333 18 12 21c-1.355 3.048-5 6.652-5 9.801c0 1.271.54 2.196 1.181 2.852C7.432 34.058 7 34.515 7 35c0 .351.233.687.639 1H28.36c.407-.313.64-.649.64-1c0-.485-.432-.942-1.181-1.347"/><path fill="#66757f" d="M22.001 4.75a.75.75 0 0 1-.672-.415c-.03-.058-.866-1.585-3.329-1.585s-3.298 1.527-3.333 1.593a.75.75 0 0 1-1.008.32a.746.746 0 0 1-.33-.999C13.378 3.566 14.576 1.25 18 1.25s4.621 2.316 4.671 2.415a.75.75 0 0 1-.67 1.085M22 14a.5.5 0 0 1-.224-.053c-.004-.001-.988-.447-3.776-.447c-2.789 0-3.772.446-3.782.45a.5.5 0 0 1-.665-.234a.5.5 0 0 1 .224-.664c.113-.056 1.192-.552 4.223-.552s4.11.496 4.224.553A.5.5 0 0 1 22 14M10 34.5a.5.5 0 0 1-.049-.997C10 33.497 15.01 33 18 33s7.999.497 8.05.503a.5.5 0 0 1 .447.547a.5.5 0 0 1-.547.447C25.9 34.492 20.94 34 18 34s-7.9.492-7.95.497z"/></svg>
</template>

CSS

.icon-chess-pawn {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M27.819%2033.653C28.46%2032.997%2029%2032.072%2029%2030.801c0-3.149-3.645-6.753-5-9.801c-1.333-3-2.104-5.875-.083-6.688l.17-.073c.578-.218.913-.47.913-.739c0-.46-.97-.872-2.494-1.147A6.98%206.98%200%200%200%2025%207a7%207%200%201%200-14%200a6.98%206.98%200%200%200%202.494%205.353C11.97%2012.628%2011%2013.04%2011%2013.5c0%20.269.335.521.914.739c.056.024.106.048.169.073C14.104%2015.125%2013.333%2018%2012%2021c-1.355%203.048-5%206.652-5%209.801c0%201.271.54%202.196%201.181%202.852C7.432%2034.058%207%2034.515%207%2035c0%20.351.233.687.639%201H28.36c.407-.313.64-.649.64-1c0-.485-.432-.942-1.181-1.347%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M22.001%204.75a.75.75%200%200%201-.672-.415c-.03-.058-.866-1.585-3.329-1.585s-3.298%201.527-3.333%201.593a.75.75%200%200%201-1.008.32a.746.746%200%200%201-.33-.999C13.378%203.566%2014.576%201.25%2018%201.25s4.621%202.316%204.671%202.415a.75.75%200%200%201-.67%201.085M22%2014a.5.5%200%200%201-.224-.053c-.004-.001-.988-.447-3.776-.447c-2.789%200-3.772.446-3.782.45a.5.5%200%200%201-.665-.234a.5.5%200%200%201%20.224-.664c.113-.056%201.192-.552%204.223-.552s4.11.496%204.224.553A.5.5%200%200%201%2022%2014M10%2034.5a.5.5%200%200%201-.049-.997C10%2033.497%2015.01%2033%2018%2033s7.999.497%208.05.503a.5.5%200%200%201%20.447.547a.5.5%200%200%201-.547.447C25.9%2034.492%2020.94%2034%2018%2034s-7.9.492-7.95.497z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2331373d%22%20d%3D%22M27.819%2033.653C28.46%2032.997%2029%2032.072%2029%2030.801c0-3.149-3.645-6.753-5-9.801c-1.333-3-2.104-5.875-.083-6.688l.17-.073c.578-.218.913-.47.913-.739c0-.46-.97-.872-2.494-1.147A6.98%206.98%200%200%200%2025%207a7%207%200%201%200-14%200a6.98%206.98%200%200%200%202.494%205.353C11.97%2012.628%2011%2013.04%2011%2013.5c0%20.269.335.521.914.739c.056.024.106.048.169.073C14.104%2015.125%2013.333%2018%2012%2021c-1.355%203.048-5%206.652-5%209.801c0%201.271.54%202.196%201.181%202.852C7.432%2034.058%207%2034.515%207%2035c0%20.351.233.687.639%201H28.36c.407-.313.64-.649.64-1c0-.485-.432-.942-1.181-1.347%22%2F%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M22.001%204.75a.75.75%200%200%201-.672-.415c-.03-.058-.866-1.585-3.329-1.585s-3.298%201.527-3.333%201.593a.75.75%200%200%201-1.008.32a.746.746%200%200%201-.33-.999C13.378%203.566%2014.576%201.25%2018%201.25s4.621%202.316%204.671%202.415a.75.75%200%200%201-.67%201.085M22%2014a.5.5%200%200%201-.224-.053c-.004-.001-.988-.447-3.776-.447c-2.789%200-3.772.446-3.782.45a.5.5%200%200%201-.665-.234a.5.5%200%200%201%20.224-.664c.113-.056%201.192-.552%204.223-.552s4.11.496%204.224.553A.5.5%200%200%201%2022%2014M10%2034.5a.5.5%200%200%201-.049-.997C10%2033.497%2015.01%2033%2018%2033s7.999.497%208.05.503a.5.5%200%200%201%20.447.547a.5.5%200%200%201-.547.447C25.9%2034.492%2020.94%2034%2018%2034s-7.9.492-7.95.497z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/chess-pawn.svg?color=%231a73e8&size=48