square forward icon
square-forward-filled from Reicon by REICON · Filled · Messages · MIT Free for personal and commercial use.
- Name
- square-forward-filled
- Set
- Reicon
- Style
- Filled
- Category
- Messages
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More messages icons from Reicon
at-signchatchat-checkchat-dotschat-linechat-minuschat-pluschat-roundchat-round-callchat-round-checkchat-round-dotschat-round-likechat-round-linechat-round-moneychat-round-unreadchat-round-videochat-squarechat-square-arrowchat-square-callchat-square-checkchat-square-codechat-square-likechat-unreadchat-x
Use the square forward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.536 20.536C22 19.07 22 16.714 22 12q0-.901-.003-1.692c-.41.402-.902.828-1.429 1.284L18.08 13.75c-.304.264-.645.56-.953.758c-.302.194-1.07.622-1.957.217s-1.066-1.266-1.117-1.62S14 12.312 14 11.917c-1.33.23-2.596.754-3.527 1.48l-.05.04c-.368.288-.72.564-1.004.748a2.8 2.8 0 0 1-.622.314c-.235.08-.817.225-1.417-.127a1.7 1.7 0 0 1-.793-1.106a2.5 2.5 0 0 1-.048-.696c.017-.314.08-.716.14-1.11l.01-.064c.475-3.07 1.812-5.166 3.55-6.473a8.55 8.55 0 0 1 3.76-1.585v-.225c0-.363 0-.766.039-1.107Q13.1 1.999 12 2C7.286 2 4.929 2 3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465"/><path d="m17.155 2.434l2.357 2.043c1.623 1.406 2.434 2.11 2.434 3.023s-.811 1.616-2.434 3.023l-2.357 2.043c-.714.618-1.07.927-1.363.794c-.292-.134-.292-.606-.292-1.55v-1.524c-2.124 0-4.374.698-5.95 1.93c-.824.644-1.235.966-1.411.862s-.107-.553.032-1.452c.845-5.462 4.63-6.912 7.329-6.912V3.19c0-.944 0-1.416.292-1.55c.293-.133.65.176 1.363.794"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSquareForwardFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.536 20.536C22 19.07 22 16.714 22 12q0-.901-.003-1.692c-.41.402-.902.828-1.429 1.284L18.08 13.75c-.304.264-.645.56-.953.758c-.302.194-1.07.622-1.957.217s-1.066-1.266-1.117-1.62S14 12.312 14 11.917c-1.33.23-2.596.754-3.527 1.48l-.05.04c-.368.288-.72.564-1.004.748a2.8 2.8 0 0 1-.622.314c-.235.08-.817.225-1.417-.127a1.7 1.7 0 0 1-.793-1.106a2.5 2.5 0 0 1-.048-.696c.017-.314.08-.716.14-1.11l.01-.064c.475-3.07 1.812-5.166 3.55-6.473a8.55 8.55 0 0 1 3.76-1.585v-.225c0-.363 0-.766.039-1.107Q13.1 1.999 12 2C7.286 2 4.929 2 3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465"/><path d="m17.155 2.434l2.357 2.043c1.623 1.406 2.434 2.11 2.434 3.023s-.811 1.616-2.434 3.023l-2.357 2.043c-.714.618-1.07.927-1.363.794c-.292-.134-.292-.606-.292-1.55v-1.524c-2.124 0-4.374.698-5.95 1.93c-.824.644-1.235.966-1.411.862s-.107-.553.032-1.452c.845-5.462 4.63-6.912 7.329-6.912V3.19c0-.944 0-1.416.292-1.55c.293-.133.65.176 1.363.794"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.536 20.536C22 19.07 22 16.714 22 12q0-.901-.003-1.692c-.41.402-.902.828-1.429 1.284L18.08 13.75c-.304.264-.645.56-.953.758c-.302.194-1.07.622-1.957.217s-1.066-1.266-1.117-1.62S14 12.312 14 11.917c-1.33.23-2.596.754-3.527 1.48l-.05.04c-.368.288-.72.564-1.004.748a2.8 2.8 0 0 1-.622.314c-.235.08-.817.225-1.417-.127a1.7 1.7 0 0 1-.793-1.106a2.5 2.5 0 0 1-.048-.696c.017-.314.08-.716.14-1.11l.01-.064c.475-3.07 1.812-5.166 3.55-6.473a8.55 8.55 0 0 1 3.76-1.585v-.225c0-.363 0-.766.039-1.107Q13.1 1.999 12 2C7.286 2 4.929 2 3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535C4.93 22 7.286 22 12 22s7.071 0 8.535-1.465"/><path d="m17.155 2.434l2.357 2.043c1.623 1.406 2.434 2.11 2.434 3.023s-.811 1.616-2.434 3.023l-2.357 2.043c-.714.618-1.07.927-1.363.794c-.292-.134-.292-.606-.292-1.55v-1.524c-2.124 0-4.374.698-5.95 1.93c-.824.644-1.235.966-1.411.862s-.107-.553.032-1.452c.845-5.462 4.63-6.912 7.329-6.912V3.19c0-.944 0-1.416.292-1.55c.293-.133.65.176 1.363.794"/></g></svg> </template>
CSS
.icon-square-forward-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M20.536%2020.536C22%2019.07%2022%2016.714%2022%2012q0-.901-.003-1.692c-.41.402-.902.828-1.429%201.284L18.08%2013.75c-.304.264-.645.56-.953.758c-.302.194-1.07.622-1.957.217s-1.066-1.266-1.117-1.62S14%2012.312%2014%2011.917c-1.33.23-2.596.754-3.527%201.48l-.05.04c-.368.288-.72.564-1.004.748a2.8%202.8%200%200%201-.622.314c-.235.08-.817.225-1.417-.127a1.7%201.7%200%200%201-.793-1.106a2.5%202.5%200%200%201-.048-.696c.017-.314.08-.716.14-1.11l.01-.064c.475-3.07%201.812-5.166%203.55-6.473a8.55%208.55%200%200%201%203.76-1.585v-.225c0-.363%200-.766.039-1.107Q13.1%201.999%2012%202C7.286%202%204.929%202%203.464%203.464C2%204.93%202%207.286%202%2012s0%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465%22%2F%3E%3Cpath%20d%3D%22m17.155%202.434l2.357%202.043c1.623%201.406%202.434%202.11%202.434%203.023s-.811%201.616-2.434%203.023l-2.357%202.043c-.714.618-1.07.927-1.363.794c-.292-.134-.292-.606-.292-1.55v-1.524c-2.124%200-4.374.698-5.95%201.93c-.824.644-1.235.966-1.411.862s-.107-.553.032-1.452c.845-5.462%204.63-6.912%207.329-6.912V3.19c0-.944%200-1.416.292-1.55c.293-.133.65.176%201.363.794%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%22currentColor%22%3E%3Cpath%20d%3D%22M20.536%2020.536C22%2019.07%2022%2016.714%2022%2012q0-.901-.003-1.692c-.41.402-.902.828-1.429%201.284L18.08%2013.75c-.304.264-.645.56-.953.758c-.302.194-1.07.622-1.957.217s-1.066-1.266-1.117-1.62S14%2012.312%2014%2011.917c-1.33.23-2.596.754-3.527%201.48l-.05.04c-.368.288-.72.564-1.004.748a2.8%202.8%200%200%201-.622.314c-.235.08-.817.225-1.417-.127a1.7%201.7%200%200%201-.793-1.106a2.5%202.5%200%200%201-.048-.696c.017-.314.08-.716.14-1.11l.01-.064c.475-3.07%201.812-5.166%203.55-6.473a8.55%208.55%200%200%201%203.76-1.585v-.225c0-.363%200-.766.039-1.107Q13.1%201.999%2012%202C7.286%202%204.929%202%203.464%203.464C2%204.93%202%207.286%202%2012s0%207.071%201.464%208.535C4.93%2022%207.286%2022%2012%2022s7.071%200%208.535-1.465%22%2F%3E%3Cpath%20d%3D%22m17.155%202.434l2.357%202.043c1.623%201.406%202.434%202.11%202.434%203.023s-.811%201.616-2.434%203.023l-2.357%202.043c-.714.618-1.07.927-1.363.794c-.292-.134-.292-.606-.292-1.55v-1.524c-2.124%200-4.374.698-5.95%201.93c-.824.644-1.235.966-1.411.862s-.107-.553.032-1.452c.845-5.462%204.63-6.912%207.329-6.912V3.19c0-.944%200-1.416.292-1.55c.293-.133.65.176%201.363.794%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/square-forward-filled.svg?color=%231a73e8&size=48