seatbelt icon
seatbelt from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- seatbelt
- Set
- Phosphor
- Style
- Regular
- 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="M172 68a44 44 0 1 0-44 44a44.05 44.05 0 0 0 44-44m-44 28a28 28 0 1 1 28-28a28 28 0 0 1-28 28m80 128a8 8 0 0 1-8 8H56a8 8 0 0 1-5.29-14l98.07-86.54a64 64 0 0 0-84 50.33A8 8 0 0 1 49 179.25a80 80 0 0 1 113.16-59.59L186.71 98a8 8 0 0 1 10.58 12L77.16 216H200a8 8 0 0 1 8 8m-14.27-77.62A79.6 79.6 0 0 1 208 192a8 8 0 0 1-16 0a63.67 63.67 0 0 0-11.41-36.49a8 8 0 0 1 13.14-9.13"/></svg>
React
import type { SVGProps } from "react";
export function PhSeatbelt(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="M172 68a44 44 0 1 0-44 44a44.05 44.05 0 0 0 44-44m-44 28a28 28 0 1 1 28-28a28 28 0 0 1-28 28m80 128a8 8 0 0 1-8 8H56a8 8 0 0 1-5.29-14l98.07-86.54a64 64 0 0 0-84 50.33A8 8 0 0 1 49 179.25a80 80 0 0 1 113.16-59.59L186.71 98a8 8 0 0 1 10.58 12L77.16 216H200a8 8 0 0 1 8 8m-14.27-77.62A79.6 79.6 0 0 1 208 192a8 8 0 0 1-16 0a63.67 63.67 0 0 0-11.41-36.49a8 8 0 0 1 13.14-9.13"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 68a44 44 0 1 0-44 44a44.05 44.05 0 0 0 44-44m-44 28a28 28 0 1 1 28-28a28 28 0 0 1-28 28m80 128a8 8 0 0 1-8 8H56a8 8 0 0 1-5.29-14l98.07-86.54a64 64 0 0 0-84 50.33A8 8 0 0 1 49 179.25a80 80 0 0 1 113.16-59.59L186.71 98a8 8 0 0 1 10.58 12L77.16 216H200a8 8 0 0 1 8 8m-14.27-77.62A79.6 79.6 0 0 1 208 192a8 8 0 0 1-16 0a63.67 63.67 0 0 0-11.41-36.49a8 8 0 0 1 13.14-9.13"/></svg> </template>
CSS
.icon-seatbelt {
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%22M172%2068a44%2044%200%201%200-44%2044a44.05%2044.05%200%200%200%2044-44m-44%2028a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028m80%20128a8%208%200%200%201-8%208H56a8%208%200%200%201-5.29-14l98.07-86.54a64%2064%200%200%200-84%2050.33A8%208%200%200%201%2049%20179.25a80%2080%200%200%201%20113.16-59.59L186.71%2098a8%208%200%200%201%2010.58%2012L77.16%20216H200a8%208%200%200%201%208%208m-14.27-77.62A79.6%2079.6%200%200%201%20208%20192a8%208%200%200%201-16%200a63.67%2063.67%200%200%200-11.41-36.49a8%208%200%200%201%2013.14-9.13%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%22M172%2068a44%2044%200%201%200-44%2044a44.05%2044.05%200%200%200%2044-44m-44%2028a28%2028%200%201%201%2028-28a28%2028%200%200%201-28%2028m80%20128a8%208%200%200%201-8%208H56a8%208%200%200%201-5.29-14l98.07-86.54a64%2064%200%200%200-84%2050.33A8%208%200%200%201%2049%20179.25a80%2080%200%200%201%20113.16-59.59L186.71%2098a8%208%200%200%201%2010.58%2012L77.16%20216H200a8%208%200%200%201%208%208m-14.27-77.62A79.6%2079.6%200%200%201%20208%20192a8%208%200%200%201-16%200a63.67%2063.67%200%200%200-11.41-36.49a8%208%200%200%201%2013.14-9.13%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/seatbelt.svg?color=%231a73e8&size=48