shock absorber icon
shock-absorber-filled from Reicon by REICON · Filled · Parts · MIT Free for personal and commercial use.
- Name
- shock-absorber-filled
- Set
- Reicon
- Style
- Filled
- 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 shock absorber icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M14 20a2 2 0 1 1-3.323-1.5h-.427a1.75 1.75 0 0 1-1-3.186V6H8c-.943 0-1.414 0-1.707-.293S6 4.943 6 4s0-1.414.293-1.707S7.057 2 8 2h8c.943 0 1.414 0 1.707.293S18 3.057 18 4s0 1.414-.293 1.707S16.943 6 16 6h-1.25v9.314a1.75 1.75 0 0 1-1 3.186h-.427c.415.366.677.903.677 1.5m-.75-14h-2.5v9h2.5z"/><path d="M7.273 7.818a.75.75 0 0 1 .91-.545l8 2a.75.75 0 0 1-.365 1.455l-8-2a.75.75 0 0 1-.545-.91m0 3.5a.75.75 0 0 1 .91-.545l8 2a.75.75 0 0 1-.365 1.455l-8-2a.75.75 0 0 1-.545-.91m13.038-3.846a.75.75 0 0 1-.005 1.061l-.707.7a.75.75 0 1 1-1.055-1.066l.707-.7a.75.75 0 0 1 1.06.005m-16.622 0a.75.75 0 0 1 1.06-.005l.707.7a.75.75 0 1 1-1.055 1.066l-.707-.7a.75.75 0 0 1-.005-1.06M22 12.25h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5m-20.75-.748a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m4.212 2.271a.75.75 0 0 1-.006 1.061l-.707.7a.75.75 0 1 1-1.055-1.066l.707-.7a.75.75 0 0 1 1.06.005m13.076 0a.75.75 0 0 1 1.06-.005l.708.7a.75.75 0 1 1-1.055 1.066l-.707-.7a.75.75 0 0 1-.006-1.06"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconShockAbsorberFilled(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" fillRule="evenodd" clipRule="evenodd"><path d="M14 20a2 2 0 1 1-3.323-1.5h-.427a1.75 1.75 0 0 1-1-3.186V6H8c-.943 0-1.414 0-1.707-.293S6 4.943 6 4s0-1.414.293-1.707S7.057 2 8 2h8c.943 0 1.414 0 1.707.293S18 3.057 18 4s0 1.414-.293 1.707S16.943 6 16 6h-1.25v9.314a1.75 1.75 0 0 1-1 3.186h-.427c.415.366.677.903.677 1.5m-.75-14h-2.5v9h2.5z"/><path d="M7.273 7.818a.75.75 0 0 1 .91-.545l8 2a.75.75 0 0 1-.365 1.455l-8-2a.75.75 0 0 1-.545-.91m0 3.5a.75.75 0 0 1 .91-.545l8 2a.75.75 0 0 1-.365 1.455l-8-2a.75.75 0 0 1-.545-.91m13.038-3.846a.75.75 0 0 1-.005 1.061l-.707.7a.75.75 0 1 1-1.055-1.066l.707-.7a.75.75 0 0 1 1.06.005m-16.622 0a.75.75 0 0 1 1.06-.005l.707.7a.75.75 0 1 1-1.055 1.066l-.707-.7a.75.75 0 0 1-.005-1.06M22 12.25h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5m-20.75-.748a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m4.212 2.271a.75.75 0 0 1-.006 1.061l-.707.7a.75.75 0 1 1-1.055-1.066l.707-.7a.75.75 0 0 1 1.06.005m13.076 0a.75.75 0 0 1 1.06-.005l.708.7a.75.75 0 1 1-1.055 1.066l-.707-.7a.75.75 0 0 1-.006-1.06"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M14 20a2 2 0 1 1-3.323-1.5h-.427a1.75 1.75 0 0 1-1-3.186V6H8c-.943 0-1.414 0-1.707-.293S6 4.943 6 4s0-1.414.293-1.707S7.057 2 8 2h8c.943 0 1.414 0 1.707.293S18 3.057 18 4s0 1.414-.293 1.707S16.943 6 16 6h-1.25v9.314a1.75 1.75 0 0 1-1 3.186h-.427c.415.366.677.903.677 1.5m-.75-14h-2.5v9h2.5z"/><path d="M7.273 7.818a.75.75 0 0 1 .91-.545l8 2a.75.75 0 0 1-.365 1.455l-8-2a.75.75 0 0 1-.545-.91m0 3.5a.75.75 0 0 1 .91-.545l8 2a.75.75 0 0 1-.365 1.455l-8-2a.75.75 0 0 1-.545-.91m13.038-3.846a.75.75 0 0 1-.005 1.061l-.707.7a.75.75 0 1 1-1.055-1.066l.707-.7a.75.75 0 0 1 1.06.005m-16.622 0a.75.75 0 0 1 1.06-.005l.707.7a.75.75 0 1 1-1.055 1.066l-.707-.7a.75.75 0 0 1-.005-1.06M22 12.25h-2a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5m-20.75-.748a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5H2a.75.75 0 0 1-.75-.75m4.212 2.271a.75.75 0 0 1-.006 1.061l-.707.7a.75.75 0 1 1-1.055-1.066l.707-.7a.75.75 0 0 1 1.06.005m13.076 0a.75.75 0 0 1 1.06-.005l.708.7a.75.75 0 1 1-1.055 1.066l-.707-.7a.75.75 0 0 1-.006-1.06"/></g></svg> </template>
CSS
.icon-shock-absorber-filled {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M14%2020a2%202%200%201%201-3.323-1.5h-.427a1.75%201.75%200%200%201-1-3.186V6H8c-.943%200-1.414%200-1.707-.293S6%204.943%206%204s0-1.414.293-1.707S7.057%202%208%202h8c.943%200%201.414%200%201.707.293S18%203.057%2018%204s0%201.414-.293%201.707S16.943%206%2016%206h-1.25v9.314a1.75%201.75%200%200%201-1%203.186h-.427c.415.366.677.903.677%201.5m-.75-14h-2.5v9h2.5z%22%2F%3E%3Cpath%20d%3D%22M7.273%207.818a.75.75%200%200%201%20.91-.545l8%202a.75.75%200%200%201-.365%201.455l-8-2a.75.75%200%200%201-.545-.91m0%203.5a.75.75%200%200%201%20.91-.545l8%202a.75.75%200%200%201-.365%201.455l-8-2a.75.75%200%200%201-.545-.91m13.038-3.846a.75.75%200%200%201-.005%201.061l-.707.7a.75.75%200%201%201-1.055-1.066l.707-.7a.75.75%200%200%201%201.06.005m-16.622%200a.75.75%200%200%201%201.06-.005l.707.7a.75.75%200%201%201-1.055%201.066l-.707-.7a.75.75%200%200%201-.005-1.06M22%2012.25h-2a.75.75%200%200%201%200-1.5h2a.75.75%200%200%201%200%201.5m-20.75-.748a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m4.212%202.271a.75.75%200%200%201-.006%201.061l-.707.7a.75.75%200%201%201-1.055-1.066l.707-.7a.75.75%200%200%201%201.06.005m13.076%200a.75.75%200%200%201%201.06-.005l.708.7a.75.75%200%201%201-1.055%201.066l-.707-.7a.75.75%200%200%201-.006-1.06%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M14%2020a2%202%200%201%201-3.323-1.5h-.427a1.75%201.75%200%200%201-1-3.186V6H8c-.943%200-1.414%200-1.707-.293S6%204.943%206%204s0-1.414.293-1.707S7.057%202%208%202h8c.943%200%201.414%200%201.707.293S18%203.057%2018%204s0%201.414-.293%201.707S16.943%206%2016%206h-1.25v9.314a1.75%201.75%200%200%201-1%203.186h-.427c.415.366.677.903.677%201.5m-.75-14h-2.5v9h2.5z%22%2F%3E%3Cpath%20d%3D%22M7.273%207.818a.75.75%200%200%201%20.91-.545l8%202a.75.75%200%200%201-.365%201.455l-8-2a.75.75%200%200%201-.545-.91m0%203.5a.75.75%200%200%201%20.91-.545l8%202a.75.75%200%200%201-.365%201.455l-8-2a.75.75%200%200%201-.545-.91m13.038-3.846a.75.75%200%200%201-.005%201.061l-.707.7a.75.75%200%201%201-1.055-1.066l.707-.7a.75.75%200%200%201%201.06.005m-16.622%200a.75.75%200%200%201%201.06-.005l.707.7a.75.75%200%201%201-1.055%201.066l-.707-.7a.75.75%200%200%201-.005-1.06M22%2012.25h-2a.75.75%200%200%201%200-1.5h2a.75.75%200%200%201%200%201.5m-20.75-.748a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5H2a.75.75%200%200%201-.75-.75m4.212%202.271a.75.75%200%200%201-.006%201.061l-.707.7a.75.75%200%201%201-1.055-1.066l.707-.7a.75.75%200%200%201%201.06.005m13.076%200a.75.75%200%200%201%201.06-.005l.708.7a.75.75%200%201%201-1.055%201.066l-.707-.7a.75.75%200%200%201-.006-1.06%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/shock-absorber-filled.svg?color=%231a73e8&size=48