training step icon
training-step-solid from Dither Icons by Vijay K Singh · Solid · MIT Free for personal and commercial use.
- Name
- training-step-solid
- Set
- Dither Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the training step icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><circle cx="4.668" cy="8.912" r="1.65" fill="#000"/></mask></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M2.3 3.5v18h19.4" opacity=".4"/><g mask="url(#svgID)"><path fill-rule="evenodd" d="M3 6.35C6 8.35 7.5 17.35 13.5 17.35C17.5 17.35 19.5 11.35 21 6.35V7.65C19.5 12.65 17.5 18.65 13.5 18.65C7.5 18.65 6 9.65 3 7.65Z" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3.8106808964296377 7.561072927707311l2.3040450908453507 3.630616506786614" opacity="0"/><circle cx="4.668" cy="8.912" r=".75" fill="none" stroke="currentColor" stroke-width=".5" opacity="0"/></g><path fill-rule="evenodd" d="M3.368000000000001 8.912000000000004a1.3 1.3 0 1 0 2.6 0a1.3 1.3 0 1 0 -2.6 0Z"/><circle cx="8.705" cy="15.508" r="1.95" fill="none" stroke="currentColor" stroke-width=".5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M10.22799261544054 14.211588715749173l0.6854474769482426 -0.5832338779128734" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M7.181559384559462 16.80373928425083l-0.6854474769482426 0.5832338779128734" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherTrainingStepSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><circle cx="4.668" cy="8.912" r="1.65" fill="#000"/></mask></defs><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M2.3 3.5v18h19.4" opacity=".4"/><g mask="url(#svgID)"><path fillRule="evenodd" d="M3 6.35C6 8.35 7.5 17.35 13.5 17.35C17.5 17.35 19.5 11.35 21 6.35V7.65C19.5 12.65 17.5 18.65 13.5 18.65C7.5 18.65 6 9.65 3 7.65Z" opacity=".8"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" d="M3.8106808964296377 7.561072927707311l2.3040450908453507 3.630616506786614" opacity="0"/><circle cx="4.668" cy="8.912" r=".75" fill="none" stroke="currentColor" strokeWidth=".5" opacity="0"/></g><path fillRule="evenodd" d="M3.368000000000001 8.912000000000004a1.3 1.3 0 1 0 2.6 0a1.3 1.3 0 1 0 -2.6 0Z"/><circle cx="8.705" cy="15.508" r="1.95" fill="none" stroke="currentColor" strokeWidth=".5" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M10.22799261544054 14.211588715749173l0.6854474769482426 -0.5832338779128734" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M7.181559384559462 16.80373928425083l-0.6854474769482426 0.5832338779128734" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><mask id="svgID" width="72" height="72" x="-24" y="-24" maskUnits="userSpaceOnUse"><rect width="72" height="72" x="-24" y="-24" fill="#fff"/><circle cx="4.668" cy="8.912" r="1.65" fill="#000"/></mask></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M2.3 3.5v18h19.4" opacity=".4"/><g mask="url(#svgID)"><path fill-rule="evenodd" d="M3 6.35C6 8.35 7.5 17.35 13.5 17.35C17.5 17.35 19.5 11.35 21 6.35V7.65C19.5 12.65 17.5 18.65 13.5 18.65C7.5 18.65 6 9.65 3 7.65Z" opacity=".8"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3.8106808964296377 7.561072927707311l2.3040450908453507 3.630616506786614" opacity="0"/><circle cx="4.668" cy="8.912" r=".75" fill="none" stroke="currentColor" stroke-width=".5" opacity="0"/></g><path fill-rule="evenodd" d="M3.368000000000001 8.912000000000004a1.3 1.3 0 1 0 2.6 0a1.3 1.3 0 1 0 -2.6 0Z"/><circle cx="8.705" cy="15.508" r="1.95" fill="none" stroke="currentColor" stroke-width=".5" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M10.22799261544054 14.211588715749173l0.6854474769482426 -0.5832338779128734" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M7.181559384559462 16.80373928425083l-0.6854474769482426 0.5832338779128734" opacity="0"/></g></svg> </template>
CSS
.icon-training-step-solid {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%224.668%22%20cy%3D%228.912%22%20r%3D%221.65%22%20fill%3D%22%23000%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M2.3%203.5v18h19.4%22%20opacity%3D%22.4%22%2F%3E%3Cg%20mask%3D%22url(%23svgID)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%206.35C6%208.35%207.5%2017.35%2013.5%2017.35C17.5%2017.35%2019.5%2011.35%2021%206.35V7.65C19.5%2012.65%2017.5%2018.65%2013.5%2018.65C7.5%2018.65%206%209.65%203%207.65Z%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.8106808964296377%207.561072927707311l2.3040450908453507%203.630616506786614%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%224.668%22%20cy%3D%228.912%22%20r%3D%22.75%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.368000000000001%208.912000000000004a1.3%201.3%200%201%200%202.6%200a1.3%201.3%200%201%200%20-2.6%200Z%22%2F%3E%3Ccircle%20cx%3D%228.705%22%20cy%3D%2215.508%22%20r%3D%221.95%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M10.22799261544054%2014.211588715749173l0.6854474769482426%20-0.5832338779128734%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M7.181559384559462%2016.80373928425083l-0.6854474769482426%200.5832338779128734%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3Cmask%20id%3D%22svgID%22%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Crect%20width%3D%2272%22%20height%3D%2272%22%20x%3D%22-24%22%20y%3D%22-24%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%224.668%22%20cy%3D%228.912%22%20r%3D%221.65%22%20fill%3D%22%23000%22%2F%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M2.3%203.5v18h19.4%22%20opacity%3D%22.4%22%2F%3E%3Cg%20mask%3D%22url(%23svgID)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3%206.35C6%208.35%207.5%2017.35%2013.5%2017.35C17.5%2017.35%2019.5%2011.35%2021%206.35V7.65C19.5%2012.65%2017.5%2018.65%2013.5%2018.65C7.5%2018.65%206%209.65%203%207.65Z%22%20opacity%3D%22.8%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3.8106808964296377%207.561072927707311l2.3040450908453507%203.630616506786614%22%20opacity%3D%220%22%2F%3E%3Ccircle%20cx%3D%224.668%22%20cy%3D%228.912%22%20r%3D%22.75%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M3.368000000000001%208.912000000000004a1.3%201.3%200%201%200%202.6%200a1.3%201.3%200%201%200%20-2.6%200Z%22%2F%3E%3Ccircle%20cx%3D%228.705%22%20cy%3D%2215.508%22%20r%3D%221.95%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M10.22799261544054%2014.211588715749173l0.6854474769482426%20-0.5832338779128734%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M7.181559384559462%2016.80373928425083l-0.6854474769482426%200.5832338779128734%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/training-step-solid.svg?color=%231a73e8&size=48