back arrow emoji
back-arrow from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.
- Name
- back-arrow
- 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-symbolbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancercapricorn
Use the back arrow emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M34 3H12.475V1.128c0-1.046-.74-1.435-1.645-.865L.69 6.652c-.905.57-.922 1.527-.038 2.127l10.215 6.931c.884.602 1.607.235 1.607-.811V13H34a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M.024 26.184c0-.727.5-1.137 1.197-1.137H4.13c1.576 0 2.849 1.061 2.849 2.667c0 1.061-.439 1.772-1.409 2.227v.03c1.288.183 2.303 1.258 2.303 2.576c0 2.137-1.424 3.288-3.516 3.288h-3.12c-.697 0-1.212-.439-1.212-1.151v-8.5zm2.273 3.135h1.182c.742 0 1.227-.439 1.227-1.196c0-.713-.561-1.076-1.227-1.076H2.297zm0 4.516h1.788c.818 0 1.424-.47 1.424-1.318c0-.712-.545-1.197-1.606-1.197H2.297zm9.217-7.713c.258-.696.85-1.257 1.621-1.257c.805 0 1.365.53 1.621 1.257l2.971 8.243c.092.242.121.454.121.561c0 .591-.484 1-1.045 1c-.637 0-.955-.333-1.107-.788l-.453-1.424H11.03l-.455 1.409c-.15.47-.469.803-1.09.803c-.607 0-1.122-.454-1.122-1.061c0-.242.076-.424.106-.5zm.168 5.501h2.879l-1.41-4.395h-.029zm11.378-6.758c1.106 0 3.258.363 3.258 1.696c0 .546-.379 1.016-.94 1.016c-.621 0-1.046-.53-2.318-.53c-1.879 0-2.849 1.591-2.849 3.439c0 1.803.985 3.349 2.849 3.349c1.272 0 1.788-.637 2.409-.637c.682 0 1 .682 1 1.03c0 1.455-2.288 1.788-3.409 1.788c-3.076 0-5.212-2.439-5.212-5.576c0-3.151 2.121-5.575 5.212-5.575m4.471 1.212c0-.621.455-1.121 1.137-1.121c.651 0 1.137.424 1.137 1.121v3.273l3.727-3.97c.167-.182.455-.424.879-.424c.576 0 1.121.439 1.121 1.091c0 .393-.242.712-.742 1.212l-2.863 2.818l3.5 3.651c.363.364.637.697.637 1.152c0 .712-.562 1.045-1.183 1.045c-.44 0-.727-.258-1.151-.712l-3.924-4.243v3.864c0 .591-.455 1.091-1.137 1.091c-.651 0-1.137-.424-1.137-1.091z"/></svg>
React
import type { SVGProps } from "react";
export function TwemojiBackArrow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M34 3H12.475V1.128c0-1.046-.74-1.435-1.645-.865L.69 6.652c-.905.57-.922 1.527-.038 2.127l10.215 6.931c.884.602 1.607.235 1.607-.811V13H34a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M.024 26.184c0-.727.5-1.137 1.197-1.137H4.13c1.576 0 2.849 1.061 2.849 2.667c0 1.061-.439 1.772-1.409 2.227v.03c1.288.183 2.303 1.258 2.303 2.576c0 2.137-1.424 3.288-3.516 3.288h-3.12c-.697 0-1.212-.439-1.212-1.151v-8.5zm2.273 3.135h1.182c.742 0 1.227-.439 1.227-1.196c0-.713-.561-1.076-1.227-1.076H2.297zm0 4.516h1.788c.818 0 1.424-.47 1.424-1.318c0-.712-.545-1.197-1.606-1.197H2.297zm9.217-7.713c.258-.696.85-1.257 1.621-1.257c.805 0 1.365.53 1.621 1.257l2.971 8.243c.092.242.121.454.121.561c0 .591-.484 1-1.045 1c-.637 0-.955-.333-1.107-.788l-.453-1.424H11.03l-.455 1.409c-.15.47-.469.803-1.09.803c-.607 0-1.122-.454-1.122-1.061c0-.242.076-.424.106-.5zm.168 5.501h2.879l-1.41-4.395h-.029zm11.378-6.758c1.106 0 3.258.363 3.258 1.696c0 .546-.379 1.016-.94 1.016c-.621 0-1.046-.53-2.318-.53c-1.879 0-2.849 1.591-2.849 3.439c0 1.803.985 3.349 2.849 3.349c1.272 0 1.788-.637 2.409-.637c.682 0 1 .682 1 1.03c0 1.455-2.288 1.788-3.409 1.788c-3.076 0-5.212-2.439-5.212-5.576c0-3.151 2.121-5.575 5.212-5.575m4.471 1.212c0-.621.455-1.121 1.137-1.121c.651 0 1.137.424 1.137 1.121v3.273l3.727-3.97c.167-.182.455-.424.879-.424c.576 0 1.121.439 1.121 1.091c0 .393-.242.712-.742 1.212l-2.863 2.818l3.5 3.651c.363.364.637.697.637 1.152c0 .712-.562 1.045-1.183 1.045c-.44 0-.727-.258-1.151-.712l-3.924-4.243v3.864c0 .591-.455 1.091-1.137 1.091c-.651 0-1.137-.424-1.137-1.091z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#31373d" d="M34 3H12.475V1.128c0-1.046-.74-1.435-1.645-.865L.69 6.652c-.905.57-.922 1.527-.038 2.127l10.215 6.931c.884.602 1.607.235 1.607-.811V13H34a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M.024 26.184c0-.727.5-1.137 1.197-1.137H4.13c1.576 0 2.849 1.061 2.849 2.667c0 1.061-.439 1.772-1.409 2.227v.03c1.288.183 2.303 1.258 2.303 2.576c0 2.137-1.424 3.288-3.516 3.288h-3.12c-.697 0-1.212-.439-1.212-1.151v-8.5zm2.273 3.135h1.182c.742 0 1.227-.439 1.227-1.196c0-.713-.561-1.076-1.227-1.076H2.297zm0 4.516h1.788c.818 0 1.424-.47 1.424-1.318c0-.712-.545-1.197-1.606-1.197H2.297zm9.217-7.713c.258-.696.85-1.257 1.621-1.257c.805 0 1.365.53 1.621 1.257l2.971 8.243c.092.242.121.454.121.561c0 .591-.484 1-1.045 1c-.637 0-.955-.333-1.107-.788l-.453-1.424H11.03l-.455 1.409c-.15.47-.469.803-1.09.803c-.607 0-1.122-.454-1.122-1.061c0-.242.076-.424.106-.5zm.168 5.501h2.879l-1.41-4.395h-.029zm11.378-6.758c1.106 0 3.258.363 3.258 1.696c0 .546-.379 1.016-.94 1.016c-.621 0-1.046-.53-2.318-.53c-1.879 0-2.849 1.591-2.849 3.439c0 1.803.985 3.349 2.849 3.349c1.272 0 1.788-.637 2.409-.637c.682 0 1 .682 1 1.03c0 1.455-2.288 1.788-3.409 1.788c-3.076 0-5.212-2.439-5.212-5.576c0-3.151 2.121-5.575 5.212-5.575m4.471 1.212c0-.621.455-1.121 1.137-1.121c.651 0 1.137.424 1.137 1.121v3.273l3.727-3.97c.167-.182.455-.424.879-.424c.576 0 1.121.439 1.121 1.091c0 .393-.242.712-.742 1.212l-2.863 2.818l3.5 3.651c.363.364.637.697.637 1.152c0 .712-.562 1.045-1.183 1.045c-.44 0-.727-.258-1.151-.712l-3.924-4.243v3.864c0 .591-.455 1.091-1.137 1.091c-.651 0-1.137-.424-1.137-1.091z"/></svg> </template>
CSS
.icon-back-arrow {
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%2331373d%22%20d%3D%22M34%203H12.475V1.128c0-1.046-.74-1.435-1.645-.865L.69%206.652c-.905.57-.922%201.527-.038%202.127l10.215%206.931c.884.602%201.607.235%201.607-.811V13H34a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2M.024%2026.184c0-.727.5-1.137%201.197-1.137H4.13c1.576%200%202.849%201.061%202.849%202.667c0%201.061-.439%201.772-1.409%202.227v.03c1.288.183%202.303%201.258%202.303%202.576c0%202.137-1.424%203.288-3.516%203.288h-3.12c-.697%200-1.212-.439-1.212-1.151v-8.5zm2.273%203.135h1.182c.742%200%201.227-.439%201.227-1.196c0-.713-.561-1.076-1.227-1.076H2.297zm0%204.516h1.788c.818%200%201.424-.47%201.424-1.318c0-.712-.545-1.197-1.606-1.197H2.297zm9.217-7.713c.258-.696.85-1.257%201.621-1.257c.805%200%201.365.53%201.621%201.257l2.971%208.243c.092.242.121.454.121.561c0%20.591-.484%201-1.045%201c-.637%200-.955-.333-1.107-.788l-.453-1.424H11.03l-.455%201.409c-.15.47-.469.803-1.09.803c-.607%200-1.122-.454-1.122-1.061c0-.242.076-.424.106-.5zm.168%205.501h2.879l-1.41-4.395h-.029zm11.378-6.758c1.106%200%203.258.363%203.258%201.696c0%20.546-.379%201.016-.94%201.016c-.621%200-1.046-.53-2.318-.53c-1.879%200-2.849%201.591-2.849%203.439c0%201.803.985%203.349%202.849%203.349c1.272%200%201.788-.637%202.409-.637c.682%200%201%20.682%201%201.03c0%201.455-2.288%201.788-3.409%201.788c-3.076%200-5.212-2.439-5.212-5.576c0-3.151%202.121-5.575%205.212-5.575m4.471%201.212c0-.621.455-1.121%201.137-1.121c.651%200%201.137.424%201.137%201.121v3.273l3.727-3.97c.167-.182.455-.424.879-.424c.576%200%201.121.439%201.121%201.091c0%20.393-.242.712-.742%201.212l-2.863%202.818l3.5%203.651c.363.364.637.697.637%201.152c0%20.712-.562%201.045-1.183%201.045c-.44%200-.727-.258-1.151-.712l-3.924-4.243v3.864c0%20.591-.455%201.091-1.137%201.091c-.651%200-1.137-.424-1.137-1.091z%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%2331373d%22%20d%3D%22M34%203H12.475V1.128c0-1.046-.74-1.435-1.645-.865L.69%206.652c-.905.57-.922%201.527-.038%202.127l10.215%206.931c.884.602%201.607.235%201.607-.811V13H34a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2M.024%2026.184c0-.727.5-1.137%201.197-1.137H4.13c1.576%200%202.849%201.061%202.849%202.667c0%201.061-.439%201.772-1.409%202.227v.03c1.288.183%202.303%201.258%202.303%202.576c0%202.137-1.424%203.288-3.516%203.288h-3.12c-.697%200-1.212-.439-1.212-1.151v-8.5zm2.273%203.135h1.182c.742%200%201.227-.439%201.227-1.196c0-.713-.561-1.076-1.227-1.076H2.297zm0%204.516h1.788c.818%200%201.424-.47%201.424-1.318c0-.712-.545-1.197-1.606-1.197H2.297zm9.217-7.713c.258-.696.85-1.257%201.621-1.257c.805%200%201.365.53%201.621%201.257l2.971%208.243c.092.242.121.454.121.561c0%20.591-.484%201-1.045%201c-.637%200-.955-.333-1.107-.788l-.453-1.424H11.03l-.455%201.409c-.15.47-.469.803-1.09.803c-.607%200-1.122-.454-1.122-1.061c0-.242.076-.424.106-.5zm.168%205.501h2.879l-1.41-4.395h-.029zm11.378-6.758c1.106%200%203.258.363%203.258%201.696c0%20.546-.379%201.016-.94%201.016c-.621%200-1.046-.53-2.318-.53c-1.879%200-2.849%201.591-2.849%203.439c0%201.803.985%203.349%202.849%203.349c1.272%200%201.788-.637%202.409-.637c.682%200%201%20.682%201%201.03c0%201.455-2.288%201.788-3.409%201.788c-3.076%200-5.212-2.439-5.212-5.576c0-3.151%202.121-5.575%205.212-5.575m4.471%201.212c0-.621.455-1.121%201.137-1.121c.651%200%201.137.424%201.137%201.121v3.273l3.727-3.97c.167-.182.455-.424.879-.424c.576%200%201.121.439%201.121%201.091c0%20.393-.242.712-.742%201.212l-2.863%202.818l3.5%203.651c.363.364.637.697.637%201.152c0%20.712-.562%201.045-1.183%201.045c-.44%200-.727-.258-1.151-.712l-3.924-4.243v3.864c0%20.591-.455%201.091-1.137%201.091c-.651%200-1.137-.424-1.137-1.091z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/back-arrow.svg?color=%231a73e8&size=48