jeans from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
jeans
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the jeans emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M37.621 29.671c-2.56 0-4.934 1.76-4.934 2.829s-2 35.413-2 35.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M37.621 29.671c-2.56 0-4.934 1.76-4.934 2.829s-2 35.413-2 35.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829"/><circle cx="38.125" cy="16.07" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M48.865 14.328s-2.403 8.938 6.088 11.467M26.385 14.328s2.403 8.938-6.088 11.467"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiJeans(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M37.621 29.671c-2.56 0-4.934 1.76-4.934 2.829s-2 35.413-2 35.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M37.621 29.671c-2.56 0-4.934 1.76-4.934 2.829s-2 35.413-2 35.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829"/><circle cx="38.125" cy="16.07" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M48.865 14.328s-2.403 8.938 6.088 11.467M26.385 14.328s2.403 8.938-6.088 11.467"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M37.621 29.671c-2.56 0-4.934 1.76-4.934 2.829s-2 35.413-2 35.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M37.621 29.671c-2.56 0-4.934 1.76-4.934 2.829s-2 35.413-2 35.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829"/><circle cx="38.125" cy="16.07" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M48.865 14.328s-2.403 8.938 6.088 11.467M26.385 14.328s2.403 8.938-6.088 11.467"/></svg>
</template>

CSS

.icon-jeans {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M37.621%2029.671c-2.56%200-4.934%201.76-4.934%202.829s-2%2035.413-2%2035.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M37.621%2029.671c-2.56%200-4.934%201.76-4.934%202.829s-2%2035.413-2%2035.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829%22%2F%3E%3Ccircle%20cx%3D%2238.125%22%20cy%3D%2216.07%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M48.865%2014.328s-2.403%208.938%206.088%2011.467M26.385%2014.328s2.403%208.938-6.088%2011.467%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M37.621%2029.671c-2.56%200-4.934%201.76-4.934%202.829s-2%2035.413-2%2035.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M37.621%2029.671c-2.56%200-4.934%201.76-4.934%202.829s-2%2035.413-2%2035.413H17.625V10.958h40v56.955H44.563s-2-34.344-2-35.413s-2.374-2.829-4.934-2.829%22%2F%3E%3Ccircle%20cx%3D%2238.125%22%20cy%3D%2216.07%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M48.865%2014.328s-2.403%208.938%206.088%2011.467M26.385%2014.328s2.403%208.938-6.088%2011.467%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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