grip-bold from Solar by 480 Design · Bold · UI · CC-BY-4.0 Attribution required.

Name
grip-bold
Set
Solar
Style
Bold
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the grip 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.0161 17.5C12.8445 17.5 13.5161 18.1716 13.5161 19C13.5161 19.8284 12.8445 20.5 12.0161 20.5C11.1877 20.5 10.5161 19.8284 10.5161 19C10.5161 18.1716 11.1877 17.5 12.0161 17.5Z"/><path d="M12.0161 10.5C12.8445 10.5 13.5161 11.1716 13.5161 12C13.5161 12.8284 12.8445 13.5 12.0161 13.5C11.1877 13.5 10.5161 12.8284 10.5161 12C10.5161 11.1716 11.1877 10.5 12.0161 10.5Z"/><path d="M12 3.5C12.8284 3.5 13.5 4.17157 13.5 5C13.5 5.82843 12.8284 6.5 12 6.5C11.1716 6.5 10.5 5.82843 10.5 5C10.5 4.17157 11.1716 3.5 12 3.5Z"/><path d="M5.00781 17.5C5.83624 17.5 6.50781 18.1716 6.50781 19C6.50781 19.8284 5.83624 20.5 5.00781 20.5C4.17939 20.5 3.50781 19.8284 3.50781 19C3.50781 18.1716 4.17939 17.5 5.00781 17.5Z"/><path d="M5.00781 10.5C5.83624 10.5 6.50781 11.1716 6.50781 12C6.50781 12.8284 5.83624 13.5 5.00781 13.5C4.17939 13.5 3.50781 12.8284 3.50781 12C3.50781 11.1716 4.17939 10.5 5.00781 10.5Z"/><path d="M4.99219 3.5C5.82061 3.5 6.49219 4.17157 6.49219 5C6.49219 5.82843 5.82061 6.5 4.99219 6.5C4.16376 6.5 3.49219 5.82843 3.49219 5C3.49219 4.17157 4.16376 3.5 4.99219 3.5Z"/><path d="M19.0078 17.5C19.8362 17.5 20.5078 18.1716 20.5078 19C20.5078 19.8284 19.8362 20.5 19.0078 20.5C18.1794 20.5 17.5078 19.8284 17.5078 19C17.5078 18.1716 18.1794 17.5 19.0078 17.5Z"/><path d="M19.0078 10.5C19.8362 10.5 20.5078 11.1716 20.5078 12C20.5078 12.8284 19.8362 13.5 19.0078 13.5C18.1794 13.5 17.5078 12.8284 17.5078 12C17.5078 11.1716 18.1794 10.5 19.0078 10.5Z"/><path d="M18.9922 3.5C19.8206 3.5 20.4922 4.17157 20.4922 5C20.4922 5.82843 19.8206 6.5 18.9922 6.5C18.1638 6.5 17.4922 5.82843 17.4922 5C17.4922 4.17157 18.1638 3.5 18.9922 3.5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarGripBold(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.0161 17.5C12.8445 17.5 13.5161 18.1716 13.5161 19C13.5161 19.8284 12.8445 20.5 12.0161 20.5C11.1877 20.5 10.5161 19.8284 10.5161 19C10.5161 18.1716 11.1877 17.5 12.0161 17.5Z"/><path d="M12.0161 10.5C12.8445 10.5 13.5161 11.1716 13.5161 12C13.5161 12.8284 12.8445 13.5 12.0161 13.5C11.1877 13.5 10.5161 12.8284 10.5161 12C10.5161 11.1716 11.1877 10.5 12.0161 10.5Z"/><path d="M12 3.5C12.8284 3.5 13.5 4.17157 13.5 5C13.5 5.82843 12.8284 6.5 12 6.5C11.1716 6.5 10.5 5.82843 10.5 5C10.5 4.17157 11.1716 3.5 12 3.5Z"/><path d="M5.00781 17.5C5.83624 17.5 6.50781 18.1716 6.50781 19C6.50781 19.8284 5.83624 20.5 5.00781 20.5C4.17939 20.5 3.50781 19.8284 3.50781 19C3.50781 18.1716 4.17939 17.5 5.00781 17.5Z"/><path d="M5.00781 10.5C5.83624 10.5 6.50781 11.1716 6.50781 12C6.50781 12.8284 5.83624 13.5 5.00781 13.5C4.17939 13.5 3.50781 12.8284 3.50781 12C3.50781 11.1716 4.17939 10.5 5.00781 10.5Z"/><path d="M4.99219 3.5C5.82061 3.5 6.49219 4.17157 6.49219 5C6.49219 5.82843 5.82061 6.5 4.99219 6.5C4.16376 6.5 3.49219 5.82843 3.49219 5C3.49219 4.17157 4.16376 3.5 4.99219 3.5Z"/><path d="M19.0078 17.5C19.8362 17.5 20.5078 18.1716 20.5078 19C20.5078 19.8284 19.8362 20.5 19.0078 20.5C18.1794 20.5 17.5078 19.8284 17.5078 19C17.5078 18.1716 18.1794 17.5 19.0078 17.5Z"/><path d="M19.0078 10.5C19.8362 10.5 20.5078 11.1716 20.5078 12C20.5078 12.8284 19.8362 13.5 19.0078 13.5C18.1794 13.5 17.5078 12.8284 17.5078 12C17.5078 11.1716 18.1794 10.5 19.0078 10.5Z"/><path d="M18.9922 3.5C19.8206 3.5 20.4922 4.17157 20.4922 5C20.4922 5.82843 19.8206 6.5 18.9922 6.5C18.1638 6.5 17.4922 5.82843 17.4922 5C17.4922 4.17157 18.1638 3.5 18.9922 3.5Z"/></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.0161 17.5C12.8445 17.5 13.5161 18.1716 13.5161 19C13.5161 19.8284 12.8445 20.5 12.0161 20.5C11.1877 20.5 10.5161 19.8284 10.5161 19C10.5161 18.1716 11.1877 17.5 12.0161 17.5Z"/><path d="M12.0161 10.5C12.8445 10.5 13.5161 11.1716 13.5161 12C13.5161 12.8284 12.8445 13.5 12.0161 13.5C11.1877 13.5 10.5161 12.8284 10.5161 12C10.5161 11.1716 11.1877 10.5 12.0161 10.5Z"/><path d="M12 3.5C12.8284 3.5 13.5 4.17157 13.5 5C13.5 5.82843 12.8284 6.5 12 6.5C11.1716 6.5 10.5 5.82843 10.5 5C10.5 4.17157 11.1716 3.5 12 3.5Z"/><path d="M5.00781 17.5C5.83624 17.5 6.50781 18.1716 6.50781 19C6.50781 19.8284 5.83624 20.5 5.00781 20.5C4.17939 20.5 3.50781 19.8284 3.50781 19C3.50781 18.1716 4.17939 17.5 5.00781 17.5Z"/><path d="M5.00781 10.5C5.83624 10.5 6.50781 11.1716 6.50781 12C6.50781 12.8284 5.83624 13.5 5.00781 13.5C4.17939 13.5 3.50781 12.8284 3.50781 12C3.50781 11.1716 4.17939 10.5 5.00781 10.5Z"/><path d="M4.99219 3.5C5.82061 3.5 6.49219 4.17157 6.49219 5C6.49219 5.82843 5.82061 6.5 4.99219 6.5C4.16376 6.5 3.49219 5.82843 3.49219 5C3.49219 4.17157 4.16376 3.5 4.99219 3.5Z"/><path d="M19.0078 17.5C19.8362 17.5 20.5078 18.1716 20.5078 19C20.5078 19.8284 19.8362 20.5 19.0078 20.5C18.1794 20.5 17.5078 19.8284 17.5078 19C17.5078 18.1716 18.1794 17.5 19.0078 17.5Z"/><path d="M19.0078 10.5C19.8362 10.5 20.5078 11.1716 20.5078 12C20.5078 12.8284 19.8362 13.5 19.0078 13.5C18.1794 13.5 17.5078 12.8284 17.5078 12C17.5078 11.1716 18.1794 10.5 19.0078 10.5Z"/><path d="M18.9922 3.5C19.8206 3.5 20.4922 4.17157 20.4922 5C20.4922 5.82843 19.8206 6.5 18.9922 6.5C18.1638 6.5 17.4922 5.82843 17.4922 5C17.4922 4.17157 18.1638 3.5 18.9922 3.5Z"/></g></svg>
</template>

CSS

.icon-grip-bold {
  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.0161%2017.5C12.8445%2017.5%2013.5161%2018.1716%2013.5161%2019C13.5161%2019.8284%2012.8445%2020.5%2012.0161%2020.5C11.1877%2020.5%2010.5161%2019.8284%2010.5161%2019C10.5161%2018.1716%2011.1877%2017.5%2012.0161%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M12.0161%2010.5C12.8445%2010.5%2013.5161%2011.1716%2013.5161%2012C13.5161%2012.8284%2012.8445%2013.5%2012.0161%2013.5C11.1877%2013.5%2010.5161%2012.8284%2010.5161%2012C10.5161%2011.1716%2011.1877%2010.5%2012.0161%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M12%203.5C12.8284%203.5%2013.5%204.17157%2013.5%205C13.5%205.82843%2012.8284%206.5%2012%206.5C11.1716%206.5%2010.5%205.82843%2010.5%205C10.5%204.17157%2011.1716%203.5%2012%203.5Z%22%2F%3E%3Cpath%20d%3D%22M5.00781%2017.5C5.83624%2017.5%206.50781%2018.1716%206.50781%2019C6.50781%2019.8284%205.83624%2020.5%205.00781%2020.5C4.17939%2020.5%203.50781%2019.8284%203.50781%2019C3.50781%2018.1716%204.17939%2017.5%205.00781%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M5.00781%2010.5C5.83624%2010.5%206.50781%2011.1716%206.50781%2012C6.50781%2012.8284%205.83624%2013.5%205.00781%2013.5C4.17939%2013.5%203.50781%2012.8284%203.50781%2012C3.50781%2011.1716%204.17939%2010.5%205.00781%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M4.99219%203.5C5.82061%203.5%206.49219%204.17157%206.49219%205C6.49219%205.82843%205.82061%206.5%204.99219%206.5C4.16376%206.5%203.49219%205.82843%203.49219%205C3.49219%204.17157%204.16376%203.5%204.99219%203.5Z%22%2F%3E%3Cpath%20d%3D%22M19.0078%2017.5C19.8362%2017.5%2020.5078%2018.1716%2020.5078%2019C20.5078%2019.8284%2019.8362%2020.5%2019.0078%2020.5C18.1794%2020.5%2017.5078%2019.8284%2017.5078%2019C17.5078%2018.1716%2018.1794%2017.5%2019.0078%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M19.0078%2010.5C19.8362%2010.5%2020.5078%2011.1716%2020.5078%2012C20.5078%2012.8284%2019.8362%2013.5%2019.0078%2013.5C18.1794%2013.5%2017.5078%2012.8284%2017.5078%2012C17.5078%2011.1716%2018.1794%2010.5%2019.0078%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M18.9922%203.5C19.8206%203.5%2020.4922%204.17157%2020.4922%205C20.4922%205.82843%2019.8206%206.5%2018.9922%206.5C18.1638%206.5%2017.4922%205.82843%2017.4922%205C17.4922%204.17157%2018.1638%203.5%2018.9922%203.5Z%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.0161%2017.5C12.8445%2017.5%2013.5161%2018.1716%2013.5161%2019C13.5161%2019.8284%2012.8445%2020.5%2012.0161%2020.5C11.1877%2020.5%2010.5161%2019.8284%2010.5161%2019C10.5161%2018.1716%2011.1877%2017.5%2012.0161%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M12.0161%2010.5C12.8445%2010.5%2013.5161%2011.1716%2013.5161%2012C13.5161%2012.8284%2012.8445%2013.5%2012.0161%2013.5C11.1877%2013.5%2010.5161%2012.8284%2010.5161%2012C10.5161%2011.1716%2011.1877%2010.5%2012.0161%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M12%203.5C12.8284%203.5%2013.5%204.17157%2013.5%205C13.5%205.82843%2012.8284%206.5%2012%206.5C11.1716%206.5%2010.5%205.82843%2010.5%205C10.5%204.17157%2011.1716%203.5%2012%203.5Z%22%2F%3E%3Cpath%20d%3D%22M5.00781%2017.5C5.83624%2017.5%206.50781%2018.1716%206.50781%2019C6.50781%2019.8284%205.83624%2020.5%205.00781%2020.5C4.17939%2020.5%203.50781%2019.8284%203.50781%2019C3.50781%2018.1716%204.17939%2017.5%205.00781%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M5.00781%2010.5C5.83624%2010.5%206.50781%2011.1716%206.50781%2012C6.50781%2012.8284%205.83624%2013.5%205.00781%2013.5C4.17939%2013.5%203.50781%2012.8284%203.50781%2012C3.50781%2011.1716%204.17939%2010.5%205.00781%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M4.99219%203.5C5.82061%203.5%206.49219%204.17157%206.49219%205C6.49219%205.82843%205.82061%206.5%204.99219%206.5C4.16376%206.5%203.49219%205.82843%203.49219%205C3.49219%204.17157%204.16376%203.5%204.99219%203.5Z%22%2F%3E%3Cpath%20d%3D%22M19.0078%2017.5C19.8362%2017.5%2020.5078%2018.1716%2020.5078%2019C20.5078%2019.8284%2019.8362%2020.5%2019.0078%2020.5C18.1794%2020.5%2017.5078%2019.8284%2017.5078%2019C17.5078%2018.1716%2018.1794%2017.5%2019.0078%2017.5Z%22%2F%3E%3Cpath%20d%3D%22M19.0078%2010.5C19.8362%2010.5%2020.5078%2011.1716%2020.5078%2012C20.5078%2012.8284%2019.8362%2013.5%2019.0078%2013.5C18.1794%2013.5%2017.5078%2012.8284%2017.5078%2012C17.5078%2011.1716%2018.1794%2010.5%2019.0078%2010.5Z%22%2F%3E%3Cpath%20d%3D%22M18.9922%203.5C19.8206%203.5%2020.4922%204.17157%2020.4922%205C20.4922%205.82843%2019.8206%206.5%2018.9922%206.5C18.1638%206.5%2017.4922%205.82843%2017.4922%205C17.4922%204.17157%2018.1638%203.5%2018.9922%203.5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Grip bold icon — Solar · IconsDB