vs button emoji
vs-button from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.
- Name
- vs-button
- Set
- Noto Emoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More symbols icons from Noto 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 128 128"><path fill="#f77e00" d="M116 4H12c-4.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#ff9800" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><path fill="#ffbd52" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4c-3.51 4.18-3 10.64-3.09 15.72c-.14 1.24.39 2.46 1.39 3.2c1.18.47 2.53.24 3.49-.6c2.07-1.5 3.28-3.91 4.18-6.3c.26-.75.6-1.47 1-2.15c1.88-3 6.67-4.53 9.86-5.89c1.8-.79 7.77-2.64 7.77-5.28" opacity=".75"/><path fill="#fafafa" d="M13.78 36.87h11.19l11.35 33.12l1.99 6.98h.61l2.15-6.98l11.81-33.12h11.19L44.06 91.76H33.18zm61.49 52.06c-3.68-2.71-6.26-6.54-7.74-11.5l9.74-3.83c.77 2.91 2.07 5.24 3.91 6.98q2.76 2.61 6.9 2.61c2.3 0 4.27-.58 5.9-1.72c1.63-1.15 2.45-2.75 2.45-4.79s-.78-3.72-2.34-5.02s-4.33-2.7-8.32-4.18l-3.37-1.23c-3.53-1.23-6.54-3.11-9.05-5.64c-2.5-2.53-3.76-5.71-3.76-9.54c0-2.86.74-5.47 2.22-7.82s3.58-4.2 6.29-5.56c2.71-1.35 5.78-2.03 9.2-2.03c4.96 0 8.87 1.16 11.73 3.49s4.83 5.05 5.9 8.17l-9.12 3.83c-.56-1.69-1.55-3.1-2.95-4.26c-1.41-1.15-3.21-1.73-5.41-1.73c-2.25 0-4.1.52-5.56 1.57s-2.18 2.42-2.18 4.1c0 1.64.69 3.03 2.07 4.18s3.65 2.26 6.82 3.33l3.45 1.15c4.75 1.64 8.4 3.79 10.92 6.48c2.53 2.68 3.79 6.2 3.79 10.54c0 3.58-.92 6.61-2.76 9.08c-1.84 2.48-4.21 4.33-7.09 5.56c-2.89 1.23-5.87 1.84-8.93 1.84c-4.79 0-9.03-1.35-12.71-4.06"/></svg>
React
import type { SVGProps } from "react";
export function NotoVsButton(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f77e00" d="M116 4H12c-4.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#ff9800" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><path fill="#ffbd52" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4c-3.51 4.18-3 10.64-3.09 15.72c-.14 1.24.39 2.46 1.39 3.2c1.18.47 2.53.24 3.49-.6c2.07-1.5 3.28-3.91 4.18-6.3c.26-.75.6-1.47 1-2.15c1.88-3 6.67-4.53 9.86-5.89c1.8-.79 7.77-2.64 7.77-5.28" opacity=".75"/><path fill="#fafafa" d="M13.78 36.87h11.19l11.35 33.12l1.99 6.98h.61l2.15-6.98l11.81-33.12h11.19L44.06 91.76H33.18zm61.49 52.06c-3.68-2.71-6.26-6.54-7.74-11.5l9.74-3.83c.77 2.91 2.07 5.24 3.91 6.98q2.76 2.61 6.9 2.61c2.3 0 4.27-.58 5.9-1.72c1.63-1.15 2.45-2.75 2.45-4.79s-.78-3.72-2.34-5.02s-4.33-2.7-8.32-4.18l-3.37-1.23c-3.53-1.23-6.54-3.11-9.05-5.64c-2.5-2.53-3.76-5.71-3.76-9.54c0-2.86.74-5.47 2.22-7.82s3.58-4.2 6.29-5.56c2.71-1.35 5.78-2.03 9.2-2.03c4.96 0 8.87 1.16 11.73 3.49s4.83 5.05 5.9 8.17l-9.12 3.83c-.56-1.69-1.55-3.1-2.95-4.26c-1.41-1.15-3.21-1.73-5.41-1.73c-2.25 0-4.1.52-5.56 1.57s-2.18 2.42-2.18 4.1c0 1.64.69 3.03 2.07 4.18s3.65 2.26 6.82 3.33l3.45 1.15c4.75 1.64 8.4 3.79 10.92 6.48c2.53 2.68 3.79 6.2 3.79 10.54c0 3.58-.92 6.61-2.76 9.08c-1.84 2.48-4.21 4.33-7.09 5.56c-2.89 1.23-5.87 1.84-8.93 1.84c-4.79 0-9.03-1.35-12.71-4.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f77e00" d="M116 4H12c-4.42 0-8 3.58-8 8v104c0 4.42 3.58 8 8 8h104c4.42 0 8-3.58 8-8V12c0-4.42-3.58-8-8-8"/><path fill="#ff9800" d="M109.7 4H11.5A7.555 7.555 0 0 0 4 11.5v97.9c-.01 4.14 3.34 7.49 7.48 7.5h98.12c4.14.01 7.49-3.34 7.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z"/><path fill="#ffbd52" d="M39.7 12.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5 1.2-13.8 4c-3.51 4.18-3 10.64-3.09 15.72c-.14 1.24.39 2.46 1.39 3.2c1.18.47 2.53.24 3.49-.6c2.07-1.5 3.28-3.91 4.18-6.3c.26-.75.6-1.47 1-2.15c1.88-3 6.67-4.53 9.86-5.89c1.8-.79 7.77-2.64 7.77-5.28" opacity=".75"/><path fill="#fafafa" d="M13.78 36.87h11.19l11.35 33.12l1.99 6.98h.61l2.15-6.98l11.81-33.12h11.19L44.06 91.76H33.18zm61.49 52.06c-3.68-2.71-6.26-6.54-7.74-11.5l9.74-3.83c.77 2.91 2.07 5.24 3.91 6.98q2.76 2.61 6.9 2.61c2.3 0 4.27-.58 5.9-1.72c1.63-1.15 2.45-2.75 2.45-4.79s-.78-3.72-2.34-5.02s-4.33-2.7-8.32-4.18l-3.37-1.23c-3.53-1.23-6.54-3.11-9.05-5.64c-2.5-2.53-3.76-5.71-3.76-9.54c0-2.86.74-5.47 2.22-7.82s3.58-4.2 6.29-5.56c2.71-1.35 5.78-2.03 9.2-2.03c4.96 0 8.87 1.16 11.73 3.49s4.83 5.05 5.9 8.17l-9.12 3.83c-.56-1.69-1.55-3.1-2.95-4.26c-1.41-1.15-3.21-1.73-5.41-1.73c-2.25 0-4.1.52-5.56 1.57s-2.18 2.42-2.18 4.1c0 1.64.69 3.03 2.07 4.18s3.65 2.26 6.82 3.33l3.45 1.15c4.75 1.64 8.4 3.79 10.92 6.48c2.53 2.68 3.79 6.2 3.79 10.54c0 3.58-.92 6.61-2.76 9.08c-1.84 2.48-4.21 4.33-7.09 5.56c-2.89 1.23-5.87 1.84-8.93 1.84c-4.79 0-9.03-1.35-12.71-4.06"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f77e00%22%20d%3D%22M116%204H12c-4.42%200-8%203.58-8%208v104c0%204.42%203.58%208%208%208h104c4.42%200%208-3.58%208-8V12c0-4.42-3.58-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M109.7%204H11.5A7.555%207.555%200%200%200%204%2011.5v97.9c-.01%204.14%203.34%207.49%207.48%207.5h98.12c4.14.01%207.49-3.34%207.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z%22%2F%3E%3Cpath%20fill%3D%22%23ffbd52%22%20d%3D%22M39.7%2012.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5%201.2-13.8%204c-3.51%204.18-3%2010.64-3.09%2015.72c-.14%201.24.39%202.46%201.39%203.2c1.18.47%202.53.24%203.49-.6c2.07-1.5%203.28-3.91%204.18-6.3c.26-.75.6-1.47%201-2.15c1.88-3%206.67-4.53%209.86-5.89c1.8-.79%207.77-2.64%207.77-5.28%22%20opacity%3D%22.75%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M13.78%2036.87h11.19l11.35%2033.12l1.99%206.98h.61l2.15-6.98l11.81-33.12h11.19L44.06%2091.76H33.18zm61.49%2052.06c-3.68-2.71-6.26-6.54-7.74-11.5l9.74-3.83c.77%202.91%202.07%205.24%203.91%206.98q2.76%202.61%206.9%202.61c2.3%200%204.27-.58%205.9-1.72c1.63-1.15%202.45-2.75%202.45-4.79s-.78-3.72-2.34-5.02s-4.33-2.7-8.32-4.18l-3.37-1.23c-3.53-1.23-6.54-3.11-9.05-5.64c-2.5-2.53-3.76-5.71-3.76-9.54c0-2.86.74-5.47%202.22-7.82s3.58-4.2%206.29-5.56c2.71-1.35%205.78-2.03%209.2-2.03c4.96%200%208.87%201.16%2011.73%203.49s4.83%205.05%205.9%208.17l-9.12%203.83c-.56-1.69-1.55-3.1-2.95-4.26c-1.41-1.15-3.21-1.73-5.41-1.73c-2.25%200-4.1.52-5.56%201.57s-2.18%202.42-2.18%204.1c0%201.64.69%203.03%202.07%204.18s3.65%202.26%206.82%203.33l3.45%201.15c4.75%201.64%208.4%203.79%2010.92%206.48c2.53%202.68%203.79%206.2%203.79%2010.54c0%203.58-.92%206.61-2.76%209.08c-1.84%202.48-4.21%204.33-7.09%205.56c-2.89%201.23-5.87%201.84-8.93%201.84c-4.79%200-9.03-1.35-12.71-4.06%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f77e00%22%20d%3D%22M116%204H12c-4.42%200-8%203.58-8%208v104c0%204.42%203.58%208%208%208h104c4.42%200%208-3.58%208-8V12c0-4.42-3.58-8-8-8%22%2F%3E%3Cpath%20fill%3D%22%23ff9800%22%20d%3D%22M109.7%204H11.5A7.555%207.555%200%200%200%204%2011.5v97.9c-.01%204.14%203.34%207.49%207.48%207.5h98.12c4.14.01%207.49-3.34%207.5-7.48V11.5c.09-4.05-3.13-7.41-7.18-7.5z%22%2F%3E%3Cpath%20fill%3D%22%23ffbd52%22%20d%3D%22M39.7%2012.9c0-2.3-1.6-3-10.8-2.7c-7.7.3-11.5%201.2-13.8%204c-3.51%204.18-3%2010.64-3.09%2015.72c-.14%201.24.39%202.46%201.39%203.2c1.18.47%202.53.24%203.49-.6c2.07-1.5%203.28-3.91%204.18-6.3c.26-.75.6-1.47%201-2.15c1.88-3%206.67-4.53%209.86-5.89c1.8-.79%207.77-2.64%207.77-5.28%22%20opacity%3D%22.75%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M13.78%2036.87h11.19l11.35%2033.12l1.99%206.98h.61l2.15-6.98l11.81-33.12h11.19L44.06%2091.76H33.18zm61.49%2052.06c-3.68-2.71-6.26-6.54-7.74-11.5l9.74-3.83c.77%202.91%202.07%205.24%203.91%206.98q2.76%202.61%206.9%202.61c2.3%200%204.27-.58%205.9-1.72c1.63-1.15%202.45-2.75%202.45-4.79s-.78-3.72-2.34-5.02s-4.33-2.7-8.32-4.18l-3.37-1.23c-3.53-1.23-6.54-3.11-9.05-5.64c-2.5-2.53-3.76-5.71-3.76-9.54c0-2.86.74-5.47%202.22-7.82s3.58-4.2%206.29-5.56c2.71-1.35%205.78-2.03%209.2-2.03c4.96%200%208.87%201.16%2011.73%203.49s4.83%205.05%205.9%208.17l-9.12%203.83c-.56-1.69-1.55-3.1-2.95-4.26c-1.41-1.15-3.21-1.73-5.41-1.73c-2.25%200-4.1.52-5.56%201.57s-2.18%202.42-2.18%204.1c0%201.64.69%203.03%202.07%204.18s3.65%202.26%206.82%203.33l3.45%201.15c4.75%201.64%208.4%203.79%2010.92%206.48c2.53%202.68%203.79%206.2%203.79%2010.54c0%203.58-.92%206.61-2.76%209.08c-1.84%202.48-4.21%204.33-7.09%205.56c-2.89%201.23-5.87%201.84-8.93%201.84c-4.79%200-9.03-1.35-12.71-4.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/vs-button.svg?color=%231a73e8&size=48