retweet icon
retweet-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- retweet-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- retweet, retweet-outline
The same icon in other sets
Use the retweet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0 0 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 0 0-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8m752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 0 0-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8c4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignRetweetOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0 0 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 0 0-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8m752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 0 0-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8c4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M136 552h63.6c4.4 0 8-3.6 8-8V288.7h528.6v72.6c0 1.9.6 3.7 1.8 5.2a8.3 8.3 0 0 0 11.7 1.4L893 255.4c4.3-5 3.6-10.3 0-13.2L749.7 129.8a8.22 8.22 0 0 0-5.2-1.8c-4.6 0-8.4 3.8-8.4 8.4V209H199.7c-39.5 0-71.7 32.2-71.7 71.8V544c0 4.4 3.6 8 8 8m752-80h-63.6c-4.4 0-8 3.6-8 8v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3 8.3 0 0 0-11.7-1.4L131 768.6c-4.3 5-3.6 10.3 0 13.2l143.3 112.4c1.5 1.2 3.3 1.8 5.2 1.8c4.6 0 8.4-3.8 8.4-8.4V815h536.6c39.5 0 71.7-32.2 71.7-71.8V480c-.2-4.4-3.8-8-8.2-8"/></svg> </template>
CSS
.icon-retweet-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M136%20552h63.6c4.4%200%208-3.6%208-8V288.7h528.6v72.6c0%201.9.6%203.7%201.8%205.2a8.3%208.3%200%200%200%2011.7%201.4L893%20255.4c4.3-5%203.6-10.3%200-13.2L749.7%20129.8a8.22%208.22%200%200%200-5.2-1.8c-4.6%200-8.4%203.8-8.4%208.4V209H199.7c-39.5%200-71.7%2032.2-71.7%2071.8V544c0%204.4%203.6%208%208%208m752-80h-63.6c-4.4%200-8%203.6-8%208v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3%208.3%200%200%200-11.7-1.4L131%20768.6c-4.3%205-3.6%2010.3%200%2013.2l143.3%20112.4c1.5%201.2%203.3%201.8%205.2%201.8c4.6%200%208.4-3.8%208.4-8.4V815h536.6c39.5%200%2071.7-32.2%2071.7-71.8V480c-.2-4.4-3.8-8-8.2-8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M136%20552h63.6c4.4%200%208-3.6%208-8V288.7h528.6v72.6c0%201.9.6%203.7%201.8%205.2a8.3%208.3%200%200%200%2011.7%201.4L893%20255.4c4.3-5%203.6-10.3%200-13.2L749.7%20129.8a8.22%208.22%200%200%200-5.2-1.8c-4.6%200-8.4%203.8-8.4%208.4V209H199.7c-39.5%200-71.7%2032.2-71.7%2071.8V544c0%204.4%203.6%208%208%208m752-80h-63.6c-4.4%200-8%203.6-8%208v255.3H287.8v-72.6c0-1.9-.6-3.7-1.8-5.2a8.3%208.3%200%200%200-11.7-1.4L131%20768.6c-4.3%205-3.6%2010.3%200%2013.2l143.3%20112.4c1.5%201.2%203.3%201.8%205.2%201.8c4.6%200%208.4-3.8%208.4-8.4V815h536.6c39.5%200%2071.7-32.2%2071.7-71.8V480c-.2-4.4-3.8-8-8.2-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/retweet-outlined.svg?color=%231a73e8&size=48