boot icon
boot from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- boot
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the boot icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192 112h-32V56a16 16 0 0 0-16-16H32a8 8 0 0 0-7.47 10.86c11.06 28.84 8.76 83.71-.22 114.93A8.3 8.3 0 0 0 24 168v32a16 16 0 0 0 16 16h26.11a16 16 0 0 0 7.16-1.69L85.89 208h16.22l12.62 6.31a16 16 0 0 0 7.16 1.69h28.22a16 16 0 0 0 7.16-1.69l12.62-6.31h16.22l12.62 6.31a16 16 0 0 0 7.16 1.69H232a16 16 0 0 0 16-16v-32a56.06 56.06 0 0 0-56-56M42.86 56H144v24h-32a8 8 0 0 0 0 16h32v16h-32a8 8 0 0 0 0 16h80a40.07 40.07 0 0 1 39.2 32H42.25c6.75-30.84 8.16-74.17.61-104M232 200h-26.11l-12.62-6.31a16 16 0 0 0-7.16-1.69h-16.22a16 16 0 0 0-7.16 1.69L150.11 200h-28.22l-12.62-6.31a16 16 0 0 0-7.16-1.69H85.89a16 16 0 0 0-7.16 1.69L66.11 200H40v-24h192Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBoot(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192 112h-32V56a16 16 0 0 0-16-16H32a8 8 0 0 0-7.47 10.86c11.06 28.84 8.76 83.71-.22 114.93A8.3 8.3 0 0 0 24 168v32a16 16 0 0 0 16 16h26.11a16 16 0 0 0 7.16-1.69L85.89 208h16.22l12.62 6.31a16 16 0 0 0 7.16 1.69h28.22a16 16 0 0 0 7.16-1.69l12.62-6.31h16.22l12.62 6.31a16 16 0 0 0 7.16 1.69H232a16 16 0 0 0 16-16v-32a56.06 56.06 0 0 0-56-56M42.86 56H144v24h-32a8 8 0 0 0 0 16h32v16h-32a8 8 0 0 0 0 16h80a40.07 40.07 0 0 1 39.2 32H42.25c6.75-30.84 8.16-74.17.61-104M232 200h-26.11l-12.62-6.31a16 16 0 0 0-7.16-1.69h-16.22a16 16 0 0 0-7.16 1.69L150.11 200h-28.22l-12.62-6.31a16 16 0 0 0-7.16-1.69H85.89a16 16 0 0 0-7.16 1.69L66.11 200H40v-24h192Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M192 112h-32V56a16 16 0 0 0-16-16H32a8 8 0 0 0-7.47 10.86c11.06 28.84 8.76 83.71-.22 114.93A8.3 8.3 0 0 0 24 168v32a16 16 0 0 0 16 16h26.11a16 16 0 0 0 7.16-1.69L85.89 208h16.22l12.62 6.31a16 16 0 0 0 7.16 1.69h28.22a16 16 0 0 0 7.16-1.69l12.62-6.31h16.22l12.62 6.31a16 16 0 0 0 7.16 1.69H232a16 16 0 0 0 16-16v-32a56.06 56.06 0 0 0-56-56M42.86 56H144v24h-32a8 8 0 0 0 0 16h32v16h-32a8 8 0 0 0 0 16h80a40.07 40.07 0 0 1 39.2 32H42.25c6.75-30.84 8.16-74.17.61-104M232 200h-26.11l-12.62-6.31a16 16 0 0 0-7.16-1.69h-16.22a16 16 0 0 0-7.16 1.69L150.11 200h-28.22l-12.62-6.31a16 16 0 0 0-7.16-1.69H85.89a16 16 0 0 0-7.16 1.69L66.11 200H40v-24h192Z"/></svg> </template>
CSS
.icon-boot {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20112h-32V56a16%2016%200%200%200-16-16H32a8%208%200%200%200-7.47%2010.86c11.06%2028.84%208.76%2083.71-.22%20114.93A8.3%208.3%200%200%200%2024%20168v32a16%2016%200%200%200%2016%2016h26.11a16%2016%200%200%200%207.16-1.69L85.89%20208h16.22l12.62%206.31a16%2016%200%200%200%207.16%201.69h28.22a16%2016%200%200%200%207.16-1.69l12.62-6.31h16.22l12.62%206.31a16%2016%200%200%200%207.16%201.69H232a16%2016%200%200%200%2016-16v-32a56.06%2056.06%200%200%200-56-56M42.86%2056H144v24h-32a8%208%200%200%200%200%2016h32v16h-32a8%208%200%200%200%200%2016h80a40.07%2040.07%200%200%201%2039.2%2032H42.25c6.75-30.84%208.16-74.17.61-104M232%20200h-26.11l-12.62-6.31a16%2016%200%200%200-7.16-1.69h-16.22a16%2016%200%200%200-7.16%201.69L150.11%20200h-28.22l-12.62-6.31a16%2016%200%200%200-7.16-1.69H85.89a16%2016%200%200%200-7.16%201.69L66.11%20200H40v-24h192Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%20112h-32V56a16%2016%200%200%200-16-16H32a8%208%200%200%200-7.47%2010.86c11.06%2028.84%208.76%2083.71-.22%20114.93A8.3%208.3%200%200%200%2024%20168v32a16%2016%200%200%200%2016%2016h26.11a16%2016%200%200%200%207.16-1.69L85.89%20208h16.22l12.62%206.31a16%2016%200%200%200%207.16%201.69h28.22a16%2016%200%200%200%207.16-1.69l12.62-6.31h16.22l12.62%206.31a16%2016%200%200%200%207.16%201.69H232a16%2016%200%200%200%2016-16v-32a56.06%2056.06%200%200%200-56-56M42.86%2056H144v24h-32a8%208%200%200%200%200%2016h32v16h-32a8%208%200%200%200%200%2016h80a40.07%2040.07%200%200%201%2039.2%2032H42.25c6.75-30.84%208.16-74.17.61-104M232%20200h-26.11l-12.62-6.31a16%2016%200%200%200-7.16-1.69h-16.22a16%2016%200%200%200-7.16%201.69L150.11%20200h-28.22l-12.62-6.31a16%2016%200%200%200-7.16-1.69H85.89a16%2016%200%200%200-7.16%201.69L66.11%20200H40v-24h192Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/boot.svg?color=%231a73e8&size=48