seatbelt icon
seatbelt-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- seatbelt-bold
- Set
- Phosphor
- Style
- Bold
- 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="M200 212H89.45l110.18-90.74a12 12 0 1 0-15.26-18.52l-17.78 14.64a83.3 83.3 0 0 0-17-6.55a48 48 0 1 0-43.26 0a83.9 83.9 0 0 0-58 54.49a12 12 0 0 0 22.76 7.62a60.05 60.05 0 0 1 74.54-38.3l-97.26 80.1A12 12 0 0 0 56 236h144a12 12 0 0 0 0-24M128 44a24 24 0 1 1-24 24a24 24 0 0 1 24-24m76.61 113.51a83.6 83.6 0 0 1 6.88 25.17a12 12 0 0 1-23.86 2.64a59.2 59.2 0 0 0-4.9-17.95a12 12 0 0 1 21.88-9.86"/></svg>
React
import type { SVGProps } from "react";
export function PhSeatbeltBold(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="M200 212H89.45l110.18-90.74a12 12 0 1 0-15.26-18.52l-17.78 14.64a83.3 83.3 0 0 0-17-6.55a48 48 0 1 0-43.26 0a83.9 83.9 0 0 0-58 54.49a12 12 0 0 0 22.76 7.62a60.05 60.05 0 0 1 74.54-38.3l-97.26 80.1A12 12 0 0 0 56 236h144a12 12 0 0 0 0-24M128 44a24 24 0 1 1-24 24a24 24 0 0 1 24-24m76.61 113.51a83.6 83.6 0 0 1 6.88 25.17a12 12 0 0 1-23.86 2.64a59.2 59.2 0 0 0-4.9-17.95a12 12 0 0 1 21.88-9.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200 212H89.45l110.18-90.74a12 12 0 1 0-15.26-18.52l-17.78 14.64a83.3 83.3 0 0 0-17-6.55a48 48 0 1 0-43.26 0a83.9 83.9 0 0 0-58 54.49a12 12 0 0 0 22.76 7.62a60.05 60.05 0 0 1 74.54-38.3l-97.26 80.1A12 12 0 0 0 56 236h144a12 12 0 0 0 0-24M128 44a24 24 0 1 1-24 24a24 24 0 0 1 24-24m76.61 113.51a83.6 83.6 0 0 1 6.88 25.17a12 12 0 0 1-23.86 2.64a59.2 59.2 0 0 0-4.9-17.95a12 12 0 0 1 21.88-9.86"/></svg> </template>
CSS
.icon-seatbelt-bold {
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%22M200%20212H89.45l110.18-90.74a12%2012%200%201%200-15.26-18.52l-17.78%2014.64a83.3%2083.3%200%200%200-17-6.55a48%2048%200%201%200-43.26%200a83.9%2083.9%200%200%200-58%2054.49a12%2012%200%200%200%2022.76%207.62a60.05%2060.05%200%200%201%2074.54-38.3l-97.26%2080.1A12%2012%200%200%200%2056%20236h144a12%2012%200%200%200%200-24M128%2044a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m76.61%20113.51a83.6%2083.6%200%200%201%206.88%2025.17a12%2012%200%200%201-23.86%202.64a59.2%2059.2%200%200%200-4.9-17.95a12%2012%200%200%201%2021.88-9.86%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%22M200%20212H89.45l110.18-90.74a12%2012%200%201%200-15.26-18.52l-17.78%2014.64a83.3%2083.3%200%200%200-17-6.55a48%2048%200%201%200-43.26%200a83.9%2083.9%200%200%200-58%2054.49a12%2012%200%200%200%2022.76%207.62a60.05%2060.05%200%200%201%2074.54-38.3l-97.26%2080.1A12%2012%200%200%200%2056%20236h144a12%2012%200%200%200%200-24M128%2044a24%2024%200%201%201-24%2024a24%2024%200%200%201%2024-24m76.61%20113.51a83.6%2083.6%200%200%201%206.88%2025.17a12%2012%200%200%201-23.86%202.64a59.2%2059.2%200%200%200-4.9-17.95a12%2012%200%200%201%2021.88-9.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seatbelt-bold.svg?color=%231a73e8&size=48