send icon
send-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- send-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
sendAkar Iconssend-outlinedAnt Design IconssendBootstrap IconssendBoxIcons v2sendBoxIcons v2 SolidsendCarbonsendCodiconssendFeather Iconssend-16-filledFluent UI System Iconssend-16Fluent UI System Color IconssendHuge IconssendIconParksendIconPark OutlinesendIconoirsendIonIconssendLucidesendMajesticonssendMaterial SymbolssendMaterial Symbols LightsendMaterial Design Iconssend-fillMingCute IconsendMyna UI IconssendPixelarticonssendPrime Icons
Related icons in Keyline Icons
Use the send icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.4327 6.7465L21.7163 1.0411C21.8084 1.0138 21.9039 1 22 1C22.5523 1 23 1.4477 23 2C23 2.0961 22.9862 2.1916 22.9589 2.2837L17.2535 21.5673C17.0021 22.4169 16.2217 22.9999 15.3357 22.9999C14.6748 22.9999 14.0565 22.6734 13.6839 22.1275L9.1044 15.4197C8.9639 15.2139 8.7861 15.0361 8.5803 14.8956L1.8725 10.3161C1.3266 9.9435 1.0001 9.3252 1.0001 8.6643C1.0001 7.7783 1.5831 6.9979 2.4327 6.7465ZM15.8057 8.1943L7.6311 14.2476L8.5803 14.8956C8.7861 15.0361 8.9639 15.2139 9.1044 15.4197L9.7524 16.3689L15.8057 8.1943Z"/></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsSendFill(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" d="M2.4327 6.7465L21.7163 1.0411C21.8084 1.0138 21.9039 1 22 1C22.5523 1 23 1.4477 23 2C23 2.0961 22.9862 2.1916 22.9589 2.2837L17.2535 21.5673C17.0021 22.4169 16.2217 22.9999 15.3357 22.9999C14.6748 22.9999 14.0565 22.6734 13.6839 22.1275L9.1044 15.4197C8.9639 15.2139 8.7861 15.0361 8.5803 14.8956L1.8725 10.3161C1.3266 9.9435 1.0001 9.3252 1.0001 8.6643C1.0001 7.7783 1.5831 6.9979 2.4327 6.7465ZM15.8057 8.1943L7.6311 14.2476L8.5803 14.8956C8.7861 15.0361 8.9639 15.2139 9.1044 15.4197L9.7524 16.3689L15.8057 8.1943Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.4327 6.7465L21.7163 1.0411C21.8084 1.0138 21.9039 1 22 1C22.5523 1 23 1.4477 23 2C23 2.0961 22.9862 2.1916 22.9589 2.2837L17.2535 21.5673C17.0021 22.4169 16.2217 22.9999 15.3357 22.9999C14.6748 22.9999 14.0565 22.6734 13.6839 22.1275L9.1044 15.4197C8.9639 15.2139 8.7861 15.0361 8.5803 14.8956L1.8725 10.3161C1.3266 9.9435 1.0001 9.3252 1.0001 8.6643C1.0001 7.7783 1.5831 6.9979 2.4327 6.7465ZM15.8057 8.1943L7.6311 14.2476L8.5803 14.8956C8.7861 15.0361 8.9639 15.2139 9.1044 15.4197L9.7524 16.3689L15.8057 8.1943Z"/></svg> </template>
CSS
.icon-send-fill {
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%20d%3D%22M2.4327%206.7465L21.7163%201.0411C21.8084%201.0138%2021.9039%201%2022%201C22.5523%201%2023%201.4477%2023%202C23%202.0961%2022.9862%202.1916%2022.9589%202.2837L17.2535%2021.5673C17.0021%2022.4169%2016.2217%2022.9999%2015.3357%2022.9999C14.6748%2022.9999%2014.0565%2022.6734%2013.6839%2022.1275L9.1044%2015.4197C8.9639%2015.2139%208.7861%2015.0361%208.5803%2014.8956L1.8725%2010.3161C1.3266%209.9435%201.0001%209.3252%201.0001%208.6643C1.0001%207.7783%201.5831%206.9979%202.4327%206.7465ZM15.8057%208.1943L7.6311%2014.2476L8.5803%2014.8956C8.7861%2015.0361%208.9639%2015.2139%209.1044%2015.4197L9.7524%2016.3689L15.8057%208.1943Z%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%20d%3D%22M2.4327%206.7465L21.7163%201.0411C21.8084%201.0138%2021.9039%201%2022%201C22.5523%201%2023%201.4477%2023%202C23%202.0961%2022.9862%202.1916%2022.9589%202.2837L17.2535%2021.5673C17.0021%2022.4169%2016.2217%2022.9999%2015.3357%2022.9999C14.6748%2022.9999%2014.0565%2022.6734%2013.6839%2022.1275L9.1044%2015.4197C8.9639%2015.2139%208.7861%2015.0361%208.5803%2014.8956L1.8725%2010.3161C1.3266%209.9435%201.0001%209.3252%201.0001%208.6643C1.0001%207.7783%201.5831%206.9979%202.4327%206.7465ZM15.8057%208.1943L7.6311%2014.2476L8.5803%2014.8956C8.7861%2015.0361%208.9639%2015.2139%209.1044%2015.4197L9.7524%2016.3689L15.8057%208.1943Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/send-fill.svg?color=%231a73e8&size=48