load c icon
load-c from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- load-c
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
Use the load c icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M479.8 226.1c-1.4-8.7-3.1-17.3-5.3-25.8-2.8-10.8-6.4-21.5-10.8-31.8-8.9-21.2-21.1-41-35.9-58.6-16-18.9-35.3-35.2-56.7-47.7C350 49.8 327 41 303 36.1c-12.4-2.5-24.9-4-37.6-4.1-9.9-.1-19.8.3-29.6 1.2-25.5 2.5-50.7 9.6-73.9 20.5-19.9 9.4-38.4 21.6-54.8 36.2-16.4 14.6-30.7 31.6-42.2 50.3-12.7 20.8-22.2 43.5-27.4 67.3-4.2 19-6.2 38.6-5.2 58.1.9 18.9 3.8 37.8 9.5 55.9 3.6 11.5 7.9 22.7 13.3 33.6 5.3 10.7 11.5 21 18.4 30.7 13.8 19.3 30.6 36.4 49.8 50.5 19.6 14.5 41.7 25.7 64.9 33.1 24.2 7.7 49.9 11.3 75.3 10.4 24.8-.8 49.4-5.6 72.6-14.5 22.3-8.6 43.2-20.9 61.5-36.3 9.2-7.8 17.4-16.6 25.1-25.9 7.8-9.4 14.8-19.3 20.6-30 5-9.2 9.2-18.8 12.8-28.5 1.8-4.8 3.5-9.6 4.9-14.6 1.5-5.3 2.6-10.8 3.6-16.2 1.5-8.5 2.1-17.3 1.3-25.9-.7 3.8-1.3 7.5-2.2 11.2-1.1 4.3-2.5 8.5-4.1 12.6-3.2 8.7-7.2 17.1-11 25.5-4.9 10.7-10.6 20.9-16.8 30.8-3.2 5.1-6.5 10.1-10.1 14.9-3.6 4.8-7.7 9.4-11.8 13.9-8.2 9.1-17.1 17.2-27 24.4-10.1 7.4-20.8 13.9-32.1 19.3-22.6 11-47.3 17.6-72.3 19.8-25.6 2.2-51.7-.3-76.3-7.6-23.4-6.9-45.6-18.1-65.1-32.8-18.9-14.3-35.3-31.9-48.2-51.8C75.4 347.8 66.1 324.9 61 301c-1.3-6.2-2.3-12.6-3-18.9-.6-5.4-1.1-10.9-1.3-16.4-.3-11.3.4-23 2.1-34.2 3.7-24.6 11.7-48.3 24.1-69.9 11-19.3 25.3-36.7 42.1-51.4 16.8-14.8 36-26.7 56.8-35.1 12-4.9 24.6-8.5 37.4-10.9 6.5-1.2 13-2.2 19.5-2.7 3.2-.3 6.3-.3 9.5-.6 1.3 0 2.6.1 3.9.1 21.7-.4 43.5 2.4 64.2 8.9 22.3 7 43.3 18.3 61.5 33 19.1 15.4 35 34.4 47 55.8 10.2 18.2 17.5 37.8 21.9 58.2 1 4.7 1.8 9.4 2.6 14.1.7 4.3 3.1 8.3 6.8 10.7 7.8 5.2 18.7 1.7 22.5-6.7 1.3-2.9 1.7-6 1.2-8.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonLoadC(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M479.8 226.1c-1.4-8.7-3.1-17.3-5.3-25.8-2.8-10.8-6.4-21.5-10.8-31.8-8.9-21.2-21.1-41-35.9-58.6-16-18.9-35.3-35.2-56.7-47.7C350 49.8 327 41 303 36.1c-12.4-2.5-24.9-4-37.6-4.1-9.9-.1-19.8.3-29.6 1.2-25.5 2.5-50.7 9.6-73.9 20.5-19.9 9.4-38.4 21.6-54.8 36.2-16.4 14.6-30.7 31.6-42.2 50.3-12.7 20.8-22.2 43.5-27.4 67.3-4.2 19-6.2 38.6-5.2 58.1.9 18.9 3.8 37.8 9.5 55.9 3.6 11.5 7.9 22.7 13.3 33.6 5.3 10.7 11.5 21 18.4 30.7 13.8 19.3 30.6 36.4 49.8 50.5 19.6 14.5 41.7 25.7 64.9 33.1 24.2 7.7 49.9 11.3 75.3 10.4 24.8-.8 49.4-5.6 72.6-14.5 22.3-8.6 43.2-20.9 61.5-36.3 9.2-7.8 17.4-16.6 25.1-25.9 7.8-9.4 14.8-19.3 20.6-30 5-9.2 9.2-18.8 12.8-28.5 1.8-4.8 3.5-9.6 4.9-14.6 1.5-5.3 2.6-10.8 3.6-16.2 1.5-8.5 2.1-17.3 1.3-25.9-.7 3.8-1.3 7.5-2.2 11.2-1.1 4.3-2.5 8.5-4.1 12.6-3.2 8.7-7.2 17.1-11 25.5-4.9 10.7-10.6 20.9-16.8 30.8-3.2 5.1-6.5 10.1-10.1 14.9-3.6 4.8-7.7 9.4-11.8 13.9-8.2 9.1-17.1 17.2-27 24.4-10.1 7.4-20.8 13.9-32.1 19.3-22.6 11-47.3 17.6-72.3 19.8-25.6 2.2-51.7-.3-76.3-7.6-23.4-6.9-45.6-18.1-65.1-32.8-18.9-14.3-35.3-31.9-48.2-51.8C75.4 347.8 66.1 324.9 61 301c-1.3-6.2-2.3-12.6-3-18.9-.6-5.4-1.1-10.9-1.3-16.4-.3-11.3.4-23 2.1-34.2 3.7-24.6 11.7-48.3 24.1-69.9 11-19.3 25.3-36.7 42.1-51.4 16.8-14.8 36-26.7 56.8-35.1 12-4.9 24.6-8.5 37.4-10.9 6.5-1.2 13-2.2 19.5-2.7 3.2-.3 6.3-.3 9.5-.6 1.3 0 2.6.1 3.9.1 21.7-.4 43.5 2.4 64.2 8.9 22.3 7 43.3 18.3 61.5 33 19.1 15.4 35 34.4 47 55.8 10.2 18.2 17.5 37.8 21.9 58.2 1 4.7 1.8 9.4 2.6 14.1.7 4.3 3.1 8.3 6.8 10.7 7.8 5.2 18.7 1.7 22.5-6.7 1.3-2.9 1.7-6 1.2-8.9z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M479.8 226.1c-1.4-8.7-3.1-17.3-5.3-25.8-2.8-10.8-6.4-21.5-10.8-31.8-8.9-21.2-21.1-41-35.9-58.6-16-18.9-35.3-35.2-56.7-47.7C350 49.8 327 41 303 36.1c-12.4-2.5-24.9-4-37.6-4.1-9.9-.1-19.8.3-29.6 1.2-25.5 2.5-50.7 9.6-73.9 20.5-19.9 9.4-38.4 21.6-54.8 36.2-16.4 14.6-30.7 31.6-42.2 50.3-12.7 20.8-22.2 43.5-27.4 67.3-4.2 19-6.2 38.6-5.2 58.1.9 18.9 3.8 37.8 9.5 55.9 3.6 11.5 7.9 22.7 13.3 33.6 5.3 10.7 11.5 21 18.4 30.7 13.8 19.3 30.6 36.4 49.8 50.5 19.6 14.5 41.7 25.7 64.9 33.1 24.2 7.7 49.9 11.3 75.3 10.4 24.8-.8 49.4-5.6 72.6-14.5 22.3-8.6 43.2-20.9 61.5-36.3 9.2-7.8 17.4-16.6 25.1-25.9 7.8-9.4 14.8-19.3 20.6-30 5-9.2 9.2-18.8 12.8-28.5 1.8-4.8 3.5-9.6 4.9-14.6 1.5-5.3 2.6-10.8 3.6-16.2 1.5-8.5 2.1-17.3 1.3-25.9-.7 3.8-1.3 7.5-2.2 11.2-1.1 4.3-2.5 8.5-4.1 12.6-3.2 8.7-7.2 17.1-11 25.5-4.9 10.7-10.6 20.9-16.8 30.8-3.2 5.1-6.5 10.1-10.1 14.9-3.6 4.8-7.7 9.4-11.8 13.9-8.2 9.1-17.1 17.2-27 24.4-10.1 7.4-20.8 13.9-32.1 19.3-22.6 11-47.3 17.6-72.3 19.8-25.6 2.2-51.7-.3-76.3-7.6-23.4-6.9-45.6-18.1-65.1-32.8-18.9-14.3-35.3-31.9-48.2-51.8C75.4 347.8 66.1 324.9 61 301c-1.3-6.2-2.3-12.6-3-18.9-.6-5.4-1.1-10.9-1.3-16.4-.3-11.3.4-23 2.1-34.2 3.7-24.6 11.7-48.3 24.1-69.9 11-19.3 25.3-36.7 42.1-51.4 16.8-14.8 36-26.7 56.8-35.1 12-4.9 24.6-8.5 37.4-10.9 6.5-1.2 13-2.2 19.5-2.7 3.2-.3 6.3-.3 9.5-.6 1.3 0 2.6.1 3.9.1 21.7-.4 43.5 2.4 64.2 8.9 22.3 7 43.3 18.3 61.5 33 19.1 15.4 35 34.4 47 55.8 10.2 18.2 17.5 37.8 21.9 58.2 1 4.7 1.8 9.4 2.6 14.1.7 4.3 3.1 8.3 6.8 10.7 7.8 5.2 18.7 1.7 22.5-6.7 1.3-2.9 1.7-6 1.2-8.9z" fill="currentColor"/></svg> </template>
CSS
.icon-load-c {
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%22M479.8%20226.1c-1.4-8.7-3.1-17.3-5.3-25.8-2.8-10.8-6.4-21.5-10.8-31.8-8.9-21.2-21.1-41-35.9-58.6-16-18.9-35.3-35.2-56.7-47.7C350%2049.8%20327%2041%20303%2036.1c-12.4-2.5-24.9-4-37.6-4.1-9.9-.1-19.8.3-29.6%201.2-25.5%202.5-50.7%209.6-73.9%2020.5-19.9%209.4-38.4%2021.6-54.8%2036.2-16.4%2014.6-30.7%2031.6-42.2%2050.3-12.7%2020.8-22.2%2043.5-27.4%2067.3-4.2%2019-6.2%2038.6-5.2%2058.1.9%2018.9%203.8%2037.8%209.5%2055.9%203.6%2011.5%207.9%2022.7%2013.3%2033.6%205.3%2010.7%2011.5%2021%2018.4%2030.7%2013.8%2019.3%2030.6%2036.4%2049.8%2050.5%2019.6%2014.5%2041.7%2025.7%2064.9%2033.1%2024.2%207.7%2049.9%2011.3%2075.3%2010.4%2024.8-.8%2049.4-5.6%2072.6-14.5%2022.3-8.6%2043.2-20.9%2061.5-36.3%209.2-7.8%2017.4-16.6%2025.1-25.9%207.8-9.4%2014.8-19.3%2020.6-30%205-9.2%209.2-18.8%2012.8-28.5%201.8-4.8%203.5-9.6%204.9-14.6%201.5-5.3%202.6-10.8%203.6-16.2%201.5-8.5%202.1-17.3%201.3-25.9-.7%203.8-1.3%207.5-2.2%2011.2-1.1%204.3-2.5%208.5-4.1%2012.6-3.2%208.7-7.2%2017.1-11%2025.5-4.9%2010.7-10.6%2020.9-16.8%2030.8-3.2%205.1-6.5%2010.1-10.1%2014.9-3.6%204.8-7.7%209.4-11.8%2013.9-8.2%209.1-17.1%2017.2-27%2024.4-10.1%207.4-20.8%2013.9-32.1%2019.3-22.6%2011-47.3%2017.6-72.3%2019.8-25.6%202.2-51.7-.3-76.3-7.6-23.4-6.9-45.6-18.1-65.1-32.8-18.9-14.3-35.3-31.9-48.2-51.8C75.4%20347.8%2066.1%20324.9%2061%20301c-1.3-6.2-2.3-12.6-3-18.9-.6-5.4-1.1-10.9-1.3-16.4-.3-11.3.4-23%202.1-34.2%203.7-24.6%2011.7-48.3%2024.1-69.9%2011-19.3%2025.3-36.7%2042.1-51.4%2016.8-14.8%2036-26.7%2056.8-35.1%2012-4.9%2024.6-8.5%2037.4-10.9%206.5-1.2%2013-2.2%2019.5-2.7%203.2-.3%206.3-.3%209.5-.6%201.3%200%202.6.1%203.9.1%2021.7-.4%2043.5%202.4%2064.2%208.9%2022.3%207%2043.3%2018.3%2061.5%2033%2019.1%2015.4%2035%2034.4%2047%2055.8%2010.2%2018.2%2017.5%2037.8%2021.9%2058.2%201%204.7%201.8%209.4%202.6%2014.1.7%204.3%203.1%208.3%206.8%2010.7%207.8%205.2%2018.7%201.7%2022.5-6.7%201.3-2.9%201.7-6%201.2-8.9z%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%22M479.8%20226.1c-1.4-8.7-3.1-17.3-5.3-25.8-2.8-10.8-6.4-21.5-10.8-31.8-8.9-21.2-21.1-41-35.9-58.6-16-18.9-35.3-35.2-56.7-47.7C350%2049.8%20327%2041%20303%2036.1c-12.4-2.5-24.9-4-37.6-4.1-9.9-.1-19.8.3-29.6%201.2-25.5%202.5-50.7%209.6-73.9%2020.5-19.9%209.4-38.4%2021.6-54.8%2036.2-16.4%2014.6-30.7%2031.6-42.2%2050.3-12.7%2020.8-22.2%2043.5-27.4%2067.3-4.2%2019-6.2%2038.6-5.2%2058.1.9%2018.9%203.8%2037.8%209.5%2055.9%203.6%2011.5%207.9%2022.7%2013.3%2033.6%205.3%2010.7%2011.5%2021%2018.4%2030.7%2013.8%2019.3%2030.6%2036.4%2049.8%2050.5%2019.6%2014.5%2041.7%2025.7%2064.9%2033.1%2024.2%207.7%2049.9%2011.3%2075.3%2010.4%2024.8-.8%2049.4-5.6%2072.6-14.5%2022.3-8.6%2043.2-20.9%2061.5-36.3%209.2-7.8%2017.4-16.6%2025.1-25.9%207.8-9.4%2014.8-19.3%2020.6-30%205-9.2%209.2-18.8%2012.8-28.5%201.8-4.8%203.5-9.6%204.9-14.6%201.5-5.3%202.6-10.8%203.6-16.2%201.5-8.5%202.1-17.3%201.3-25.9-.7%203.8-1.3%207.5-2.2%2011.2-1.1%204.3-2.5%208.5-4.1%2012.6-3.2%208.7-7.2%2017.1-11%2025.5-4.9%2010.7-10.6%2020.9-16.8%2030.8-3.2%205.1-6.5%2010.1-10.1%2014.9-3.6%204.8-7.7%209.4-11.8%2013.9-8.2%209.1-17.1%2017.2-27%2024.4-10.1%207.4-20.8%2013.9-32.1%2019.3-22.6%2011-47.3%2017.6-72.3%2019.8-25.6%202.2-51.7-.3-76.3-7.6-23.4-6.9-45.6-18.1-65.1-32.8-18.9-14.3-35.3-31.9-48.2-51.8C75.4%20347.8%2066.1%20324.9%2061%20301c-1.3-6.2-2.3-12.6-3-18.9-.6-5.4-1.1-10.9-1.3-16.4-.3-11.3.4-23%202.1-34.2%203.7-24.6%2011.7-48.3%2024.1-69.9%2011-19.3%2025.3-36.7%2042.1-51.4%2016.8-14.8%2036-26.7%2056.8-35.1%2012-4.9%2024.6-8.5%2037.4-10.9%206.5-1.2%2013-2.2%2019.5-2.7%203.2-.3%206.3-.3%209.5-.6%201.3%200%202.6.1%203.9.1%2021.7-.4%2043.5%202.4%2064.2%208.9%2022.3%207%2043.3%2018.3%2061.5%2033%2019.1%2015.4%2035%2034.4%2047%2055.8%2010.2%2018.2%2017.5%2037.8%2021.9%2058.2%201%204.7%201.8%209.4%202.6%2014.1.7%204.3%203.1%208.3%206.8%2010.7%207.8%205.2%2018.7%201.7%2022.5-6.7%201.3-2.9%201.7-6%201.2-8.9z%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/load-c.svg?color=%231a73e8&size=48