transfer text filled icon
transfer-text-filled from WeUI Icon by WeUI · Filled · MIT Free for personal and commercial use.
- Name
- transfer-text-filled
- Set
- WeUI Icon
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
Related icons in WeUI Icon
Use the transfer text filled 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="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m3.198 5.848v1.144H8.87c.462 1.595 1.287 2.992 2.475 4.202c-1.144.968-2.596 1.672-4.345 2.123l.616 1.012c1.793-.506 3.311-1.309 4.543-2.398q1.749 1.452 4.389 2.442l.638-.979c-1.672-.616-3.08-1.364-4.213-2.266c1.012-1.111 1.782-2.486 2.31-4.136h1.661V8.848h-4.158A9.8 9.8 0 0 0 11.697 7l-1.155.418a8 8 0 0 1 1.012 1.43zM9.97 9.992h4.125c-.429 1.331-1.078 2.475-1.936 3.421A8.7 8.7 0 0 1 9.97 9.992"/></svg>
React
import type { SVGProps } from "react";
export function WeuiTransferTextFilled(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="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m3.198 5.848v1.144H8.87c.462 1.595 1.287 2.992 2.475 4.202c-1.144.968-2.596 1.672-4.345 2.123l.616 1.012c1.793-.506 3.311-1.309 4.543-2.398q1.749 1.452 4.389 2.442l.638-.979c-1.672-.616-3.08-1.364-4.213-2.266c1.012-1.111 1.782-2.486 2.31-4.136h1.661V8.848h-4.158A9.8 9.8 0 0 0 11.697 7l-1.155.418a8 8 0 0 1 1.012 1.43zM9.97 9.992h4.125c-.429 1.331-1.078 2.475-1.936 3.421A8.7 8.7 0 0 1 9.97 9.992"/></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="M4 3h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m3.198 5.848v1.144H8.87c.462 1.595 1.287 2.992 2.475 4.202c-1.144.968-2.596 1.672-4.345 2.123l.616 1.012c1.793-.506 3.311-1.309 4.543-2.398q1.749 1.452 4.389 2.442l.638-.979c-1.672-.616-3.08-1.364-4.213-2.266c1.012-1.111 1.782-2.486 2.31-4.136h1.661V8.848h-4.158A9.8 9.8 0 0 0 11.697 7l-1.155.418a8 8 0 0 1 1.012 1.43zM9.97 9.992h4.125c-.429 1.331-1.078 2.475-1.936 3.421A8.7 8.7 0 0 1 9.97 9.992"/></svg> </template>
CSS
.icon-transfer-text-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%20fill-rule%3D%22evenodd%22%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m3.198%205.848v1.144H8.87c.462%201.595%201.287%202.992%202.475%204.202c-1.144.968-2.596%201.672-4.345%202.123l.616%201.012c1.793-.506%203.311-1.309%204.543-2.398q1.749%201.452%204.389%202.442l.638-.979c-1.672-.616-3.08-1.364-4.213-2.266c1.012-1.111%201.782-2.486%202.31-4.136h1.661V8.848h-4.158A9.8%209.8%200%200%200%2011.697%207l-1.155.418a8%208%200%200%201%201.012%201.43zM9.97%209.992h4.125c-.429%201.331-1.078%202.475-1.936%203.421A8.7%208.7%200%200%201%209.97%209.992%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%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m3.198%205.848v1.144H8.87c.462%201.595%201.287%202.992%202.475%204.202c-1.144.968-2.596%201.672-4.345%202.123l.616%201.012c1.793-.506%203.311-1.309%204.543-2.398q1.749%201.452%204.389%202.442l.638-.979c-1.672-.616-3.08-1.364-4.213-2.266c1.012-1.111%201.782-2.486%202.31-4.136h1.661V8.848h-4.158A9.8%209.8%200%200%200%2011.697%207l-1.155.418a8%208%200%200%201%201.012%201.43zM9.97%209.992h4.125c-.429%201.331-1.078%202.475-1.936%203.421A8.7%208.7%200%200%201%209.97%209.992%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/transfer-text-filled.svg?color=%231a73e8&size=48