load d icon
load-d from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- load-d
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
Use the load d icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 240h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80c8.8 0 16-7.2 16-16s-7.2-16-16-16z" fill="currentColor"/><path d="M176 256c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80c8.8 0 16-7.2 16-16z" fill="currentColor"/><path d="M256 336c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M256 64c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M325.3 216c4.4 7.7 14.2 10.3 21.9 5.9l69.3-40c7.7-4.4 10.3-14.2 5.9-21.9s-14.2-10.3-21.9-5.9l-69.3 40c-7.7 4.5-10.3 14.2-5.9 21.9z" fill="currentColor"/><path d="M186.7 296c-4.4-7.7-14.2-10.3-21.9-5.9l-69.3 40c-7.7 4.4-10.3 14.2-5.9 21.9s14.2 10.3 21.9 5.9l69.3-40c7.7-4.5 10.3-14.2 5.9-21.9z" fill="currentColor"/><path d="M317.9 331.1c-4.4-7.7-14.2-10.3-21.9-5.9s-10.3 14.2-5.9 21.9l40 69.3c4.4 7.7 14.2 10.3 21.9 5.9 7.7-4.4 10.3-14.2 5.9-21.9l-40-69.3z" fill="currentColor"/><path d="M181.9 95.6c-4.4-7.7-14.2-10.3-21.9-5.9-7.7 4.4-10.3 14.2-5.9 21.9l40 69.3c4.4 7.7 14.2 10.3 21.9 5.9s10.3-14.2 5.9-21.9l-40-69.3z" fill="currentColor"/><path d="M296 186.7c7.7 4.4 17.4 1.8 21.9-5.9l40-69.3c4.4-7.7 1.8-17.4-5.9-21.9-7.7-4.4-17.4-1.8-21.9 5.9l-40 69.3c-4.4 7.7-1.8 17.5 5.9 21.9z" fill="currentColor"/><path d="M216 325.3c-7.7-4.4-17.4-1.8-21.9 5.9l-40 69.3c-4.4 7.7-1.8 17.4 5.9 21.9 7.7 4.4 17.4 1.8 21.9-5.9l40-69.3c4.4-7.7 1.8-17.5-5.9-21.9z" fill="currentColor"/><path d="M416.4 330.1l-69.3-40c-7.7-4.4-17.4-1.8-21.9 5.9-4.4 7.7-1.8 17.4 5.9 21.9l69.3 40c7.7 4.4 17.4 1.8 21.9-5.9 4.4-7.7 1.8-17.4-5.9-21.9z" fill="currentColor"/><path d="M95.6 181.9l69.3 40c7.7 4.4 17.4 1.8 21.9-5.9s1.8-17.4-5.9-21.9l-69.3-40c-7.7-4.4-17.4-1.8-21.9 5.9-4.4 7.7-1.8 17.4 5.9 21.9z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonLoadD(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M432 240h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80c8.8 0 16-7.2 16-16s-7.2-16-16-16z" fill="currentColor"/><path d="M176 256c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80c8.8 0 16-7.2 16-16z" fill="currentColor"/><path d="M256 336c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M256 64c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M325.3 216c4.4 7.7 14.2 10.3 21.9 5.9l69.3-40c7.7-4.4 10.3-14.2 5.9-21.9s-14.2-10.3-21.9-5.9l-69.3 40c-7.7 4.5-10.3 14.2-5.9 21.9z" fill="currentColor"/><path d="M186.7 296c-4.4-7.7-14.2-10.3-21.9-5.9l-69.3 40c-7.7 4.4-10.3 14.2-5.9 21.9s14.2 10.3 21.9 5.9l69.3-40c7.7-4.5 10.3-14.2 5.9-21.9z" fill="currentColor"/><path d="M317.9 331.1c-4.4-7.7-14.2-10.3-21.9-5.9s-10.3 14.2-5.9 21.9l40 69.3c4.4 7.7 14.2 10.3 21.9 5.9 7.7-4.4 10.3-14.2 5.9-21.9l-40-69.3z" fill="currentColor"/><path d="M181.9 95.6c-4.4-7.7-14.2-10.3-21.9-5.9-7.7 4.4-10.3 14.2-5.9 21.9l40 69.3c4.4 7.7 14.2 10.3 21.9 5.9s10.3-14.2 5.9-21.9l-40-69.3z" fill="currentColor"/><path d="M296 186.7c7.7 4.4 17.4 1.8 21.9-5.9l40-69.3c4.4-7.7 1.8-17.4-5.9-21.9-7.7-4.4-17.4-1.8-21.9 5.9l-40 69.3c-4.4 7.7-1.8 17.5 5.9 21.9z" fill="currentColor"/><path d="M216 325.3c-7.7-4.4-17.4-1.8-21.9 5.9l-40 69.3c-4.4 7.7-1.8 17.4 5.9 21.9 7.7 4.4 17.4 1.8 21.9-5.9l40-69.3c4.4-7.7 1.8-17.5-5.9-21.9z" fill="currentColor"/><path d="M416.4 330.1l-69.3-40c-7.7-4.4-17.4-1.8-21.9 5.9-4.4 7.7-1.8 17.4 5.9 21.9l69.3 40c7.7 4.4 17.4 1.8 21.9-5.9 4.4-7.7 1.8-17.4-5.9-21.9z" fill="currentColor"/><path d="M95.6 181.9l69.3 40c7.7 4.4 17.4 1.8 21.9-5.9s1.8-17.4-5.9-21.9l-69.3-40c-7.7-4.4-17.4-1.8-21.9 5.9-4.4 7.7-1.8 17.4 5.9 21.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="M432 240h-80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80c8.8 0 16-7.2 16-16s-7.2-16-16-16z" fill="currentColor"/><path d="M176 256c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16s7.2 16 16 16h80c8.8 0 16-7.2 16-16z" fill="currentColor"/><path d="M256 336c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16v-80c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M256 64c-8.8 0-16 7.2-16 16v80c0 8.8 7.2 16 16 16s16-7.2 16-16V80c0-8.8-7.2-16-16-16z" fill="currentColor"/><path d="M325.3 216c4.4 7.7 14.2 10.3 21.9 5.9l69.3-40c7.7-4.4 10.3-14.2 5.9-21.9s-14.2-10.3-21.9-5.9l-69.3 40c-7.7 4.5-10.3 14.2-5.9 21.9z" fill="currentColor"/><path d="M186.7 296c-4.4-7.7-14.2-10.3-21.9-5.9l-69.3 40c-7.7 4.4-10.3 14.2-5.9 21.9s14.2 10.3 21.9 5.9l69.3-40c7.7-4.5 10.3-14.2 5.9-21.9z" fill="currentColor"/><path d="M317.9 331.1c-4.4-7.7-14.2-10.3-21.9-5.9s-10.3 14.2-5.9 21.9l40 69.3c4.4 7.7 14.2 10.3 21.9 5.9 7.7-4.4 10.3-14.2 5.9-21.9l-40-69.3z" fill="currentColor"/><path d="M181.9 95.6c-4.4-7.7-14.2-10.3-21.9-5.9-7.7 4.4-10.3 14.2-5.9 21.9l40 69.3c4.4 7.7 14.2 10.3 21.9 5.9s10.3-14.2 5.9-21.9l-40-69.3z" fill="currentColor"/><path d="M296 186.7c7.7 4.4 17.4 1.8 21.9-5.9l40-69.3c4.4-7.7 1.8-17.4-5.9-21.9-7.7-4.4-17.4-1.8-21.9 5.9l-40 69.3c-4.4 7.7-1.8 17.5 5.9 21.9z" fill="currentColor"/><path d="M216 325.3c-7.7-4.4-17.4-1.8-21.9 5.9l-40 69.3c-4.4 7.7-1.8 17.4 5.9 21.9 7.7 4.4 17.4 1.8 21.9-5.9l40-69.3c4.4-7.7 1.8-17.5-5.9-21.9z" fill="currentColor"/><path d="M416.4 330.1l-69.3-40c-7.7-4.4-17.4-1.8-21.9 5.9-4.4 7.7-1.8 17.4 5.9 21.9l69.3 40c7.7 4.4 17.4 1.8 21.9-5.9 4.4-7.7 1.8-17.4-5.9-21.9z" fill="currentColor"/><path d="M95.6 181.9l69.3 40c7.7 4.4 17.4 1.8 21.9-5.9s1.8-17.4-5.9-21.9l-69.3-40c-7.7-4.4-17.4-1.8-21.9 5.9-4.4 7.7-1.8 17.4 5.9 21.9z" fill="currentColor"/></svg> </template>
CSS
.icon-load-d {
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%22M432%20240h-80c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h80c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M176%20256c0-8.8-7.2-16-16-16H80c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h80c8.8%200%2016-7.2%2016-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20336c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-80c0-8.8-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2064c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V80c0-8.8-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M325.3%20216c4.4%207.7%2014.2%2010.3%2021.9%205.9l69.3-40c7.7-4.4%2010.3-14.2%205.9-21.9s-14.2-10.3-21.9-5.9l-69.3%2040c-7.7%204.5-10.3%2014.2-5.9%2021.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M186.7%20296c-4.4-7.7-14.2-10.3-21.9-5.9l-69.3%2040c-7.7%204.4-10.3%2014.2-5.9%2021.9s14.2%2010.3%2021.9%205.9l69.3-40c7.7-4.5%2010.3-14.2%205.9-21.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M317.9%20331.1c-4.4-7.7-14.2-10.3-21.9-5.9s-10.3%2014.2-5.9%2021.9l40%2069.3c4.4%207.7%2014.2%2010.3%2021.9%205.9%207.7-4.4%2010.3-14.2%205.9-21.9l-40-69.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M181.9%2095.6c-4.4-7.7-14.2-10.3-21.9-5.9-7.7%204.4-10.3%2014.2-5.9%2021.9l40%2069.3c4.4%207.7%2014.2%2010.3%2021.9%205.9s10.3-14.2%205.9-21.9l-40-69.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M296%20186.7c7.7%204.4%2017.4%201.8%2021.9-5.9l40-69.3c4.4-7.7%201.8-17.4-5.9-21.9-7.7-4.4-17.4-1.8-21.9%205.9l-40%2069.3c-4.4%207.7-1.8%2017.5%205.9%2021.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M216%20325.3c-7.7-4.4-17.4-1.8-21.9%205.9l-40%2069.3c-4.4%207.7-1.8%2017.4%205.9%2021.9%207.7%204.4%2017.4%201.8%2021.9-5.9l40-69.3c4.4-7.7%201.8-17.5-5.9-21.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416.4%20330.1l-69.3-40c-7.7-4.4-17.4-1.8-21.9%205.9-4.4%207.7-1.8%2017.4%205.9%2021.9l69.3%2040c7.7%204.4%2017.4%201.8%2021.9-5.9%204.4-7.7%201.8-17.4-5.9-21.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M95.6%20181.9l69.3%2040c7.7%204.4%2017.4%201.8%2021.9-5.9s1.8-17.4-5.9-21.9l-69.3-40c-7.7-4.4-17.4-1.8-21.9%205.9-4.4%207.7-1.8%2017.4%205.9%2021.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%22M432%20240h-80c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h80c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M176%20256c0-8.8-7.2-16-16-16H80c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h80c8.8%200%2016-7.2%2016-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%20336c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-80c0-8.8-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256%2064c-8.8%200-16%207.2-16%2016v80c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16V80c0-8.8-7.2-16-16-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M325.3%20216c4.4%207.7%2014.2%2010.3%2021.9%205.9l69.3-40c7.7-4.4%2010.3-14.2%205.9-21.9s-14.2-10.3-21.9-5.9l-69.3%2040c-7.7%204.5-10.3%2014.2-5.9%2021.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M186.7%20296c-4.4-7.7-14.2-10.3-21.9-5.9l-69.3%2040c-7.7%204.4-10.3%2014.2-5.9%2021.9s14.2%2010.3%2021.9%205.9l69.3-40c7.7-4.5%2010.3-14.2%205.9-21.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M317.9%20331.1c-4.4-7.7-14.2-10.3-21.9-5.9s-10.3%2014.2-5.9%2021.9l40%2069.3c4.4%207.7%2014.2%2010.3%2021.9%205.9%207.7-4.4%2010.3-14.2%205.9-21.9l-40-69.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M181.9%2095.6c-4.4-7.7-14.2-10.3-21.9-5.9-7.7%204.4-10.3%2014.2-5.9%2021.9l40%2069.3c4.4%207.7%2014.2%2010.3%2021.9%205.9s10.3-14.2%205.9-21.9l-40-69.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M296%20186.7c7.7%204.4%2017.4%201.8%2021.9-5.9l40-69.3c4.4-7.7%201.8-17.4-5.9-21.9-7.7-4.4-17.4-1.8-21.9%205.9l-40%2069.3c-4.4%207.7-1.8%2017.5%205.9%2021.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M216%20325.3c-7.7-4.4-17.4-1.8-21.9%205.9l-40%2069.3c-4.4%207.7-1.8%2017.4%205.9%2021.9%207.7%204.4%2017.4%201.8%2021.9-5.9l40-69.3c4.4-7.7%201.8-17.5-5.9-21.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M416.4%20330.1l-69.3-40c-7.7-4.4-17.4-1.8-21.9%205.9-4.4%207.7-1.8%2017.4%205.9%2021.9l69.3%2040c7.7%204.4%2017.4%201.8%2021.9-5.9%204.4-7.7%201.8-17.4-5.9-21.9z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M95.6%20181.9l69.3%2040c7.7%204.4%2017.4%201.8%2021.9-5.9s1.8-17.4-5.9-21.9l-69.3-40c-7.7-4.4-17.4-1.8-21.9%205.9-4.4%207.7-1.8%2017.4%205.9%2021.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-d.svg?color=%231a73e8&size=48