seatbelt icon

seatbelt-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
seatbelt-fill
Set
Phosphor
Style
Fill
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 112a44 44 0 1 1 44-44a44.05 44.05 0 0 1-44 44m72 104H77.16l120.13-106a8 8 0 0 0 1.1-1.19a8.07 8.07 0 0 0 1.61-5.08A8 8 0 0 0 186.71 98l-24.54 21.65A80 80 0 0 0 49 179.25a8 8 0 0 0-.1 1.1l-.9 43.48a8 8 0 0 0 8 8.17h144a8 8 0 0 0 0-16m-11.88-73a8 8 0 0 0-6.25 1.94L119.47 200H200a8 8 0 0 0 8-8a79.6 79.6 0 0 0-14.27-45.62a8 8 0 0 0-5.61-3.38"/></svg>

React

import type { SVGProps } from "react";

export function PhSeatbeltFill(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 112a44 44 0 1 1 44-44a44.05 44.05 0 0 1-44 44m72 104H77.16l120.13-106a8 8 0 0 0 1.1-1.19a8.07 8.07 0 0 0 1.61-5.08A8 8 0 0 0 186.71 98l-24.54 21.65A80 80 0 0 0 49 179.25a8 8 0 0 0-.1 1.1l-.9 43.48a8 8 0 0 0 8 8.17h144a8 8 0 0 0 0-16m-11.88-73a8 8 0 0 0-6.25 1.94L119.47 200H200a8 8 0 0 0 8-8a79.6 79.6 0 0 0-14.27-45.62a8 8 0 0 0-5.61-3.38"/></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 112a44 44 0 1 1 44-44a44.05 44.05 0 0 1-44 44m72 104H77.16l120.13-106a8 8 0 0 0 1.1-1.19a8.07 8.07 0 0 0 1.61-5.08A8 8 0 0 0 186.71 98l-24.54 21.65A80 80 0 0 0 49 179.25a8 8 0 0 0-.1 1.1l-.9 43.48a8 8 0 0 0 8 8.17h144a8 8 0 0 0 0-16m-11.88-73a8 8 0 0 0-6.25 1.94L119.47 200H200a8 8 0 0 0 8-8a79.6 79.6 0 0 0-14.27-45.62a8 8 0 0 0-5.61-3.38"/></svg>
</template>

CSS

.icon-seatbelt-fill {
  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%20112a44%2044%200%201%201%2044-44a44.05%2044.05%200%200%201-44%2044m72%20104H77.16l120.13-106a8%208%200%200%200%201.1-1.19a8.07%208.07%200%200%200%201.61-5.08A8%208%200%200%200%20186.71%2098l-24.54%2021.65A80%2080%200%200%200%2049%20179.25a8%208%200%200%200-.1%201.1l-.9%2043.48a8%208%200%200%200%208%208.17h144a8%208%200%200%200%200-16m-11.88-73a8%208%200%200%200-6.25%201.94L119.47%20200H200a8%208%200%200%200%208-8a79.6%2079.6%200%200%200-14.27-45.62a8%208%200%200%200-5.61-3.38%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%20112a44%2044%200%201%201%2044-44a44.05%2044.05%200%200%201-44%2044m72%20104H77.16l120.13-106a8%208%200%200%200%201.1-1.19a8.07%208.07%200%200%200%201.61-5.08A8%208%200%200%200%20186.71%2098l-24.54%2021.65A80%2080%200%200%200%2049%20179.25a8%208%200%200%200-.1%201.1l-.9%2043.48a8%208%200%200%200%208%208.17h144a8%208%200%200%200%200-16m-11.88-73a8%208%200%200%200-6.25%201.94L119.47%20200H200a8%208%200%200%200%208-8a79.6%2079.6%200%200%200-14.27-45.62a8%208%200%200%200-5.61-3.38%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seatbelt-fill.svg?color=%231a73e8&size=48