shorts emoji
shorts from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- shorts
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
Use the shorts emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.382 29.944a3.22 3.22 0 0 0 2.018.714h.003a3 3 0 0 0 .5-.042l6.41-1a3.21 3.21 0 0 0 2.674-3.691L28.133 6.113a2.5 2.5 0 0 0-2.484-2.235H6.35a2.5 2.5 0 0 0-2.479 2.2L1.011 25.93a3.21 3.21 0 0 0 2.645 3.647l6.406 1a3.22 3.22 0 0 0 3.66-2.51l1.566-7.807h1.423l1.547 7.862c.156.718.553 1.36 1.124 1.822m-1.37-11.246a1.9 1.9 0 0 0-1.218-.44l-.005.007h-1.564c-.443.02-.87.17-1.225.435c-.34.28-.574.668-.66 1.1l-1.573 7.855a1.22 1.22 0 0 1-1.388.945l-6.4-1a1.21 1.21 0 0 1-.989-1.373L4.696 14.36A8 8 0 0 0 8.36 8.002h5.294l-1.752 6.448a.55.55 0 0 0 .39.66a.53.53 0 0 0 .69-.38l1.829-6.728h2.378l1.829 6.728a.53.53 0 0 0 .69.38a.55.55 0 0 0 .39-.66l-1.752-6.448h5.274a8 8 0 0 0 3.684 6.351l1.715 11.867v.024a1.21 1.21 0 0 1-1.008 1.395l-6.414 1a1.22 1.22 0 0 1-1.38-.925l-1.549-7.9a1.9 1.9 0 0 0-.656-1.116m9.097-5.692a7 7 0 0 1-2.53-5.004h1.807zm-22.22.003l.72-5.007H7.4a7 7 0 0 1-2.51 5.007m10.336 7.255v-.006h.007z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastShorts(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.382 29.944a3.22 3.22 0 0 0 2.018.714h.003a3 3 0 0 0 .5-.042l6.41-1a3.21 3.21 0 0 0 2.674-3.691L28.133 6.113a2.5 2.5 0 0 0-2.484-2.235H6.35a2.5 2.5 0 0 0-2.479 2.2L1.011 25.93a3.21 3.21 0 0 0 2.645 3.647l6.406 1a3.22 3.22 0 0 0 3.66-2.51l1.566-7.807h1.423l1.547 7.862c.156.718.553 1.36 1.124 1.822m-1.37-11.246a1.9 1.9 0 0 0-1.218-.44l-.005.007h-1.564c-.443.02-.87.17-1.225.435c-.34.28-.574.668-.66 1.1l-1.573 7.855a1.22 1.22 0 0 1-1.388.945l-6.4-1a1.21 1.21 0 0 1-.989-1.373L4.696 14.36A8 8 0 0 0 8.36 8.002h5.294l-1.752 6.448a.55.55 0 0 0 .39.66a.53.53 0 0 0 .69-.38l1.829-6.728h2.378l1.829 6.728a.53.53 0 0 0 .69.38a.55.55 0 0 0 .39-.66l-1.752-6.448h5.274a8 8 0 0 0 3.684 6.351l1.715 11.867v.024a1.21 1.21 0 0 1-1.008 1.395l-6.414 1a1.22 1.22 0 0 1-1.38-.925l-1.549-7.9a1.9 1.9 0 0 0-.656-1.116m9.097-5.692a7 7 0 0 1-2.53-5.004h1.807zm-22.22.003l.72-5.007H7.4a7 7 0 0 1-2.51 5.007m10.336 7.255v-.006h.007z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.382 29.944a3.22 3.22 0 0 0 2.018.714h.003a3 3 0 0 0 .5-.042l6.41-1a3.21 3.21 0 0 0 2.674-3.691L28.133 6.113a2.5 2.5 0 0 0-2.484-2.235H6.35a2.5 2.5 0 0 0-2.479 2.2L1.011 25.93a3.21 3.21 0 0 0 2.645 3.647l6.406 1a3.22 3.22 0 0 0 3.66-2.51l1.566-7.807h1.423l1.547 7.862c.156.718.553 1.36 1.124 1.822m-1.37-11.246a1.9 1.9 0 0 0-1.218-.44l-.005.007h-1.564c-.443.02-.87.17-1.225.435c-.34.28-.574.668-.66 1.1l-1.573 7.855a1.22 1.22 0 0 1-1.388.945l-6.4-1a1.21 1.21 0 0 1-.989-1.373L4.696 14.36A8 8 0 0 0 8.36 8.002h5.294l-1.752 6.448a.55.55 0 0 0 .39.66a.53.53 0 0 0 .69-.38l1.829-6.728h2.378l1.829 6.728a.53.53 0 0 0 .69.38a.55.55 0 0 0 .39-.66l-1.752-6.448h5.274a8 8 0 0 0 3.684 6.351l1.715 11.867v.024a1.21 1.21 0 0 1-1.008 1.395l-6.414 1a1.22 1.22 0 0 1-1.38-.925l-1.549-7.9a1.9 1.9 0 0 0-.656-1.116m9.097-5.692a7 7 0 0 1-2.53-5.004h1.807zm-22.22.003l.72-5.007H7.4a7 7 0 0 1-2.51 5.007m10.336 7.255v-.006h.007z"/></svg> </template>
CSS
.icon-shorts {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.382%2029.944a3.22%203.22%200%200%200%202.018.714h.003a3%203%200%200%200%20.5-.042l6.41-1a3.21%203.21%200%200%200%202.674-3.691L28.133%206.113a2.5%202.5%200%200%200-2.484-2.235H6.35a2.5%202.5%200%200%200-2.479%202.2L1.011%2025.93a3.21%203.21%200%200%200%202.645%203.647l6.406%201a3.22%203.22%200%200%200%203.66-2.51l1.566-7.807h1.423l1.547%207.862c.156.718.553%201.36%201.124%201.822m-1.37-11.246a1.9%201.9%200%200%200-1.218-.44l-.005.007h-1.564c-.443.02-.87.17-1.225.435c-.34.28-.574.668-.66%201.1l-1.573%207.855a1.22%201.22%200%200%201-1.388.945l-6.4-1a1.21%201.21%200%200%201-.989-1.373L4.696%2014.36A8%208%200%200%200%208.36%208.002h5.294l-1.752%206.448a.55.55%200%200%200%20.39.66a.53.53%200%200%200%20.69-.38l1.829-6.728h2.378l1.829%206.728a.53.53%200%200%200%20.69.38a.55.55%200%200%200%20.39-.66l-1.752-6.448h5.274a8%208%200%200%200%203.684%206.351l1.715%2011.867v.024a1.21%201.21%200%200%201-1.008%201.395l-6.414%201a1.22%201.22%200%200%201-1.38-.925l-1.549-7.9a1.9%201.9%200%200%200-.656-1.116m9.097-5.692a7%207%200%200%201-2.53-5.004h1.807zm-22.22.003l.72-5.007H7.4a7%207%200%200%201-2.51%205.007m10.336%207.255v-.006h.007z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.382%2029.944a3.22%203.22%200%200%200%202.018.714h.003a3%203%200%200%200%20.5-.042l6.41-1a3.21%203.21%200%200%200%202.674-3.691L28.133%206.113a2.5%202.5%200%200%200-2.484-2.235H6.35a2.5%202.5%200%200%200-2.479%202.2L1.011%2025.93a3.21%203.21%200%200%200%202.645%203.647l6.406%201a3.22%203.22%200%200%200%203.66-2.51l1.566-7.807h1.423l1.547%207.862c.156.718.553%201.36%201.124%201.822m-1.37-11.246a1.9%201.9%200%200%200-1.218-.44l-.005.007h-1.564c-.443.02-.87.17-1.225.435c-.34.28-.574.668-.66%201.1l-1.573%207.855a1.22%201.22%200%200%201-1.388.945l-6.4-1a1.21%201.21%200%200%201-.989-1.373L4.696%2014.36A8%208%200%200%200%208.36%208.002h5.294l-1.752%206.448a.55.55%200%200%200%20.39.66a.53.53%200%200%200%20.69-.38l1.829-6.728h2.378l1.829%206.728a.53.53%200%200%200%20.69.38a.55.55%200%200%200%20.39-.66l-1.752-6.448h5.274a8%208%200%200%200%203.684%206.351l1.715%2011.867v.024a1.21%201.21%200%200%201-1.008%201.395l-6.414%201a1.22%201.22%200%200%201-1.38-.925l-1.549-7.9a1.9%201.9%200%200%200-.656-1.116m9.097-5.692a7%207%200%200%201-2.53-5.004h1.807zm-22.22.003l.72-5.007H7.4a7%207%200%200%201-2.51%205.007m10.336%207.255v-.006h.007z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/shorts.svg?color=%231a73e8&size=48