running shirt emoji

running-shirt from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
running-shirt
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 running shirt emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M6.318 1.031c1.499 1.499 13.184 8.685 23.386 0V12H6.318z"/><path fill="#55acee" d="M34.918 5.946c0-2.537-2.429-4.475-4.27-5.391c-.761-.378-1.812.393-1.896.873c-.943 5.39-6.867 10.08-10.753 10.08c-3.833 0-9.636-4.563-10.696-9.861C7.193 1.096 6.12.18 5.356.562c-1.838.917-4.251 2.853-4.251 5.384c3.122 4.607 3.827 6.381 3.827 11.159c0 4.777-1.366 14.117-2.56 16.507C3.566 34.807 10.594 36 18 36c7.405 0 14.448-1.193 15.642-2.389c-1.194-2.39-2.546-11.73-2.546-16.507s.701-6.551 3.822-11.158"/><path fill="#ffd983" d="M4.192 25.616c-.433 3.006-1.002 5.832-1.56 7.366l28.506-17.637c.177-3.329.976-5.184 3.323-8.717z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiRunningShirt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M6.318 1.031c1.499 1.499 13.184 8.685 23.386 0V12H6.318z"/><path fill="#55acee" d="M34.918 5.946c0-2.537-2.429-4.475-4.27-5.391c-.761-.378-1.812.393-1.896.873c-.943 5.39-6.867 10.08-10.753 10.08c-3.833 0-9.636-4.563-10.696-9.861C7.193 1.096 6.12.18 5.356.562c-1.838.917-4.251 2.853-4.251 5.384c3.122 4.607 3.827 6.381 3.827 11.159c0 4.777-1.366 14.117-2.56 16.507C3.566 34.807 10.594 36 18 36c7.405 0 14.448-1.193 15.642-2.389c-1.194-2.39-2.546-11.73-2.546-16.507s.701-6.551 3.822-11.158"/><path fill="#ffd983" d="M4.192 25.616c-.433 3.006-1.002 5.832-1.56 7.366l28.506-17.637c.177-3.329.976-5.184 3.323-8.717z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#269" d="M6.318 1.031c1.499 1.499 13.184 8.685 23.386 0V12H6.318z"/><path fill="#55acee" d="M34.918 5.946c0-2.537-2.429-4.475-4.27-5.391c-.761-.378-1.812.393-1.896.873c-.943 5.39-6.867 10.08-10.753 10.08c-3.833 0-9.636-4.563-10.696-9.861C7.193 1.096 6.12.18 5.356.562c-1.838.917-4.251 2.853-4.251 5.384c3.122 4.607 3.827 6.381 3.827 11.159c0 4.777-1.366 14.117-2.56 16.507C3.566 34.807 10.594 36 18 36c7.405 0 14.448-1.193 15.642-2.389c-1.194-2.39-2.546-11.73-2.546-16.507s.701-6.551 3.822-11.158"/><path fill="#ffd983" d="M4.192 25.616c-.433 3.006-1.002 5.832-1.56 7.366l28.506-17.637c.177-3.329.976-5.184 3.323-8.717z"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%23269%22%20d%3D%22M6.318%201.031c1.499%201.499%2013.184%208.685%2023.386%200V12H6.318z%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M34.918%205.946c0-2.537-2.429-4.475-4.27-5.391c-.761-.378-1.812.393-1.896.873c-.943%205.39-6.867%2010.08-10.753%2010.08c-3.833%200-9.636-4.563-10.696-9.861C7.193%201.096%206.12.18%205.356.562c-1.838.917-4.251%202.853-4.251%205.384c3.122%204.607%203.827%206.381%203.827%2011.159c0%204.777-1.366%2014.117-2.56%2016.507C3.566%2034.807%2010.594%2036%2018%2036c7.405%200%2014.448-1.193%2015.642-2.389c-1.194-2.39-2.546-11.73-2.546-16.507s.701-6.551%203.822-11.158%22%2F%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M4.192%2025.616c-.433%203.006-1.002%205.832-1.56%207.366l28.506-17.637c.177-3.329.976-5.184%203.323-8.717z%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%23269%22%20d%3D%22M6.318%201.031c1.499%201.499%2013.184%208.685%2023.386%200V12H6.318z%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M34.918%205.946c0-2.537-2.429-4.475-4.27-5.391c-.761-.378-1.812.393-1.896.873c-.943%205.39-6.867%2010.08-10.753%2010.08c-3.833%200-9.636-4.563-10.696-9.861C7.193%201.096%206.12.18%205.356.562c-1.838.917-4.251%202.853-4.251%205.384c3.122%204.607%203.827%206.381%203.827%2011.159c0%204.777-1.366%2014.117-2.56%2016.507C3.566%2034.807%2010.594%2036%2018%2036c7.405%200%2014.448-1.193%2015.642-2.389c-1.194-2.39-2.546-11.73-2.546-16.507s.701-6.551%203.822-11.158%22%2F%3E%3Cpath%20fill%3D%22%23ffd983%22%20d%3D%22M4.192%2025.616c-.433%203.006-1.002%205.832-1.56%207.366l28.506-17.637c.177-3.329.976-5.184%203.323-8.717z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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