vs button emoji
vs-button from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- vs-button
- Set
- Twitter Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 36×36
- License
- CC BY 4.0
The same emoji in other sets
More symbols icons from Twitter Emoji
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the vs button emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M16.98 7.14c-1.02 0-1.649.66-2.04 1.47l-4.649 12.479L5.64 8.61c-.39-.81-1.019-1.47-2.039-1.47c-1.201 0-2.311.9-2.311 2.16c0 .42.06.721.21 1.11l6.57 16.71c.391.959.9 1.738 2.221 1.738c1.32 0 1.83-.779 2.22-1.738l6.57-16.71c.15-.39.209-.69.209-1.11c-.001-1.26-1.11-2.16-2.31-2.16m7.71 6.089c0-1.26 1.17-1.949 2.461-1.949c1.799 0 2.76.899 3.99.899c1.228 0 2.01-1.05 2.01-2.22c0-2.37-4.201-3-5.881-3c-3.99 0-7.439 2.609-7.439 6.811c0 6.959 10.02 4.828 10.02 8.369c0 1.471-1.08 2.58-3.059 2.58c-1.951 0-3.631-1.17-5.041-1.17c-1.231 0-2.01.959-2.01 2.129c0 2.82 4.981 3.361 7.289 3.361c4.141 0 7.68-2.67 7.68-6.961c-.001-7.738-10.02-5.759-10.02-8.849"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiVsButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M16.98 7.14c-1.02 0-1.649.66-2.04 1.47l-4.649 12.479L5.64 8.61c-.39-.81-1.019-1.47-2.039-1.47c-1.201 0-2.311.9-2.311 2.16c0 .42.06.721.21 1.11l6.57 16.71c.391.959.9 1.738 2.221 1.738c1.32 0 1.83-.779 2.22-1.738l6.57-16.71c.15-.39.209-.69.209-1.11c-.001-1.26-1.11-2.16-2.31-2.16m7.71 6.089c0-1.26 1.17-1.949 2.461-1.949c1.799 0 2.76.899 3.99.899c1.228 0 2.01-1.05 2.01-2.22c0-2.37-4.201-3-5.881-3c-3.99 0-7.439 2.609-7.439 6.811c0 6.959 10.02 4.828 10.02 8.369c0 1.471-1.08 2.58-3.059 2.58c-1.951 0-3.631-1.17-5.041-1.17c-1.231 0-2.01.959-2.01 2.129c0 2.82 4.981 3.361 7.289 3.361c4.141 0 7.68-2.67 7.68-6.961c-.001-7.738-10.02-5.759-10.02-8.849"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#f4900c" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M16.98 7.14c-1.02 0-1.649.66-2.04 1.47l-4.649 12.479L5.64 8.61c-.39-.81-1.019-1.47-2.039-1.47c-1.201 0-2.311.9-2.311 2.16c0 .42.06.721.21 1.11l6.57 16.71c.391.959.9 1.738 2.221 1.738c1.32 0 1.83-.779 2.22-1.738l6.57-16.71c.15-.39.209-.69.209-1.11c-.001-1.26-1.11-2.16-2.31-2.16m7.71 6.089c0-1.26 1.17-1.949 2.461-1.949c1.799 0 2.76.899 3.99.899c1.228 0 2.01-1.05 2.01-2.22c0-2.37-4.201-3-5.881-3c-3.99 0-7.439 2.609-7.439 6.811c0 6.959 10.02 4.828 10.02 8.369c0 1.471-1.08 2.58-3.059 2.58c-1.951 0-3.631-1.17-5.041-1.17c-1.231 0-2.01.959-2.01 2.129c0 2.82 4.981 3.361 7.289 3.361c4.141 0 7.68-2.67 7.68-6.961c-.001-7.738-10.02-5.759-10.02-8.849"/></svg> </template>
CSS
.icon-vs-button {
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%23f4900c%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.98%207.14c-1.02%200-1.649.66-2.04%201.47l-4.649%2012.479L5.64%208.61c-.39-.81-1.019-1.47-2.039-1.47c-1.201%200-2.311.9-2.311%202.16c0%20.42.06.721.21%201.11l6.57%2016.71c.391.959.9%201.738%202.221%201.738c1.32%200%201.83-.779%202.22-1.738l6.57-16.71c.15-.39.209-.69.209-1.11c-.001-1.26-1.11-2.16-2.31-2.16m7.71%206.089c0-1.26%201.17-1.949%202.461-1.949c1.799%200%202.76.899%203.99.899c1.228%200%202.01-1.05%202.01-2.22c0-2.37-4.201-3-5.881-3c-3.99%200-7.439%202.609-7.439%206.811c0%206.959%2010.02%204.828%2010.02%208.369c0%201.471-1.08%202.58-3.059%202.58c-1.951%200-3.631-1.17-5.041-1.17c-1.231%200-2.01.959-2.01%202.129c0%202.82%204.981%203.361%207.289%203.361c4.141%200%207.68-2.67%207.68-6.961c-.001-7.738-10.02-5.759-10.02-8.849%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%23f4900c%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.98%207.14c-1.02%200-1.649.66-2.04%201.47l-4.649%2012.479L5.64%208.61c-.39-.81-1.019-1.47-2.039-1.47c-1.201%200-2.311.9-2.311%202.16c0%20.42.06.721.21%201.11l6.57%2016.71c.391.959.9%201.738%202.221%201.738c1.32%200%201.83-.779%202.22-1.738l6.57-16.71c.15-.39.209-.69.209-1.11c-.001-1.26-1.11-2.16-2.31-2.16m7.71%206.089c0-1.26%201.17-1.949%202.461-1.949c1.799%200%202.76.899%203.99.899c1.228%200%202.01-1.05%202.01-2.22c0-2.37-4.201-3-5.881-3c-3.99%200-7.439%202.609-7.439%206.811c0%206.959%2010.02%204.828%2010.02%208.369c0%201.471-1.08%202.58-3.059%202.58c-1.951%200-3.631-1.17-5.041-1.17c-1.231%200-2.01.959-2.01%202.129c0%202.82%204.981%203.361%207.289%203.361c4.141%200%207.68-2.67%207.68-6.961c-.001-7.738-10.02-5.759-10.02-8.849%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/vs-button.svg?color=%231a73e8&size=48