seatbelt icon
seatbelt-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- seatbelt-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the seatbelt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 110a42 42 0 1 0-42-42a42 42 0 0 0 42 42m0-72a30 30 0 1 1-30 30a30 30 0 0 1 30-30m78 186a6 6 0 0 1-6 6H56a6 6 0 0 1-4-10.5l100.58-88.75a66 66 0 0 0-89.78 50.72a6 6 0 0 1-5.91 5.05a6 6 0 0 1-1-.07a6 6 0 0 1-5-6.88A78 78 0 0 1 162.49 122L188 99.5a6 6 0 1 1 7.94 9L71.87 218H200a6 6 0 0 1 6 6m-13.92-76.48A77.53 77.53 0 0 1 206 192a6 6 0 0 1-12 0a65.6 65.6 0 0 0-11.77-37.63a6 6 0 0 1 9.85-6.85"/></svg>
React
import type { SVGProps } from "react";
export function PhSeatbeltLight(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="M128 110a42 42 0 1 0-42-42a42 42 0 0 0 42 42m0-72a30 30 0 1 1-30 30a30 30 0 0 1 30-30m78 186a6 6 0 0 1-6 6H56a6 6 0 0 1-4-10.5l100.58-88.75a66 66 0 0 0-89.78 50.72a6 6 0 0 1-5.91 5.05a6 6 0 0 1-1-.07a6 6 0 0 1-5-6.88A78 78 0 0 1 162.49 122L188 99.5a6 6 0 1 1 7.94 9L71.87 218H200a6 6 0 0 1 6 6m-13.92-76.48A77.53 77.53 0 0 1 206 192a6 6 0 0 1-12 0a65.6 65.6 0 0 0-11.77-37.63a6 6 0 0 1 9.85-6.85"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 110a42 42 0 1 0-42-42a42 42 0 0 0 42 42m0-72a30 30 0 1 1-30 30a30 30 0 0 1 30-30m78 186a6 6 0 0 1-6 6H56a6 6 0 0 1-4-10.5l100.58-88.75a66 66 0 0 0-89.78 50.72a6 6 0 0 1-5.91 5.05a6 6 0 0 1-1-.07a6 6 0 0 1-5-6.88A78 78 0 0 1 162.49 122L188 99.5a6 6 0 1 1 7.94 9L71.87 218H200a6 6 0 0 1 6 6m-13.92-76.48A77.53 77.53 0 0 1 206 192a6 6 0 0 1-12 0a65.6 65.6 0 0 0-11.77-37.63a6 6 0 0 1 9.85-6.85"/></svg> </template>
CSS
.icon-seatbelt-light {
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%22M128%20110a42%2042%200%201%200-42-42a42%2042%200%200%200%2042%2042m0-72a30%2030%200%201%201-30%2030a30%2030%200%200%201%2030-30m78%20186a6%206%200%200%201-6%206H56a6%206%200%200%201-4-10.5l100.58-88.75a66%2066%200%200%200-89.78%2050.72a6%206%200%200%201-5.91%205.05a6%206%200%200%201-1-.07a6%206%200%200%201-5-6.88A78%2078%200%200%201%20162.49%20122L188%2099.5a6%206%200%201%201%207.94%209L71.87%20218H200a6%206%200%200%201%206%206m-13.92-76.48A77.53%2077.53%200%200%201%20206%20192a6%206%200%200%201-12%200a65.6%2065.6%200%200%200-11.77-37.63a6%206%200%200%201%209.85-6.85%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%22M128%20110a42%2042%200%201%200-42-42a42%2042%200%200%200%2042%2042m0-72a30%2030%200%201%201-30%2030a30%2030%200%200%201%2030-30m78%20186a6%206%200%200%201-6%206H56a6%206%200%200%201-4-10.5l100.58-88.75a66%2066%200%200%200-89.78%2050.72a6%206%200%200%201-5.91%205.05a6%206%200%200%201-1-.07a6%206%200%200%201-5-6.88A78%2078%200%200%201%20162.49%20122L188%2099.5a6%206%200%201%201%207.94%209L71.87%20218H200a6%206%200%200%201%206%206m-13.92-76.48A77.53%2077.53%200%200%201%20206%20192a6%206%200%200%201-12%200a65.6%2065.6%200%200%200-11.77-37.63a6%206%200%200%201%209.85-6.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seatbelt-light.svg?color=%231a73e8&size=48