copy success icon
copy-success-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- copy-success-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the copy success icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.1 2h-4.2C9.817 2 8.37 3.094 8.07 5.739c-.064.553.395 1.011.952 1.011H11.1c4.2 0 6.15 1.95 6.15 6.15v2.078c0 .557.457 1.015 1.01.952c2.647-.3 3.74-1.747 3.74-4.83V6.9C22 3.4 20.6 2 17.1 2"/><path d="M11.1 8H6.9C3.4 8 2 9.4 2 12.9v4.2C2 20.6 3.4 22 6.9 22h4.2c3.5 0 4.9-1.4 4.9-4.9v-4.2C16 9.4 14.6 8 11.1 8m1.19 5.65l-3.71 3.71a.7.7 0 0 1-.51.21a.7.7 0 0 1-.51-.21L5.7 15.5a.71.71 0 0 1 0-1.01c.28-.28.73-.28 1.01 0l1.35 1.35l3.21-3.21c.28-.28.73-.28 1.01 0s.29.74.01 1.02"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCopySuccessFilled(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="M17.1 2h-4.2C9.817 2 8.37 3.094 8.07 5.739c-.064.553.395 1.011.952 1.011H11.1c4.2 0 6.15 1.95 6.15 6.15v2.078c0 .557.457 1.015 1.01.952c2.647-.3 3.74-1.747 3.74-4.83V6.9C22 3.4 20.6 2 17.1 2"/><path d="M11.1 8H6.9C3.4 8 2 9.4 2 12.9v4.2C2 20.6 3.4 22 6.9 22h4.2c3.5 0 4.9-1.4 4.9-4.9v-4.2C16 9.4 14.6 8 11.1 8m1.19 5.65l-3.71 3.71a.7.7 0 0 1-.51.21a.7.7 0 0 1-.51-.21L5.7 15.5a.71.71 0 0 1 0-1.01c.28-.28.73-.28 1.01 0l1.35 1.35l3.21-3.21c.28-.28.73-.28 1.01 0s.29.74.01 1.02"/></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="M17.1 2h-4.2C9.817 2 8.37 3.094 8.07 5.739c-.064.553.395 1.011.952 1.011H11.1c4.2 0 6.15 1.95 6.15 6.15v2.078c0 .557.457 1.015 1.01.952c2.647-.3 3.74-1.747 3.74-4.83V6.9C22 3.4 20.6 2 17.1 2"/><path d="M11.1 8H6.9C3.4 8 2 9.4 2 12.9v4.2C2 20.6 3.4 22 6.9 22h4.2c3.5 0 4.9-1.4 4.9-4.9v-4.2C16 9.4 14.6 8 11.1 8m1.19 5.65l-3.71 3.71a.7.7 0 0 1-.51.21a.7.7 0 0 1-.51-.21L5.7 15.5a.71.71 0 0 1 0-1.01c.28-.28.73-.28 1.01 0l1.35 1.35l3.21-3.21c.28-.28.73-.28 1.01 0s.29.74.01 1.02"/></g></svg> </template>
CSS
.icon-copy-success-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.1%202h-4.2C9.817%202%208.37%203.094%208.07%205.739c-.064.553.395%201.011.952%201.011H11.1c4.2%200%206.15%201.95%206.15%206.15v2.078c0%20.557.457%201.015%201.01.952c2.647-.3%203.74-1.747%203.74-4.83V6.9C22%203.4%2020.6%202%2017.1%202%22%2F%3E%3Cpath%20d%3D%22M11.1%208H6.9C3.4%208%202%209.4%202%2012.9v4.2C2%2020.6%203.4%2022%206.9%2022h4.2c3.5%200%204.9-1.4%204.9-4.9v-4.2C16%209.4%2014.6%208%2011.1%208m1.19%205.65l-3.71%203.71a.7.7%200%200%201-.51.21a.7.7%200%200%201-.51-.21L5.7%2015.5a.71.71%200%200%201%200-1.01c.28-.28.73-.28%201.01%200l1.35%201.35l3.21-3.21c.28-.28.73-.28%201.01%200s.29.74.01%201.02%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%22M17.1%202h-4.2C9.817%202%208.37%203.094%208.07%205.739c-.064.553.395%201.011.952%201.011H11.1c4.2%200%206.15%201.95%206.15%206.15v2.078c0%20.557.457%201.015%201.01.952c2.647-.3%203.74-1.747%203.74-4.83V6.9C22%203.4%2020.6%202%2017.1%202%22%2F%3E%3Cpath%20d%3D%22M11.1%208H6.9C3.4%208%202%209.4%202%2012.9v4.2C2%2020.6%203.4%2022%206.9%2022h4.2c3.5%200%204.9-1.4%204.9-4.9v-4.2C16%209.4%2014.6%208%2011.1%208m1.19%205.65l-3.71%203.71a.7.7%200%200%201-.51.21a.7.7%200%200%201-.51-.21L5.7%2015.5a.71.71%200%200%201%200-1.01c.28-.28.73-.28%201.01%200l1.35%201.35l3.21-3.21c.28-.28.73-.28%201.01%200s.29.74.01%201.02%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/copy-success-filled.svg?color=%231a73e8&size=48