send horizontal icon
send-horizontal from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- send-horizontal
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the send horizontal icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10.325 5.335l5.783 2.91c3.256 1.638 4.884 2.458 4.884 3.755s-1.628 2.117-4.884 3.755l-5.783 2.91c-3.69 1.857-5.535 2.786-6.539 2.12a2.1 2.1 0 0 1-.546-.528c-.702-.983.144-2.876 1.837-6.662c.323-.721.484-1.082.508-1.463a2 2 0 0 0 0-.264c-.024-.381-.185-.742-.508-1.463c-1.693-3.786-2.54-5.68-1.837-6.662c.148-.208.333-.387.546-.528c1.004-.666 2.85.263 6.539 2.12M9.492 12h4"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSendHorizontal(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m10.325 5.335l5.783 2.91c3.256 1.638 4.884 2.458 4.884 3.755s-1.628 2.117-4.884 3.755l-5.783 2.91c-3.69 1.857-5.535 2.786-6.539 2.12a2.1 2.1 0 0 1-.546-.528c-.702-.983.144-2.876 1.837-6.662c.323-.721.484-1.082.508-1.463a2 2 0 0 0 0-.264c-.024-.381-.185-.742-.508-1.463c-1.693-3.786-2.54-5.68-1.837-6.662c.148-.208.333-.387.546-.528c1.004-.666 2.85.263 6.539 2.12M9.492 12h4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m10.325 5.335l5.783 2.91c3.256 1.638 4.884 2.458 4.884 3.755s-1.628 2.117-4.884 3.755l-5.783 2.91c-3.69 1.857-5.535 2.786-6.539 2.12a2.1 2.1 0 0 1-.546-.528c-.702-.983.144-2.876 1.837-6.662c.323-.721.484-1.082.508-1.463a2 2 0 0 0 0-.264c-.024-.381-.185-.742-.508-1.463c-1.693-3.786-2.54-5.68-1.837-6.662c.148-.208.333-.387.546-.528c1.004-.666 2.85.263 6.539 2.12M9.492 12h4"/></svg> </template>
CSS
.icon-send-horizontal {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m10.325%205.335l5.783%202.91c3.256%201.638%204.884%202.458%204.884%203.755s-1.628%202.117-4.884%203.755l-5.783%202.91c-3.69%201.857-5.535%202.786-6.539%202.12a2.1%202.1%200%200%201-.546-.528c-.702-.983.144-2.876%201.837-6.662c.323-.721.484-1.082.508-1.463a2%202%200%200%200%200-.264c-.024-.381-.185-.742-.508-1.463c-1.693-3.786-2.54-5.68-1.837-6.662c.148-.208.333-.387.546-.528c1.004-.666%202.85.263%206.539%202.12M9.492%2012h4%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m10.325%205.335l5.783%202.91c3.256%201.638%204.884%202.458%204.884%203.755s-1.628%202.117-4.884%203.755l-5.783%202.91c-3.69%201.857-5.535%202.786-6.539%202.12a2.1%202.1%200%200%201-.546-.528c-.702-.983.144-2.876%201.837-6.662c.323-.721.484-1.082.508-1.463a2%202%200%200%200%200-.264c-.024-.381-.185-.742-.508-1.463c-1.693-3.786-2.54-5.68-1.837-6.662c.148-.208.333-.387.546-.528c1.004-.666%202.85.263%206.539%202.12M9.492%2012h4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/send-horizontal.svg?color=%231a73e8&size=48