load a icon
load-a from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- load-a
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
Use the load a icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="96" r="64" fill="currentColor"/><circle cx="96" cy="256" r="48" fill="currentColor"/><circle cx="368" cy="144" r="8" fill="currentColor"/><path d="M180.1 107.6c-19.9-20.1-52.2-20.1-72.1 0-19.9 20.1-19.9 52.7 0 72.8 19.9 20.1 52.2 20.1 72.1 0 19.9-20.1 19.9-52.7 0-72.8z" fill="currentColor"/><circle cx="416" cy="256" r="16" fill="currentColor"/><circle cx="369" cy="369" r="24" fill="currentColor"/><circle cx="256" cy="416" r="32" fill="currentColor"/><circle cx="144" cy="368" r="40" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonLoadA(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="96" r="64" fill="currentColor"/><circle cx="96" cy="256" r="48" fill="currentColor"/><circle cx="368" cy="144" r="8" fill="currentColor"/><path d="M180.1 107.6c-19.9-20.1-52.2-20.1-72.1 0-19.9 20.1-19.9 52.7 0 72.8 19.9 20.1 52.2 20.1 72.1 0 19.9-20.1 19.9-52.7 0-72.8z" fill="currentColor"/><circle cx="416" cy="256" r="16" fill="currentColor"/><circle cx="369" cy="369" r="24" fill="currentColor"/><circle cx="256" cy="416" r="32" fill="currentColor"/><circle cx="144" cy="368" r="40" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="256" cy="96" r="64" fill="currentColor"/><circle cx="96" cy="256" r="48" fill="currentColor"/><circle cx="368" cy="144" r="8" fill="currentColor"/><path d="M180.1 107.6c-19.9-20.1-52.2-20.1-72.1 0-19.9 20.1-19.9 52.7 0 72.8 19.9 20.1 52.2 20.1 72.1 0 19.9-20.1 19.9-52.7 0-72.8z" fill="currentColor"/><circle cx="416" cy="256" r="16" fill="currentColor"/><circle cx="369" cy="369" r="24" fill="currentColor"/><circle cx="256" cy="416" r="32" fill="currentColor"/><circle cx="144" cy="368" r="40" fill="currentColor"/></svg> </template>
CSS
.icon-load-a {
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%3Ccircle%20cx%3D%22256%22%20cy%3D%2296%22%20r%3D%2264%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2296%22%20cy%3D%22256%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22368%22%20cy%3D%22144%22%20r%3D%228%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M180.1%20107.6c-19.9-20.1-52.2-20.1-72.1%200-19.9%2020.1-19.9%2052.7%200%2072.8%2019.9%2020.1%2052.2%2020.1%2072.1%200%2019.9-20.1%2019.9-52.7%200-72.8z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22416%22%20cy%3D%22256%22%20r%3D%2216%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22369%22%20cy%3D%22369%22%20r%3D%2224%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22416%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22144%22%20cy%3D%22368%22%20r%3D%2240%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%3Ccircle%20cx%3D%22256%22%20cy%3D%2296%22%20r%3D%2264%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2296%22%20cy%3D%22256%22%20r%3D%2248%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22368%22%20cy%3D%22144%22%20r%3D%228%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M180.1%20107.6c-19.9-20.1-52.2-20.1-72.1%200-19.9%2020.1-19.9%2052.7%200%2072.8%2019.9%2020.1%2052.2%2020.1%2072.1%200%2019.9-20.1%2019.9-52.7%200-72.8z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22416%22%20cy%3D%22256%22%20r%3D%2216%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22369%22%20cy%3D%22369%22%20r%3D%2224%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22416%22%20r%3D%2232%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22144%22%20cy%3D%22368%22%20r%3D%2240%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-a.svg?color=%231a73e8&size=48