seatbelt icon
seatbelt-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- seatbelt-thin
- Set
- Phosphor
- Style
- Thin
- 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 108a40 40 0 1 0-40-40a40 40 0 0 0 40 40m0-72a32 32 0 1 1-32 32a32 32 0 0 1 32-32m76 188a4 4 0 0 1-4 4H56a4 4 0 0 1-2.65-7l103-90.84a68 68 0 0 0-95.44 51a4 4 0 0 1-3.94 3.37a4.5 4.5 0 0 1-.64-.05a4 4 0 0 1-3.33-4.59a76 76 0 0 1 109.8-55.46L189.35 101a4 4 0 1 1 5.3 6L66.58 220H200a4 4 0 0 1 4 4m-13.56-75.33A75.5 75.5 0 0 1 204 192a4 4 0 0 1-8 0a67.55 67.55 0 0 0-12.13-38.77a4 4 0 1 1 6.57-4.56"/></svg>
React
import type { SVGProps } from "react";
export function PhSeatbeltThin(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 108a40 40 0 1 0-40-40a40 40 0 0 0 40 40m0-72a32 32 0 1 1-32 32a32 32 0 0 1 32-32m76 188a4 4 0 0 1-4 4H56a4 4 0 0 1-2.65-7l103-90.84a68 68 0 0 0-95.44 51a4 4 0 0 1-3.94 3.37a4.5 4.5 0 0 1-.64-.05a4 4 0 0 1-3.33-4.59a76 76 0 0 1 109.8-55.46L189.35 101a4 4 0 1 1 5.3 6L66.58 220H200a4 4 0 0 1 4 4m-13.56-75.33A75.5 75.5 0 0 1 204 192a4 4 0 0 1-8 0a67.55 67.55 0 0 0-12.13-38.77a4 4 0 1 1 6.57-4.56"/></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 108a40 40 0 1 0-40-40a40 40 0 0 0 40 40m0-72a32 32 0 1 1-32 32a32 32 0 0 1 32-32m76 188a4 4 0 0 1-4 4H56a4 4 0 0 1-2.65-7l103-90.84a68 68 0 0 0-95.44 51a4 4 0 0 1-3.94 3.37a4.5 4.5 0 0 1-.64-.05a4 4 0 0 1-3.33-4.59a76 76 0 0 1 109.8-55.46L189.35 101a4 4 0 1 1 5.3 6L66.58 220H200a4 4 0 0 1 4 4m-13.56-75.33A75.5 75.5 0 0 1 204 192a4 4 0 0 1-8 0a67.55 67.55 0 0 0-12.13-38.77a4 4 0 1 1 6.57-4.56"/></svg> </template>
CSS
.icon-seatbelt-thin {
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%20108a40%2040%200%201%200-40-40a40%2040%200%200%200%2040%2040m0-72a32%2032%200%201%201-32%2032a32%2032%200%200%201%2032-32m76%20188a4%204%200%200%201-4%204H56a4%204%200%200%201-2.65-7l103-90.84a68%2068%200%200%200-95.44%2051a4%204%200%200%201-3.94%203.37a4.5%204.5%200%200%201-.64-.05a4%204%200%200%201-3.33-4.59a76%2076%200%200%201%20109.8-55.46L189.35%20101a4%204%200%201%201%205.3%206L66.58%20220H200a4%204%200%200%201%204%204m-13.56-75.33A75.5%2075.5%200%200%201%20204%20192a4%204%200%200%201-8%200a67.55%2067.55%200%200%200-12.13-38.77a4%204%200%201%201%206.57-4.56%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%20108a40%2040%200%201%200-40-40a40%2040%200%200%200%2040%2040m0-72a32%2032%200%201%201-32%2032a32%2032%200%200%201%2032-32m76%20188a4%204%200%200%201-4%204H56a4%204%200%200%201-2.65-7l103-90.84a68%2068%200%200%200-95.44%2051a4%204%200%200%201-3.94%203.37a4.5%204.5%200%200%201-.64-.05a4%204%200%200%201-3.33-4.59a76%2076%200%200%201%20109.8-55.46L189.35%20101a4%204%200%201%201%205.3%206L66.58%20220H200a4%204%200%200%201%204%204m-13.56-75.33A75.5%2075.5%200%200%201%20204%20192a4%204%200%200%201-8%200a67.55%2067.55%200%200%200-12.13-38.77a4%204%200%201%201%206.57-4.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seatbelt-thin.svg?color=%231a73e8&size=48