sending icon
sending-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.
- Name
- sending-outlined
- Set
- WeUI Icon
- Style
- Outlined
- Viewbox
- 24×24
- License
- MIT
Related icons in WeUI Icon
Use the sending icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.871 11.25H13v1.5H7.871l2.432 2.432l-1.06 1.06l-3.182-3.181l-.707-.707a.5.5 0 0 1 0-.708l3.889-3.889l1.06 1.061zm6.629 0H16v1.5h-1.5zm3 0H19v1.5h-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function WeuiSendingOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M7.871 11.25H13v1.5H7.871l2.432 2.432l-1.06 1.06l-3.182-3.181l-.707-.707a.5.5 0 0 1 0-.708l3.889-3.889l1.06 1.061zm6.629 0H16v1.5h-1.5zm3 0H19v1.5h-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.871 11.25H13v1.5H7.871l2.432 2.432l-1.06 1.06l-3.182-3.181l-.707-.707a.5.5 0 0 1 0-.708l3.889-3.889l1.06 1.061zm6.629 0H16v1.5h-1.5zm3 0H19v1.5h-1.5z"/></svg> </template>
CSS
.icon-sending-outlined {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.871%2011.25H13v1.5H7.871l2.432%202.432l-1.06%201.06l-3.182-3.181l-.707-.707a.5.5%200%200%201%200-.708l3.889-3.889l1.06%201.061zm6.629%200H16v1.5h-1.5zm3%200H19v1.5h-1.5z%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.871%2011.25H13v1.5H7.871l2.432%202.432l-1.06%201.06l-3.182-3.181l-.707-.707a.5.5%200%200%201%200-.708l3.889-3.889l1.06%201.061zm6.629%200H16v1.5h-1.5zm3%200H19v1.5h-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/sending-outlined.svg?color=%231a73e8&size=48