suspension x icon

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

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

2 other variants in Reicon

More parts icons from Reicon

Use the suspension x icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><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"/><path d="M8 6.25v-1.5h8v1.5h-3.25V8a.75.75 0 0 1-1.5 0V6.25zm0 13h8v-1.5h-3.25V16a.75.75 0 0 0-1.5 0v1.75H8z" opacity=".5"/><path fill-rule="evenodd" d="M9.47 9.47a.75.75 0 0 1 1.06 0L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 1 1-1.06-1.06L10.94 12l-1.47-1.47a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconSuspensionXDuotone(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="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"/><path d="M8 6.25v-1.5h8v1.5h-3.25V8a.75.75 0 0 1-1.5 0V6.25zm0 13h8v-1.5h-3.25V16a.75.75 0 0 0-1.5 0v1.75H8z" opacity=".5"/><path fillRule="evenodd" d="M9.47 9.47a.75.75 0 0 1 1.06 0L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 1 1-1.06-1.06L10.94 12l-1.47-1.47a.75.75 0 0 1 0-1.06" clipRule="evenodd"/></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="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"/><path d="M8 6.25v-1.5h8v1.5h-3.25V8a.75.75 0 0 1-1.5 0V6.25zm0 13h8v-1.5h-3.25V16a.75.75 0 0 0-1.5 0v1.75H8z" opacity=".5"/><path fill-rule="evenodd" d="M9.47 9.47a.75.75 0 0 1 1.06 0L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 1 1-1.06-1.06L10.94 12l-1.47-1.47a.75.75 0 0 1 0-1.06" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-suspension-x-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%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%3Cpath%20d%3D%22M8%206.25v-1.5h8v1.5h-3.25V8a.75.75%200%200%201-1.5%200V6.25zm0%2013h8v-1.5h-3.25V16a.75.75%200%200%200-1.5%200v1.75H8z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.47%209.47a.75.75%200%200%201%201.06%200L12%2010.94l1.47-1.47a.75.75%200%201%201%201.06%201.06L13.06%2012l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2013.06l-1.47%201.47a.75.75%200%201%201-1.06-1.06L10.94%2012l-1.47-1.47a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%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%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%3Cpath%20d%3D%22M8%206.25v-1.5h8v1.5h-3.25V8a.75.75%200%200%201-1.5%200V6.25zm0%2013h8v-1.5h-3.25V16a.75.75%200%200%200-1.5%200v1.75H8z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.47%209.47a.75.75%200%200%201%201.06%200L12%2010.94l1.47-1.47a.75.75%200%201%201%201.06%201.06L13.06%2012l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2013.06l-1.47%201.47a.75.75%200%201%201-1.06-1.06L10.94%2012l-1.47-1.47a.75.75%200%200%201%200-1.06%22%20clip-rule%3D%22evenodd%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-x-duotone.svg?color=%231a73e8&size=48