left arrow curving right emoji
left-arrow-curving-right from OpenMoji by OpenMoji · Default · Symbols · CC-BY-SA-4.0 Attribution required.
- Name
- left-arrow-curving-right
- Set
- OpenMoji
- Style
- Default
- Category
- Symbols
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More symbols icons from OpenMoji
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 left arrow curving right emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M34.345 12.841h15.92v3.42h-15.92c-7.363 0-16.14 3.213-16.14 18.526c0 11.606 5.348 17.492 15.896 17.492h17.825l-5.543-5.09l2.03-2.21l9.8 9.01l-9.8 8.992l-2.03-2.21l5.525-5.073H34.1c-12.455 0-19.315-7.427-19.315-20.911c0-13.947 7.13-21.946 19.559-21.946"/><path d="M12.786 34.787c0 14.56 7.77 22.911 21.315 22.911h12.672l-1.743 1.6a1.997 1.997 0 0 0-.12 2.827l2.03 2.209c.394.429.932.647 1.473.647a2 2 0 0 0 1.351-.527l9.802-8.992a2 2 0 0 0 .001-2.946l-9.801-9.01a2.004 2.004 0 0 0-2.827.12l-2.03 2.21a2 2 0 0 0 .12 2.826l1.762 1.617h-12.69c-9.48 0-13.896-4.923-13.896-15.492c0-10.967 4.758-16.527 14.14-16.527h15.92a2 2 0 0 0 2-2v-3.419a2 2 0 0 0-2-2h-15.92c-13.5 0-21.559 8.952-21.559 23.946m2 0c0-13.947 7.13-21.946 19.559-21.946h15.92v3.42h-15.92c-7.363 0-16.14 3.213-16.14 18.526c0 11.607 5.348 17.492 15.896 17.492h17.825l-5.543-5.09l2.03-2.21l9.8 9.01l-9.8 8.992l-2.03-2.21l5.525-5.073H34.1c-12.455 0-19.315-7.426-19.315-20.911"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLeftArrowCurvingRight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M34.345 12.841h15.92v3.42h-15.92c-7.363 0-16.14 3.213-16.14 18.526c0 11.606 5.348 17.492 15.896 17.492h17.825l-5.543-5.09l2.03-2.21l9.8 9.01l-9.8 8.992l-2.03-2.21l5.525-5.073H34.1c-12.455 0-19.315-7.427-19.315-20.911c0-13.947 7.13-21.946 19.559-21.946"/><path d="M12.786 34.787c0 14.56 7.77 22.911 21.315 22.911h12.672l-1.743 1.6a1.997 1.997 0 0 0-.12 2.827l2.03 2.209c.394.429.932.647 1.473.647a2 2 0 0 0 1.351-.527l9.802-8.992a2 2 0 0 0 .001-2.946l-9.801-9.01a2.004 2.004 0 0 0-2.827.12l-2.03 2.21a2 2 0 0 0 .12 2.826l1.762 1.617h-12.69c-9.48 0-13.896-4.923-13.896-15.492c0-10.967 4.758-16.527 14.14-16.527h15.92a2 2 0 0 0 2-2v-3.419a2 2 0 0 0-2-2h-15.92c-13.5 0-21.559 8.952-21.559 23.946m2 0c0-13.947 7.13-21.946 19.559-21.946h15.92v3.42h-15.92c-7.363 0-16.14 3.213-16.14 18.526c0 11.607 5.348 17.492 15.896 17.492h17.825l-5.543-5.09l2.03-2.21l9.8 9.01l-9.8 8.992l-2.03-2.21l5.525-5.073H34.1c-12.455 0-19.315-7.426-19.315-20.911"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#3f3f3f" d="M34.345 12.841h15.92v3.42h-15.92c-7.363 0-16.14 3.213-16.14 18.526c0 11.606 5.348 17.492 15.896 17.492h17.825l-5.543-5.09l2.03-2.21l9.8 9.01l-9.8 8.992l-2.03-2.21l5.525-5.073H34.1c-12.455 0-19.315-7.427-19.315-20.911c0-13.947 7.13-21.946 19.559-21.946"/><path d="M12.786 34.787c0 14.56 7.77 22.911 21.315 22.911h12.672l-1.743 1.6a1.997 1.997 0 0 0-.12 2.827l2.03 2.209c.394.429.932.647 1.473.647a2 2 0 0 0 1.351-.527l9.802-8.992a2 2 0 0 0 .001-2.946l-9.801-9.01a2.004 2.004 0 0 0-2.827.12l-2.03 2.21a2 2 0 0 0 .12 2.826l1.762 1.617h-12.69c-9.48 0-13.896-4.923-13.896-15.492c0-10.967 4.758-16.527 14.14-16.527h15.92a2 2 0 0 0 2-2v-3.419a2 2 0 0 0-2-2h-15.92c-13.5 0-21.559 8.952-21.559 23.946m2 0c0-13.947 7.13-21.946 19.559-21.946h15.92v3.42h-15.92c-7.363 0-16.14 3.213-16.14 18.526c0 11.607 5.348 17.492 15.896 17.492h17.825l-5.543-5.09l2.03-2.21l9.8 9.01l-9.8 8.992l-2.03-2.21l5.525-5.073H34.1c-12.455 0-19.315-7.426-19.315-20.911"/></svg> </template>
CSS
.icon-left-arrow-curving-right {
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%233f3f3f%22%20d%3D%22M34.345%2012.841h15.92v3.42h-15.92c-7.363%200-16.14%203.213-16.14%2018.526c0%2011.606%205.348%2017.492%2015.896%2017.492h17.825l-5.543-5.09l2.03-2.21l9.8%209.01l-9.8%208.992l-2.03-2.21l5.525-5.073H34.1c-12.455%200-19.315-7.427-19.315-20.911c0-13.947%207.13-21.946%2019.559-21.946%22%2F%3E%3Cpath%20d%3D%22M12.786%2034.787c0%2014.56%207.77%2022.911%2021.315%2022.911h12.672l-1.743%201.6a1.997%201.997%200%200%200-.12%202.827l2.03%202.209c.394.429.932.647%201.473.647a2%202%200%200%200%201.351-.527l9.802-8.992a2%202%200%200%200%20.001-2.946l-9.801-9.01a2.004%202.004%200%200%200-2.827.12l-2.03%202.21a2%202%200%200%200%20.12%202.826l1.762%201.617h-12.69c-9.48%200-13.896-4.923-13.896-15.492c0-10.967%204.758-16.527%2014.14-16.527h15.92a2%202%200%200%200%202-2v-3.419a2%202%200%200%200-2-2h-15.92c-13.5%200-21.559%208.952-21.559%2023.946m2%200c0-13.947%207.13-21.946%2019.559-21.946h15.92v3.42h-15.92c-7.363%200-16.14%203.213-16.14%2018.526c0%2011.607%205.348%2017.492%2015.896%2017.492h17.825l-5.543-5.09l2.03-2.21l9.8%209.01l-9.8%208.992l-2.03-2.21l5.525-5.073H34.1c-12.455%200-19.315-7.426-19.315-20.911%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%233f3f3f%22%20d%3D%22M34.345%2012.841h15.92v3.42h-15.92c-7.363%200-16.14%203.213-16.14%2018.526c0%2011.606%205.348%2017.492%2015.896%2017.492h17.825l-5.543-5.09l2.03-2.21l9.8%209.01l-9.8%208.992l-2.03-2.21l5.525-5.073H34.1c-12.455%200-19.315-7.427-19.315-20.911c0-13.947%207.13-21.946%2019.559-21.946%22%2F%3E%3Cpath%20d%3D%22M12.786%2034.787c0%2014.56%207.77%2022.911%2021.315%2022.911h12.672l-1.743%201.6a1.997%201.997%200%200%200-.12%202.827l2.03%202.209c.394.429.932.647%201.473.647a2%202%200%200%200%201.351-.527l9.802-8.992a2%202%200%200%200%20.001-2.946l-9.801-9.01a2.004%202.004%200%200%200-2.827.12l-2.03%202.21a2%202%200%200%200%20.12%202.826l1.762%201.617h-12.69c-9.48%200-13.896-4.923-13.896-15.492c0-10.967%204.758-16.527%2014.14-16.527h15.92a2%202%200%200%200%202-2v-3.419a2%202%200%200%200-2-2h-15.92c-13.5%200-21.559%208.952-21.559%2023.946m2%200c0-13.947%207.13-21.946%2019.559-21.946h15.92v3.42h-15.92c-7.363%200-16.14%203.213-16.14%2018.526c0%2011.607%205.348%2017.492%2015.896%2017.492h17.825l-5.543-5.09l2.03-2.21l9.8%209.01l-9.8%208.992l-2.03-2.21l5.525-5.073H34.1c-12.455%200-19.315-7.426-19.315-20.911%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/left-arrow-curving-right.svg?color=%231a73e8&size=48