multiple forward right icon
multiple-forward-right-broken from Solar by 480 Design · Broken · Messages · CC-BY-4.0 Attribution required.
- Name
- multiple-forward-right-broken
- Set
- Solar
- Style
- Broken
- Category
- Messages
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More messages icons from Solar
chat-round-add-boldchat-round-boldchat-round-call-boldchat-round-check-boldchat-round-close-boldchat-round-code-boldchat-round-dots-boldchat-round-like-boldchat-round-line-boldchat-round-money-boldchat-round-off-boldchat-round-question-mark-boldchat-round-quote-boldchat-round-replay-boldchat-round-unread-boldchat-round-video-boldchat-round-warning-boldchat-square-add-boldchat-square-arrow-boldchat-square-boldchat-square-call-boldchat-square-check-boldchat-square-close-boldchat-square-code-bold
Use the multiple forward right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M5.99986 10.1308C7.6132 8.97671 9.45448 8.57075 10.9998 8.57075V6.22616C10.9998 5.26817 10.9998 4.78917 11.2949 4.65662C11.5901 4.52407 11.9481 4.8423 12.6641 5.47875L16.6364 9.00968C18.205 10.404 18.9894 11.1012 18.9894 11.9993C18.9894 12.8975 18.205 13.5946 16.6364 14.989L12.6641 18.5199C11.9481 19.1563 11.5901 19.4746 11.2949 19.342C10.9998 19.2095 10.9998 18.7305 10.9998 17.7725V15.4279C7.39976 15.4279 3.49976 17.1422 1.99976 19.9993C1.99976 17.5676 2.37702 15.621 2.99986 14.0735"/><path d="M15.5386 4.5L20.7548 9.34362C21.5489 10.081 22.0001 11.1158 22.0001 12.1994C22.0001 13.3418 21.4989 14.4266 20.629 15.1671L15.5386 19.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMultipleForwardRightBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M5.99986 10.1308C7.6132 8.97671 9.45448 8.57075 10.9998 8.57075V6.22616C10.9998 5.26817 10.9998 4.78917 11.2949 4.65662C11.5901 4.52407 11.9481 4.8423 12.6641 5.47875L16.6364 9.00968C18.205 10.404 18.9894 11.1012 18.9894 11.9993C18.9894 12.8975 18.205 13.5946 16.6364 14.989L12.6641 18.5199C11.9481 19.1563 11.5901 19.4746 11.2949 19.342C10.9998 19.2095 10.9998 18.7305 10.9998 17.7725V15.4279C7.39976 15.4279 3.49976 17.1422 1.99976 19.9993C1.99976 17.5676 2.37702 15.621 2.99986 14.0735"/><path d="M15.5386 4.5L20.7548 9.34362C21.5489 10.081 22.0001 11.1158 22.0001 12.1994C22.0001 13.3418 21.4989 14.4266 20.629 15.1671L15.5386 19.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M5.99986 10.1308C7.6132 8.97671 9.45448 8.57075 10.9998 8.57075V6.22616C10.9998 5.26817 10.9998 4.78917 11.2949 4.65662C11.5901 4.52407 11.9481 4.8423 12.6641 5.47875L16.6364 9.00968C18.205 10.404 18.9894 11.1012 18.9894 11.9993C18.9894 12.8975 18.205 13.5946 16.6364 14.989L12.6641 18.5199C11.9481 19.1563 11.5901 19.4746 11.2949 19.342C10.9998 19.2095 10.9998 18.7305 10.9998 17.7725V15.4279C7.39976 15.4279 3.49976 17.1422 1.99976 19.9993C1.99976 17.5676 2.37702 15.621 2.99986 14.0735"/><path d="M15.5386 4.5L20.7548 9.34362C21.5489 10.081 22.0001 11.1158 22.0001 12.1994C22.0001 13.3418 21.4989 14.4266 20.629 15.1671L15.5386 19.5"/></g></svg> </template>
CSS
.icon-multiple-forward-right-broken {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.99986%2010.1308C7.6132%208.97671%209.45448%208.57075%2010.9998%208.57075V6.22616C10.9998%205.26817%2010.9998%204.78917%2011.2949%204.65662C11.5901%204.52407%2011.9481%204.8423%2012.6641%205.47875L16.6364%209.00968C18.205%2010.404%2018.9894%2011.1012%2018.9894%2011.9993C18.9894%2012.8975%2018.205%2013.5946%2016.6364%2014.989L12.6641%2018.5199C11.9481%2019.1563%2011.5901%2019.4746%2011.2949%2019.342C10.9998%2019.2095%2010.9998%2018.7305%2010.9998%2017.7725V15.4279C7.39976%2015.4279%203.49976%2017.1422%201.99976%2019.9993C1.99976%2017.5676%202.37702%2015.621%202.99986%2014.0735%22%2F%3E%3Cpath%20d%3D%22M15.5386%204.5L20.7548%209.34362C21.5489%2010.081%2022.0001%2011.1158%2022.0001%2012.1994C22.0001%2013.3418%2021.4989%2014.4266%2020.629%2015.1671L15.5386%2019.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M5.99986%2010.1308C7.6132%208.97671%209.45448%208.57075%2010.9998%208.57075V6.22616C10.9998%205.26817%2010.9998%204.78917%2011.2949%204.65662C11.5901%204.52407%2011.9481%204.8423%2012.6641%205.47875L16.6364%209.00968C18.205%2010.404%2018.9894%2011.1012%2018.9894%2011.9993C18.9894%2012.8975%2018.205%2013.5946%2016.6364%2014.989L12.6641%2018.5199C11.9481%2019.1563%2011.5901%2019.4746%2011.2949%2019.342C10.9998%2019.2095%2010.9998%2018.7305%2010.9998%2017.7725V15.4279C7.39976%2015.4279%203.49976%2017.1422%201.99976%2019.9993C1.99976%2017.5676%202.37702%2015.621%202.99986%2014.0735%22%2F%3E%3Cpath%20d%3D%22M15.5386%204.5L20.7548%209.34362C21.5489%2010.081%2022.0001%2011.1158%2022.0001%2012.1994C22.0001%2013.3418%2021.4989%2014.4266%2020.629%2015.1671L15.5386%2019.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/multiple-forward-right-broken.svg?color=%231a73e8&size=48