ios repeat icon
ios-repeat from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-repeat
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios repeat icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M336.6 157.5L303 124.1c-3.5-3.5-8.5-4.9-13.6-3.6-1.2.3-2.4.8-3.5 1.5-4.7 2.9-7.2 7.8-6.8 13.1.2 3.4 1.9 6.6 4.3 9.1l16 15.9H142c-20.8 0-40.3 8.1-55.1 22.9C72.1 197.7 64 217.2 64 238v16c0 7.7 6.3 14 14 14s14-6.3 14-14v-16c0-13.3 5.2-25.8 14.7-35.3 9.5-9.5 22-14.7 35.3-14.7h155.4l-16 15.9c-2.4 2.4-4 5.4-4.3 8.7-.4 4.2 1.1 8.3 4.1 11.3 2.6 2.6 6.2 4.1 9.9 4.1s7.2-1.4 9.9-4.1l35.6-35.4c4.2-4.1 6.5-9.7 6.5-15.5-.1-5.9-2.4-11.4-6.5-15.5z" fill="currentColor"/><path d="M434 244c-7.7 0-14 6.3-14 14v16c0 13.3-5.2 25.8-14.7 35.3-9.5 9.5-22 14.7-35.3 14.7H214.6l16-15.9c2.4-2.4 4-5.4 4.3-8.8.4-4.2-1.1-8.3-4.1-11.3-2.6-2.6-6.2-4.1-9.9-4.1s-7.2 1.4-9.9 4.1l-35.6 35.4c-4.2 4.1-6.5 9.7-6.5 15.5 0 5.9 2.3 11.4 6.5 15.5l33.6 33.4c3.5 3.5 8.5 4.9 13.6 3.6 1.2-.3 2.4-.8 3.5-1.5 4.7-2.9 7.2-7.8 6.8-13.1-.2-3.4-1.9-6.6-4.3-9.1l-16-15.9H370c43 0 78-35 78-78v-16c0-7.5-6.3-13.8-14-13.8z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosRepeat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M336.6 157.5L303 124.1c-3.5-3.5-8.5-4.9-13.6-3.6-1.2.3-2.4.8-3.5 1.5-4.7 2.9-7.2 7.8-6.8 13.1.2 3.4 1.9 6.6 4.3 9.1l16 15.9H142c-20.8 0-40.3 8.1-55.1 22.9C72.1 197.7 64 217.2 64 238v16c0 7.7 6.3 14 14 14s14-6.3 14-14v-16c0-13.3 5.2-25.8 14.7-35.3 9.5-9.5 22-14.7 35.3-14.7h155.4l-16 15.9c-2.4 2.4-4 5.4-4.3 8.7-.4 4.2 1.1 8.3 4.1 11.3 2.6 2.6 6.2 4.1 9.9 4.1s7.2-1.4 9.9-4.1l35.6-35.4c4.2-4.1 6.5-9.7 6.5-15.5-.1-5.9-2.4-11.4-6.5-15.5z" fill="currentColor"/><path d="M434 244c-7.7 0-14 6.3-14 14v16c0 13.3-5.2 25.8-14.7 35.3-9.5 9.5-22 14.7-35.3 14.7H214.6l16-15.9c2.4-2.4 4-5.4 4.3-8.8.4-4.2-1.1-8.3-4.1-11.3-2.6-2.6-6.2-4.1-9.9-4.1s-7.2 1.4-9.9 4.1l-35.6 35.4c-4.2 4.1-6.5 9.7-6.5 15.5 0 5.9 2.3 11.4 6.5 15.5l33.6 33.4c3.5 3.5 8.5 4.9 13.6 3.6 1.2-.3 2.4-.8 3.5-1.5 4.7-2.9 7.2-7.8 6.8-13.1-.2-3.4-1.9-6.6-4.3-9.1l-16-15.9H370c43 0 78-35 78-78v-16c0-7.5-6.3-13.8-14-13.8z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M336.6 157.5L303 124.1c-3.5-3.5-8.5-4.9-13.6-3.6-1.2.3-2.4.8-3.5 1.5-4.7 2.9-7.2 7.8-6.8 13.1.2 3.4 1.9 6.6 4.3 9.1l16 15.9H142c-20.8 0-40.3 8.1-55.1 22.9C72.1 197.7 64 217.2 64 238v16c0 7.7 6.3 14 14 14s14-6.3 14-14v-16c0-13.3 5.2-25.8 14.7-35.3 9.5-9.5 22-14.7 35.3-14.7h155.4l-16 15.9c-2.4 2.4-4 5.4-4.3 8.7-.4 4.2 1.1 8.3 4.1 11.3 2.6 2.6 6.2 4.1 9.9 4.1s7.2-1.4 9.9-4.1l35.6-35.4c4.2-4.1 6.5-9.7 6.5-15.5-.1-5.9-2.4-11.4-6.5-15.5z" fill="currentColor"/><path d="M434 244c-7.7 0-14 6.3-14 14v16c0 13.3-5.2 25.8-14.7 35.3-9.5 9.5-22 14.7-35.3 14.7H214.6l16-15.9c2.4-2.4 4-5.4 4.3-8.8.4-4.2-1.1-8.3-4.1-11.3-2.6-2.6-6.2-4.1-9.9-4.1s-7.2 1.4-9.9 4.1l-35.6 35.4c-4.2 4.1-6.5 9.7-6.5 15.5 0 5.9 2.3 11.4 6.5 15.5l33.6 33.4c3.5 3.5 8.5 4.9 13.6 3.6 1.2-.3 2.4-.8 3.5-1.5 4.7-2.9 7.2-7.8 6.8-13.1-.2-3.4-1.9-6.6-4.3-9.1l-16-15.9H370c43 0 78-35 78-78v-16c0-7.5-6.3-13.8-14-13.8z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-repeat {
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%20512%20512%22%3E%3Cpath%20d%3D%22M336.6%20157.5L303%20124.1c-3.5-3.5-8.5-4.9-13.6-3.6-1.2.3-2.4.8-3.5%201.5-4.7%202.9-7.2%207.8-6.8%2013.1.2%203.4%201.9%206.6%204.3%209.1l16%2015.9H142c-20.8%200-40.3%208.1-55.1%2022.9C72.1%20197.7%2064%20217.2%2064%20238v16c0%207.7%206.3%2014%2014%2014s14-6.3%2014-14v-16c0-13.3%205.2-25.8%2014.7-35.3%209.5-9.5%2022-14.7%2035.3-14.7h155.4l-16%2015.9c-2.4%202.4-4%205.4-4.3%208.7-.4%204.2%201.1%208.3%204.1%2011.3%202.6%202.6%206.2%204.1%209.9%204.1s7.2-1.4%209.9-4.1l35.6-35.4c4.2-4.1%206.5-9.7%206.5-15.5-.1-5.9-2.4-11.4-6.5-15.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M434%20244c-7.7%200-14%206.3-14%2014v16c0%2013.3-5.2%2025.8-14.7%2035.3-9.5%209.5-22%2014.7-35.3%2014.7H214.6l16-15.9c2.4-2.4%204-5.4%204.3-8.8.4-4.2-1.1-8.3-4.1-11.3-2.6-2.6-6.2-4.1-9.9-4.1s-7.2%201.4-9.9%204.1l-35.6%2035.4c-4.2%204.1-6.5%209.7-6.5%2015.5%200%205.9%202.3%2011.4%206.5%2015.5l33.6%2033.4c3.5%203.5%208.5%204.9%2013.6%203.6%201.2-.3%202.4-.8%203.5-1.5%204.7-2.9%207.2-7.8%206.8-13.1-.2-3.4-1.9-6.6-4.3-9.1l-16-15.9H370c43%200%2078-35%2078-78v-16c0-7.5-6.3-13.8-14-13.8z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M336.6%20157.5L303%20124.1c-3.5-3.5-8.5-4.9-13.6-3.6-1.2.3-2.4.8-3.5%201.5-4.7%202.9-7.2%207.8-6.8%2013.1.2%203.4%201.9%206.6%204.3%209.1l16%2015.9H142c-20.8%200-40.3%208.1-55.1%2022.9C72.1%20197.7%2064%20217.2%2064%20238v16c0%207.7%206.3%2014%2014%2014s14-6.3%2014-14v-16c0-13.3%205.2-25.8%2014.7-35.3%209.5-9.5%2022-14.7%2035.3-14.7h155.4l-16%2015.9c-2.4%202.4-4%205.4-4.3%208.7-.4%204.2%201.1%208.3%204.1%2011.3%202.6%202.6%206.2%204.1%209.9%204.1s7.2-1.4%209.9-4.1l35.6-35.4c4.2-4.1%206.5-9.7%206.5-15.5-.1-5.9-2.4-11.4-6.5-15.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M434%20244c-7.7%200-14%206.3-14%2014v16c0%2013.3-5.2%2025.8-14.7%2035.3-9.5%209.5-22%2014.7-35.3%2014.7H214.6l16-15.9c2.4-2.4%204-5.4%204.3-8.8.4-4.2-1.1-8.3-4.1-11.3-2.6-2.6-6.2-4.1-9.9-4.1s-7.2%201.4-9.9%204.1l-35.6%2035.4c-4.2%204.1-6.5%209.7-6.5%2015.5%200%205.9%202.3%2011.4%206.5%2015.5l33.6%2033.4c3.5%203.5%208.5%204.9%2013.6%203.6%201.2-.3%202.4-.8%203.5-1.5%204.7-2.9%207.2-7.8%206.8-13.1-.2-3.4-1.9-6.6-4.3-9.1l-16-15.9H370c43%200%2078-35%2078-78v-16c0-7.5-6.3-13.8-14-13.8z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-repeat.svg?color=%231a73e8&size=48