send-copy-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
send-copy-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the send copy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.997 11.5a1 1 0 0 0-.993.883l-.007.117V17a5.5 5.5 0 0 0 5.279 5.496l.22.004h7.256a2.5 2.5 0 0 0 2.452-2.012h-2.347l-.052.009l-.053.003H8.497a3.5 3.5 0 0 1-3.494-3.296l-.006-.192V12.5a1 1 0 0 0-1-1m3.006-2.013a1 1 0 0 0-.993.883l-.007.117v6.5a2.5 2.5 0 0 0 2.336 2.495l.164.006h10a2.5 2.5 0 0 0 2.495-2.336l.005-.164v-6.49a1 1 0 0 0-1.993-.116l-.007.116v6.49a.5.5 0 0 1-.41.492l-.09.008h-10a.5.5 0 0 1-.492-.41l-.008-.09v-6.501a1 1 0 0 0-1-1m10.706-3.694l-3.498-3.5a1 1 0 0 0-1.32-.083l-.094.083l-3.502 3.5a1 1 0 0 0 1.32 1.498l.094-.084l1.793-1.792v8.84a1 1 0 0 0 .883.993l.117.007a1 1 0 0 0 .993-.883l.007-.117V5.412l1.792 1.795a1 1 0 0 0 1.32.084l.095-.084a1 1 0 0 0 .083-1.32zl-3.498-3.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSendCopy24Filled(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="M3.997 11.5a1 1 0 0 0-.993.883l-.007.117V17a5.5 5.5 0 0 0 5.279 5.496l.22.004h7.256a2.5 2.5 0 0 0 2.452-2.012h-2.347l-.052.009l-.053.003H8.497a3.5 3.5 0 0 1-3.494-3.296l-.006-.192V12.5a1 1 0 0 0-1-1m3.006-2.013a1 1 0 0 0-.993.883l-.007.117v6.5a2.5 2.5 0 0 0 2.336 2.495l.164.006h10a2.5 2.5 0 0 0 2.495-2.336l.005-.164v-6.49a1 1 0 0 0-1.993-.116l-.007.116v6.49a.5.5 0 0 1-.41.492l-.09.008h-10a.5.5 0 0 1-.492-.41l-.008-.09v-6.501a1 1 0 0 0-1-1m10.706-3.694l-3.498-3.5a1 1 0 0 0-1.32-.083l-.094.083l-3.502 3.5a1 1 0 0 0 1.32 1.498l.094-.084l1.793-1.792v8.84a1 1 0 0 0 .883.993l.117.007a1 1 0 0 0 .993-.883l.007-.117V5.412l1.792 1.795a1 1 0 0 0 1.32.084l.095-.084a1 1 0 0 0 .083-1.32zl-3.498-3.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.997 11.5a1 1 0 0 0-.993.883l-.007.117V17a5.5 5.5 0 0 0 5.279 5.496l.22.004h7.256a2.5 2.5 0 0 0 2.452-2.012h-2.347l-.052.009l-.053.003H8.497a3.5 3.5 0 0 1-3.494-3.296l-.006-.192V12.5a1 1 0 0 0-1-1m3.006-2.013a1 1 0 0 0-.993.883l-.007.117v6.5a2.5 2.5 0 0 0 2.336 2.495l.164.006h10a2.5 2.5 0 0 0 2.495-2.336l.005-.164v-6.49a1 1 0 0 0-1.993-.116l-.007.116v6.49a.5.5 0 0 1-.41.492l-.09.008h-10a.5.5 0 0 1-.492-.41l-.008-.09v-6.501a1 1 0 0 0-1-1m10.706-3.694l-3.498-3.5a1 1 0 0 0-1.32-.083l-.094.083l-3.502 3.5a1 1 0 0 0 1.32 1.498l.094-.084l1.793-1.792v8.84a1 1 0 0 0 .883.993l.117.007a1 1 0 0 0 .993-.883l.007-.117V5.412l1.792 1.795a1 1 0 0 0 1.32.084l.095-.084a1 1 0 0 0 .083-1.32zl-3.498-3.5z"/></svg>
</template>

CSS

.icon-send-copy-24-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.997%2011.5a1%201%200%200%200-.993.883l-.007.117V17a5.5%205.5%200%200%200%205.279%205.496l.22.004h7.256a2.5%202.5%200%200%200%202.452-2.012h-2.347l-.052.009l-.053.003H8.497a3.5%203.5%200%200%201-3.494-3.296l-.006-.192V12.5a1%201%200%200%200-1-1m3.006-2.013a1%201%200%200%200-.993.883l-.007.117v6.5a2.5%202.5%200%200%200%202.336%202.495l.164.006h10a2.5%202.5%200%200%200%202.495-2.336l.005-.164v-6.49a1%201%200%200%200-1.993-.116l-.007.116v6.49a.5.5%200%200%201-.41.492l-.09.008h-10a.5.5%200%200%201-.492-.41l-.008-.09v-6.501a1%201%200%200%200-1-1m10.706-3.694l-3.498-3.5a1%201%200%200%200-1.32-.083l-.094.083l-3.502%203.5a1%201%200%200%200%201.32%201.498l.094-.084l1.793-1.792v8.84a1%201%200%200%200%20.883.993l.117.007a1%201%200%200%200%20.993-.883l.007-.117V5.412l1.792%201.795a1%201%200%200%200%201.32.084l.095-.084a1%201%200%200%200%20.083-1.32zl-3.498-3.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%20d%3D%22M3.997%2011.5a1%201%200%200%200-.993.883l-.007.117V17a5.5%205.5%200%200%200%205.279%205.496l.22.004h7.256a2.5%202.5%200%200%200%202.452-2.012h-2.347l-.052.009l-.053.003H8.497a3.5%203.5%200%200%201-3.494-3.296l-.006-.192V12.5a1%201%200%200%200-1-1m3.006-2.013a1%201%200%200%200-.993.883l-.007.117v6.5a2.5%202.5%200%200%200%202.336%202.495l.164.006h10a2.5%202.5%200%200%200%202.495-2.336l.005-.164v-6.49a1%201%200%200%200-1.993-.116l-.007.116v6.49a.5.5%200%200%201-.41.492l-.09.008h-10a.5.5%200%200%201-.492-.41l-.008-.09v-6.501a1%201%200%200%200-1-1m10.706-3.694l-3.498-3.5a1%201%200%200%200-1.32-.083l-.094.083l-3.502%203.5a1%201%200%200%200%201.32%201.498l.094-.084l1.793-1.792v8.84a1%201%200%200%200%20.883.993l.117.007a1%201%200%200%200%20.993-.883l.007-.117V5.412l1.792%201.795a1%201%200%200%200%201.32.084l.095-.084a1%201%200%200%200%20.083-1.32zl-3.498-3.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/send-copy-24-filled.svg?color=%231a73e8&size=48