gallery send icon
gallery-send-duotone from Reicon by REICON · Duotone · Video · MIT Free for personal and commercial use.
- Name
- gallery-send-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Video
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More video icons from Reicon
albumcameracamera-addcamera-add2camera-altcamera-offcamera-recordcamera-rotatecamera-squarecamera2camera3clapperboardclapperboard-editclapperboard-openclapperboard-open-playclapperboard-playclapperboard-textexit-fullscreenexit-fullscreen-circleexit-fullscreen-squareexit-pipfast-forwardfast-forward-circlefilm
Use the gallery send icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 12.698c-.002 1.47-.013 2.718-.096 3.743c-.097 1.19-.296 2.184-.74 3.009a4.2 4.2 0 0 1-.73.983c-.833.833-1.893 1.21-3.237 1.39C15.884 22 14.2 22 12.053 22h-.106c-2.148 0-3.83 0-5.144-.177c-1.343-.18-2.404-.557-3.236-1.39c-.738-.738-1.12-1.656-1.322-2.795c-.2-1.12-.236-2.512-.243-4.241Q1.999 12.737 2 12v-.054c0-2.148 0-3.83.177-5.144c.18-1.343.557-2.404 1.39-3.236s1.893-1.21 3.236-1.39c1.168-.157 2.67-.175 4.499-.177a.697.697 0 1 1 0 1.396c-1.855.002-3.234.018-4.313.163c-1.189.16-1.906.464-2.436.994S3.72 5.8 3.56 6.99C3.397 8.2 3.395 9.788 3.395 12v.784l.932-.814a2.14 2.14 0 0 1 2.922.097l3.99 3.99a1.86 1.86 0 0 0 2.385.207l.278-.195a2.79 2.79 0 0 1 3.471.209l2.633 2.37c.265-.557.423-1.288.507-2.32c.079-.972.09-2.152.091-3.63a.698.698 0 0 1 1.396 0" opacity=".5"/><path fill-rule="evenodd" d="M17.5 11c-2.121 0-3.182 0-3.841-.659S13 8.621 13 6.5s0-3.182.659-3.841S15.379 2 17.5 2s3.182 0 3.841.659S22 4.379 22 6.5s0 3.182-.659 3.841S19.621 11 17.5 11m2.03-5.53l-1.5-1.5a.75.75 0 0 0-1.06 0l-1.5 1.5a.75.75 0 0 0 1.06 1.06l.22-.22V8.5a.75.75 0 0 0 1.5 0V6.31l.22.22a.75.75 0 1 0 1.06-1.06" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconGallerySendDuotone(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="M22 12.698c-.002 1.47-.013 2.718-.096 3.743c-.097 1.19-.296 2.184-.74 3.009a4.2 4.2 0 0 1-.73.983c-.833.833-1.893 1.21-3.237 1.39C15.884 22 14.2 22 12.053 22h-.106c-2.148 0-3.83 0-5.144-.177c-1.343-.18-2.404-.557-3.236-1.39c-.738-.738-1.12-1.656-1.322-2.795c-.2-1.12-.236-2.512-.243-4.241Q1.999 12.737 2 12v-.054c0-2.148 0-3.83.177-5.144c.18-1.343.557-2.404 1.39-3.236s1.893-1.21 3.236-1.39c1.168-.157 2.67-.175 4.499-.177a.697.697 0 1 1 0 1.396c-1.855.002-3.234.018-4.313.163c-1.189.16-1.906.464-2.436.994S3.72 5.8 3.56 6.99C3.397 8.2 3.395 9.788 3.395 12v.784l.932-.814a2.14 2.14 0 0 1 2.922.097l3.99 3.99a1.86 1.86 0 0 0 2.385.207l.278-.195a2.79 2.79 0 0 1 3.471.209l2.633 2.37c.265-.557.423-1.288.507-2.32c.079-.972.09-2.152.091-3.63a.698.698 0 0 1 1.396 0" opacity=".5"/><path fillRule="evenodd" d="M17.5 11c-2.121 0-3.182 0-3.841-.659S13 8.621 13 6.5s0-3.182.659-3.841S15.379 2 17.5 2s3.182 0 3.841.659S22 4.379 22 6.5s0 3.182-.659 3.841S19.621 11 17.5 11m2.03-5.53l-1.5-1.5a.75.75 0 0 0-1.06 0l-1.5 1.5a.75.75 0 0 0 1.06 1.06l.22-.22V8.5a.75.75 0 0 0 1.5 0V6.31l.22.22a.75.75 0 1 0 1.06-1.06" clipRule="evenodd"/></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="M22 12.698c-.002 1.47-.013 2.718-.096 3.743c-.097 1.19-.296 2.184-.74 3.009a4.2 4.2 0 0 1-.73.983c-.833.833-1.893 1.21-3.237 1.39C15.884 22 14.2 22 12.053 22h-.106c-2.148 0-3.83 0-5.144-.177c-1.343-.18-2.404-.557-3.236-1.39c-.738-.738-1.12-1.656-1.322-2.795c-.2-1.12-.236-2.512-.243-4.241Q1.999 12.737 2 12v-.054c0-2.148 0-3.83.177-5.144c.18-1.343.557-2.404 1.39-3.236s1.893-1.21 3.236-1.39c1.168-.157 2.67-.175 4.499-.177a.697.697 0 1 1 0 1.396c-1.855.002-3.234.018-4.313.163c-1.189.16-1.906.464-2.436.994S3.72 5.8 3.56 6.99C3.397 8.2 3.395 9.788 3.395 12v.784l.932-.814a2.14 2.14 0 0 1 2.922.097l3.99 3.99a1.86 1.86 0 0 0 2.385.207l.278-.195a2.79 2.79 0 0 1 3.471.209l2.633 2.37c.265-.557.423-1.288.507-2.32c.079-.972.09-2.152.091-3.63a.698.698 0 0 1 1.396 0" opacity=".5"/><path fill-rule="evenodd" d="M17.5 11c-2.121 0-3.182 0-3.841-.659S13 8.621 13 6.5s0-3.182.659-3.841S15.379 2 17.5 2s3.182 0 3.841.659S22 4.379 22 6.5s0 3.182-.659 3.841S19.621 11 17.5 11m2.03-5.53l-1.5-1.5a.75.75 0 0 0-1.06 0l-1.5 1.5a.75.75 0 0 0 1.06 1.06l.22-.22V8.5a.75.75 0 0 0 1.5 0V6.31l.22.22a.75.75 0 1 0 1.06-1.06" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-gallery-send-duotone {
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%22M22%2012.698c-.002%201.47-.013%202.718-.096%203.743c-.097%201.19-.296%202.184-.74%203.009a4.2%204.2%200%200%201-.73.983c-.833.833-1.893%201.21-3.237%201.39C15.884%2022%2014.2%2022%2012.053%2022h-.106c-2.148%200-3.83%200-5.144-.177c-1.343-.18-2.404-.557-3.236-1.39c-.738-.738-1.12-1.656-1.322-2.795c-.2-1.12-.236-2.512-.243-4.241Q1.999%2012.737%202%2012v-.054c0-2.148%200-3.83.177-5.144c.18-1.343.557-2.404%201.39-3.236s1.893-1.21%203.236-1.39c1.168-.157%202.67-.175%204.499-.177a.697.697%200%201%201%200%201.396c-1.855.002-3.234.018-4.313.163c-1.189.16-1.906.464-2.436.994S3.72%205.8%203.56%206.99C3.397%208.2%203.395%209.788%203.395%2012v.784l.932-.814a2.14%202.14%200%200%201%202.922.097l3.99%203.99a1.86%201.86%200%200%200%202.385.207l.278-.195a2.79%202.79%200%200%201%203.471.209l2.633%202.37c.265-.557.423-1.288.507-2.32c.079-.972.09-2.152.091-3.63a.698.698%200%200%201%201.396%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%2011c-2.121%200-3.182%200-3.841-.659S13%208.621%2013%206.5s0-3.182.659-3.841S15.379%202%2017.5%202s3.182%200%203.841.659S22%204.379%2022%206.5s0%203.182-.659%203.841S19.621%2011%2017.5%2011m2.03-5.53l-1.5-1.5a.75.75%200%200%200-1.06%200l-1.5%201.5a.75.75%200%200%200%201.06%201.06l.22-.22V8.5a.75.75%200%200%200%201.5%200V6.31l.22.22a.75.75%200%201%200%201.06-1.06%22%20clip-rule%3D%22evenodd%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%22M22%2012.698c-.002%201.47-.013%202.718-.096%203.743c-.097%201.19-.296%202.184-.74%203.009a4.2%204.2%200%200%201-.73.983c-.833.833-1.893%201.21-3.237%201.39C15.884%2022%2014.2%2022%2012.053%2022h-.106c-2.148%200-3.83%200-5.144-.177c-1.343-.18-2.404-.557-3.236-1.39c-.738-.738-1.12-1.656-1.322-2.795c-.2-1.12-.236-2.512-.243-4.241Q1.999%2012.737%202%2012v-.054c0-2.148%200-3.83.177-5.144c.18-1.343.557-2.404%201.39-3.236s1.893-1.21%203.236-1.39c1.168-.157%202.67-.175%204.499-.177a.697.697%200%201%201%200%201.396c-1.855.002-3.234.018-4.313.163c-1.189.16-1.906.464-2.436.994S3.72%205.8%203.56%206.99C3.397%208.2%203.395%209.788%203.395%2012v.784l.932-.814a2.14%202.14%200%200%201%202.922.097l3.99%203.99a1.86%201.86%200%200%200%202.385.207l.278-.195a2.79%202.79%200%200%201%203.471.209l2.633%202.37c.265-.557.423-1.288.507-2.32c.079-.972.09-2.152.091-3.63a.698.698%200%200%201%201.396%200%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.5%2011c-2.121%200-3.182%200-3.841-.659S13%208.621%2013%206.5s0-3.182.659-3.841S15.379%202%2017.5%202s3.182%200%203.841.659S22%204.379%2022%206.5s0%203.182-.659%203.841S19.621%2011%2017.5%2011m2.03-5.53l-1.5-1.5a.75.75%200%200%200-1.06%200l-1.5%201.5a.75.75%200%200%200%201.06%201.06l.22-.22V8.5a.75.75%200%200%200%201.5%200V6.31l.22.22a.75.75%200%201%200%201.06-1.06%22%20clip-rule%3D%22evenodd%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/gallery-send-duotone.svg?color=%231a73e8&size=48