suspension icon

suspension-duotone from Reicon by REICON · Duotone · Parts · MIT Free for personal and commercial use.

Name
suspension-duotone
Set
Reicon
Style
Duotone
Category
Parts
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More parts icons from Reicon

Use the suspension icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 17.75V6.25H16v-1.5H8v1.5h3.25v11.5H8v1.5h8v-1.5z" opacity=".5"/><path d="M8 6.5v-2c0-.465 0-.697-.038-.89A2 2 0 0 0 6.39 2.038C6.197 2 5.965 2 5.5 2s-.697 0-.89.038A2 2 0 0 0 3.038 3.61C3 3.803 3 4.035 3 4.5v2c0 .465 0 .697.038.89A2 2 0 0 0 4.61 8.962C4.803 9 5.035 9 5.5 9s.697 0 .89-.038A2 2 0 0 0 7.962 7.39C8 7.197 8 6.965 8 6.5m13 0v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 2 18.965 2 18.5 2s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C16 3.803 16 4.035 16 4.5v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C21 7.197 21 6.965 21 6.5m-13 13v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C6.197 15 5.965 15 5.5 15s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C3 16.803 3 17.035 3 17.5v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C8 20.197 8 19.965 8 19.5m13 0v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 15 18.965 15 18.5 15s-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSuspensionDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 17.75V6.25H16v-1.5H8v1.5h3.25v11.5H8v1.5h8v-1.5z" opacity=".5"/><path d="M8 6.5v-2c0-.465 0-.697-.038-.89A2 2 0 0 0 6.39 2.038C6.197 2 5.965 2 5.5 2s-.697 0-.89.038A2 2 0 0 0 3.038 3.61C3 3.803 3 4.035 3 4.5v2c0 .465 0 .697.038.89A2 2 0 0 0 4.61 8.962C4.803 9 5.035 9 5.5 9s.697 0 .89-.038A2 2 0 0 0 7.962 7.39C8 7.197 8 6.965 8 6.5m13 0v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 2 18.965 2 18.5 2s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C16 3.803 16 4.035 16 4.5v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C21 7.197 21 6.965 21 6.5m-13 13v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C6.197 15 5.965 15 5.5 15s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C3 16.803 3 17.035 3 17.5v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C8 20.197 8 19.965 8 19.5m13 0v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 15 18.965 15 18.5 15s-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12.75 17.75V6.25H16v-1.5H8v1.5h3.25v11.5H8v1.5h8v-1.5z" opacity=".5"/><path d="M8 6.5v-2c0-.465 0-.697-.038-.89A2 2 0 0 0 6.39 2.038C6.197 2 5.965 2 5.5 2s-.697 0-.89.038A2 2 0 0 0 3.038 3.61C3 3.803 3 4.035 3 4.5v2c0 .465 0 .697.038.89A2 2 0 0 0 4.61 8.962C4.803 9 5.035 9 5.5 9s.697 0 .89-.038A2 2 0 0 0 7.962 7.39C8 7.197 8 6.965 8 6.5m13 0v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 2 18.965 2 18.5 2s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C16 3.803 16 4.035 16 4.5v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C21 7.197 21 6.965 21 6.5m-13 13v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C6.197 15 5.965 15 5.5 15s-.697 0-.89.038a2 2 0 0 0-1.572 1.572C3 16.803 3 17.035 3 17.5v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572C8 20.197 8 19.965 8 19.5m13 0v-2c0-.465 0-.697-.038-.89a2 2 0 0 0-1.572-1.572C19.197 15 18.965 15 18.5 15s-.697 0-.89.038a2 2 0 0 0-1.572 1.572c-.038.193-.038.425-.038.89v2c0 .465 0 .697.038.89a2 2 0 0 0 1.572 1.572c.193.038.425.038.89.038s.697 0 .89-.038a2 2 0 0 0 1.572-1.572c.038-.193.038-.425.038-.89"/></g></svg>
</template>

CSS

.icon-suspension-duotone {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%2017.75V6.25H16v-1.5H8v1.5h3.25v11.5H8v1.5h8v-1.5z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%206.5v-2c0-.465%200-.697-.038-.89A2%202%200%200%200%206.39%202.038C6.197%202%205.965%202%205.5%202s-.697%200-.89.038A2%202%200%200%200%203.038%203.61C3%203.803%203%204.035%203%204.5v2c0%20.465%200%20.697.038.89A2%202%200%200%200%204.61%208.962C4.803%209%205.035%209%205.5%209s.697%200%20.89-.038A2%202%200%200%200%207.962%207.39C8%207.197%208%206.965%208%206.5m13%200v-2c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.197%202%2018.965%202%2018.5%202s-.697%200-.89.038a2%202%200%200%200-1.572%201.572C16%203.803%2016%204.035%2016%204.5v2c0%20.465%200%20.697.038.89a2%202%200%200%200%201.572%201.572c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572C21%207.197%2021%206.965%2021%206.5m-13%2013v-2c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C6.197%2015%205.965%2015%205.5%2015s-.697%200-.89.038a2%202%200%200%200-1.572%201.572C3%2016.803%203%2017.035%203%2017.5v2c0%20.465%200%20.697.038.89a2%202%200%200%200%201.572%201.572c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572C8%2020.197%208%2019.965%208%2019.5m13%200v-2c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.197%2015%2018.965%2015%2018.5%2015s-.697%200-.89.038a2%202%200%200%200-1.572%201.572c-.038.193-.038.425-.038.89v2c0%20.465%200%20.697.038.89a2%202%200%200%200%201.572%201.572c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572c.038-.193.038-.425.038-.89%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12.75%2017.75V6.25H16v-1.5H8v1.5h3.25v11.5H8v1.5h8v-1.5z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8%206.5v-2c0-.465%200-.697-.038-.89A2%202%200%200%200%206.39%202.038C6.197%202%205.965%202%205.5%202s-.697%200-.89.038A2%202%200%200%200%203.038%203.61C3%203.803%203%204.035%203%204.5v2c0%20.465%200%20.697.038.89A2%202%200%200%200%204.61%208.962C4.803%209%205.035%209%205.5%209s.697%200%20.89-.038A2%202%200%200%200%207.962%207.39C8%207.197%208%206.965%208%206.5m13%200v-2c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.197%202%2018.965%202%2018.5%202s-.697%200-.89.038a2%202%200%200%200-1.572%201.572C16%203.803%2016%204.035%2016%204.5v2c0%20.465%200%20.697.038.89a2%202%200%200%200%201.572%201.572c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572C21%207.197%2021%206.965%2021%206.5m-13%2013v-2c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C6.197%2015%205.965%2015%205.5%2015s-.697%200-.89.038a2%202%200%200%200-1.572%201.572C3%2016.803%203%2017.035%203%2017.5v2c0%20.465%200%20.697.038.89a2%202%200%200%200%201.572%201.572c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572C8%2020.197%208%2019.965%208%2019.5m13%200v-2c0-.465%200-.697-.038-.89a2%202%200%200%200-1.572-1.572C19.197%2015%2018.965%2015%2018.5%2015s-.697%200-.89.038a2%202%200%200%200-1.572%201.572c-.038.193-.038.425-.038.89v2c0%20.465%200%20.697.038.89a2%202%200%200%200%201.572%201.572c.193.038.425.038.89.038s.697%200%20.89-.038a2%202%200%200%200%201.572-1.572c.038-.193.038-.425.038-.89%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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