running-shirt from Emoji One (Colored) by Emoji One · Default · Activities · CC-BY-4.0 Attribution required.

Name
running-shirt
Set
Emoji One (Colored)
Style
Default
Category
Activities
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More activities icons from Emoji One (Colored)

Use the running shirt emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#6adbc6" d="M49.4 4.7C49.2 3.1 49 1.5 49 0h-3.9c.1.5.1 1 .1 1.6c0 6.5-5.9 11.8-13.2 11.8S18.8 8.1 18.8 1.6c0-.5 0-1.1.1-1.6H15c0 1.5-.2 3.1-.4 4.7c-1.7 9.7-4.1 17.6-10.7 19.5c0 0 2.8 4.5 2.8 12.3C6.7 50 3.9 64 3.9 64h56.2s-3.5-14-3.5-27.9c0-7.4 3.5-11.9 3.5-11.9c-6.5-1.9-9-9.8-10.7-19.5"/><path fill="#428bc1" d="M32 13.4c7.3 0 13.2-5.3 13.2-11.8c0-.5 0-1.1-.1-1.6c-3.6 1.6-7 3.7-13.1 3.7c-6.2 0-9.4-2-13.1-3.7c-.1.5-.1 1-.1 1.6c0 6.5 5.9 11.8 13.2 11.8"/><path fill="#ffce31" d="M5.4 54.8c-.8 6-1.5 9.2-1.5 9.2h8.3l42.9-43.1c-2.2-2.6-3.5-6.3-4.6-10.6z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneRunningShirt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#6adbc6" d="M49.4 4.7C49.2 3.1 49 1.5 49 0h-3.9c.1.5.1 1 .1 1.6c0 6.5-5.9 11.8-13.2 11.8S18.8 8.1 18.8 1.6c0-.5 0-1.1.1-1.6H15c0 1.5-.2 3.1-.4 4.7c-1.7 9.7-4.1 17.6-10.7 19.5c0 0 2.8 4.5 2.8 12.3C6.7 50 3.9 64 3.9 64h56.2s-3.5-14-3.5-27.9c0-7.4 3.5-11.9 3.5-11.9c-6.5-1.9-9-9.8-10.7-19.5"/><path fill="#428bc1" d="M32 13.4c7.3 0 13.2-5.3 13.2-11.8c0-.5 0-1.1-.1-1.6c-3.6 1.6-7 3.7-13.1 3.7c-6.2 0-9.4-2-13.1-3.7c-.1.5-.1 1-.1 1.6c0 6.5 5.9 11.8 13.2 11.8"/><path fill="#ffce31" d="M5.4 54.8c-.8 6-1.5 9.2-1.5 9.2h8.3l42.9-43.1c-2.2-2.6-3.5-6.3-4.6-10.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#6adbc6" d="M49.4 4.7C49.2 3.1 49 1.5 49 0h-3.9c.1.5.1 1 .1 1.6c0 6.5-5.9 11.8-13.2 11.8S18.8 8.1 18.8 1.6c0-.5 0-1.1.1-1.6H15c0 1.5-.2 3.1-.4 4.7c-1.7 9.7-4.1 17.6-10.7 19.5c0 0 2.8 4.5 2.8 12.3C6.7 50 3.9 64 3.9 64h56.2s-3.5-14-3.5-27.9c0-7.4 3.5-11.9 3.5-11.9c-6.5-1.9-9-9.8-10.7-19.5"/><path fill="#428bc1" d="M32 13.4c7.3 0 13.2-5.3 13.2-11.8c0-.5 0-1.1-.1-1.6c-3.6 1.6-7 3.7-13.1 3.7c-6.2 0-9.4-2-13.1-3.7c-.1.5-.1 1-.1 1.6c0 6.5 5.9 11.8 13.2 11.8"/><path fill="#ffce31" d="M5.4 54.8c-.8 6-1.5 9.2-1.5 9.2h8.3l42.9-43.1c-2.2-2.6-3.5-6.3-4.6-10.6z"/></svg>
</template>

CSS

.icon-running-shirt {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%236adbc6%22%20d%3D%22M49.4%204.7C49.2%203.1%2049%201.5%2049%200h-3.9c.1.5.1%201%20.1%201.6c0%206.5-5.9%2011.8-13.2%2011.8S18.8%208.1%2018.8%201.6c0-.5%200-1.1.1-1.6H15c0%201.5-.2%203.1-.4%204.7c-1.7%209.7-4.1%2017.6-10.7%2019.5c0%200%202.8%204.5%202.8%2012.3C6.7%2050%203.9%2064%203.9%2064h56.2s-3.5-14-3.5-27.9c0-7.4%203.5-11.9%203.5-11.9c-6.5-1.9-9-9.8-10.7-19.5%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M32%2013.4c7.3%200%2013.2-5.3%2013.2-11.8c0-.5%200-1.1-.1-1.6c-3.6%201.6-7%203.7-13.1%203.7c-6.2%200-9.4-2-13.1-3.7c-.1.5-.1%201-.1%201.6c0%206.5%205.9%2011.8%2013.2%2011.8%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M5.4%2054.8c-.8%206-1.5%209.2-1.5%209.2h8.3l42.9-43.1c-2.2-2.6-3.5-6.3-4.6-10.6z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%236adbc6%22%20d%3D%22M49.4%204.7C49.2%203.1%2049%201.5%2049%200h-3.9c.1.5.1%201%20.1%201.6c0%206.5-5.9%2011.8-13.2%2011.8S18.8%208.1%2018.8%201.6c0-.5%200-1.1.1-1.6H15c0%201.5-.2%203.1-.4%204.7c-1.7%209.7-4.1%2017.6-10.7%2019.5c0%200%202.8%204.5%202.8%2012.3C6.7%2050%203.9%2064%203.9%2064h56.2s-3.5-14-3.5-27.9c0-7.4%203.5-11.9%203.5-11.9c-6.5-1.9-9-9.8-10.7-19.5%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M32%2013.4c7.3%200%2013.2-5.3%2013.2-11.8c0-.5%200-1.1-.1-1.6c-3.6%201.6-7%203.7-13.1%203.7c-6.2%200-9.4-2-13.1-3.7c-.1.5-.1%201-.1%201.6c0%206.5%205.9%2011.8%2013.2%2011.8%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M5.4%2054.8c-.8%206-1.5%209.2-1.5%209.2h8.3l42.9-43.1c-2.2-2.6-3.5-6.3-4.6-10.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Running Shirt emoji — Emoji One (Colored) · IconsDB