i training class icon
i-training-class from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- i-training-class
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the i training class icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 6h31v5h-2V8H8v23h21.387v2H6zm30 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6m2.031 2.01c1.299 0 2.327.584 3 1.486c.629.845.895 1.89.955 2.855a7.6 7.6 0 0 1-.397 2.92c-.3.87-.807 1.77-1.589 2.387V40.5a1.5 1.5 0 0 1-2.98.247L35.73 33h-.298l-1.458 7.776A1.5 1.5 0 0 1 31 40.5V26.233a63 63 0 0 0-.592.919l-.078.123l-.02.032l-.005.009a1.5 1.5 0 0 1-1.274.707h-5a1.5 1.5 0 1 1 0-3h4.177c.243-.376.563-.864.899-1.354c.35-.511.736-1.052 1.08-1.476c.167-.207.354-.423.542-.6c.092-.087.22-.2.376-.3a1.7 1.7 0 0 1 .926-.282z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsITrainingClass(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M6 6h31v5h-2V8H8v23h21.387v2H6zm30 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6m2.031 2.01c1.299 0 2.327.584 3 1.486c.629.845.895 1.89.955 2.855a7.6 7.6 0 0 1-.397 2.92c-.3.87-.807 1.77-1.589 2.387V40.5a1.5 1.5 0 0 1-2.98.247L35.73 33h-.298l-1.458 7.776A1.5 1.5 0 0 1 31 40.5V26.233a63 63 0 0 0-.592.919l-.078.123l-.02.032l-.005.009a1.5 1.5 0 0 1-1.274.707h-5a1.5 1.5 0 1 1 0-3h4.177c.243-.376.563-.864.899-1.354c.35-.511.736-1.052 1.08-1.476c.167-.207.354-.423.542-.6c.092-.087.22-.2.376-.3a1.7 1.7 0 0 1 .926-.282z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6 6h31v5h-2V8H8v23h21.387v2H6zm30 13a3 3 0 1 0 0-6a3 3 0 0 0 0 6m2.031 2.01c1.299 0 2.327.584 3 1.486c.629.845.895 1.89.955 2.855a7.6 7.6 0 0 1-.397 2.92c-.3.87-.807 1.77-1.589 2.387V40.5a1.5 1.5 0 0 1-2.98.247L35.73 33h-.298l-1.458 7.776A1.5 1.5 0 0 1 31 40.5V26.233a63 63 0 0 0-.592.919l-.078.123l-.02.032l-.005.009a1.5 1.5 0 0 1-1.274.707h-5a1.5 1.5 0 1 1 0-3h4.177c.243-.376.563-.864.899-1.354c.35-.511.736-1.052 1.08-1.476c.167-.207.354-.423.542-.6c.092-.087.22-.2.376-.3a1.7 1.7 0 0 1 .926-.282z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-i-training-class {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%206h31v5h-2V8H8v23h21.387v2H6zm30%2013a3%203%200%201%200%200-6a3%203%200%200%200%200%206m2.031%202.01c1.299%200%202.327.584%203%201.486c.629.845.895%201.89.955%202.855a7.6%207.6%200%200%201-.397%202.92c-.3.87-.807%201.77-1.589%202.387V40.5a1.5%201.5%200%200%201-2.98.247L35.73%2033h-.298l-1.458%207.776A1.5%201.5%200%200%201%2031%2040.5V26.233a63%2063%200%200%200-.592.919l-.078.123l-.02.032l-.005.009a1.5%201.5%200%200%201-1.274.707h-5a1.5%201.5%200%201%201%200-3h4.177c.243-.376.563-.864.899-1.354c.35-.511.736-1.052%201.08-1.476c.167-.207.354-.423.542-.6c.092-.087.22-.2.376-.3a1.7%201.7%200%200%201%20.926-.282z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%206h31v5h-2V8H8v23h21.387v2H6zm30%2013a3%203%200%201%200%200-6a3%203%200%200%200%200%206m2.031%202.01c1.299%200%202.327.584%203%201.486c.629.845.895%201.89.955%202.855a7.6%207.6%200%200%201-.397%202.92c-.3.87-.807%201.77-1.589%202.387V40.5a1.5%201.5%200%200%201-2.98.247L35.73%2033h-.298l-1.458%207.776A1.5%201.5%200%200%201%2031%2040.5V26.233a63%2063%200%200%200-.592.919l-.078.123l-.02.032l-.005.009a1.5%201.5%200%200%201-1.274.707h-5a1.5%201.5%200%201%201%200-3h4.177c.243-.376.563-.864.899-1.354c.35-.511.736-1.052%201.08-1.476c.167-.207.354-.423.542-.6c.092-.087.22-.2.376-.3a1.7%201.7%200%200%201%20.926-.282z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/i-training-class.svg?color=%231a73e8&size=48