training step icon

training-step-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
training-step-outline
Set
Dither Icons
Style
Outline
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="svgID49" 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 fill="none" stroke="currentColor" mask="url(#svgID49)"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M3 7C6 9 7.5 18 13.5 18C17.5 18 19.5 12 21 7" opacity=".8"/><path 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" stroke-width=".5" opacity="0"/></g><circle cx="4.668" cy="8.912" r=".95" fill="none" stroke="currentColor" stroke-width=".7"/><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 DitherTrainingStepOutline(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="svgID49" 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 fill="none" stroke="currentColor" mask="url(#svgID49)"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.25" d="M3 7C6 9 7.5 18 13.5 18C17.5 18 19.5 12 21 7" opacity=".8"/><path strokeLinecap="round" strokeLinejoin="round" d="M3.8106808964296377 7.561072927707311l2.3040450908453507 3.630616506786614" opacity="0"/><circle cx="4.668" cy="8.912" r=".75" strokeWidth=".5" opacity="0"/></g><circle cx="4.668" cy="8.912" r=".95" fill="none" stroke="currentColor" strokeWidth=".7"/><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="svgID49" 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 fill="none" stroke="currentColor" mask="url(#svgID49)"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25" d="M3 7C6 9 7.5 18 13.5 18C17.5 18 19.5 12 21 7" opacity=".8"/><path 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" stroke-width=".5" opacity="0"/></g><circle cx="4.668" cy="8.912" r=".95" fill="none" stroke="currentColor" stroke-width=".7"/><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-outline {
  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%22svgID49%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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20mask%3D%22url(%23svgID49)%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M3%207C6%209%207.5%2018%2013.5%2018C17.5%2018%2019.5%2012%2021%207%22%20opacity%3D%22.8%22%2F%3E%3Cpath%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%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%224.668%22%20cy%3D%228.912%22%20r%3D%22.95%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.7%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%22svgID49%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%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20mask%3D%22url(%23svgID49)%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.25%22%20d%3D%22M3%207C6%209%207.5%2018%2013.5%2018C17.5%2018%2019.5%2012%2021%207%22%20opacity%3D%22.8%22%2F%3E%3Cpath%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%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%224.668%22%20cy%3D%228.912%22%20r%3D%22.95%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%22.7%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-outline.svg?color=%231a73e8&size=48