icons from Unicons by Iconscout · Line · Design Tools · Apache-2.0 Free for personal and commercial use.

Name
icons
Set
Unicons
Style
Line
Category
Design Tools
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More design tools icons from Unicons

Use the icons icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.6 10.9c.1.1.2.1.4.1h7c.6 0 1-.4 1-1c0-.2 0-.3-.1-.4l-3.5-7c-.3-.5-.9-.7-1.4-.4c-.1.1-.3.2-.4.4l-3.5 7c-.2.4 0 1 .5 1.3m3.9-5.7L19.4 9h-3.8zM6.5 2C4 2 2 4 2 6.5S4 11 6.5 11S11 9 11 6.5S9 2 6.5 2m0 7C5.1 9 4 7.9 4 6.5S5.1 4 6.5 4S9 5.1 9 6.5S7.9 9 6.5 9m4.2 4.3c-.4-.4-1-.4-1.4 0l-2.8 2.8l-2.8-2.8c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.8 2.8l-2.8 2.8c-.4.4-.4 1 0 1.4s1 .4 1.4 0l2.8-2.8l2.8 2.8c.4.4 1 .4 1.4 0s.4-1 0-1.4l-2.8-2.8l2.8-2.8c.4-.4.4-1 0-1.4M21 13h-7c-.6 0-1 .4-1 1v7c0 .6.4 1 1 1h7c.6 0 1-.4 1-1v-7c0-.6-.4-1-1-1m-1 7h-5v-5h5z"/></svg>

React

import type { SVGProps } from "react";

export function UilIcons(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.6 10.9c.1.1.2.1.4.1h7c.6 0 1-.4 1-1c0-.2 0-.3-.1-.4l-3.5-7c-.3-.5-.9-.7-1.4-.4c-.1.1-.3.2-.4.4l-3.5 7c-.2.4 0 1 .5 1.3m3.9-5.7L19.4 9h-3.8zM6.5 2C4 2 2 4 2 6.5S4 11 6.5 11S11 9 11 6.5S9 2 6.5 2m0 7C5.1 9 4 7.9 4 6.5S5.1 4 6.5 4S9 5.1 9 6.5S7.9 9 6.5 9m4.2 4.3c-.4-.4-1-.4-1.4 0l-2.8 2.8l-2.8-2.8c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.8 2.8l-2.8 2.8c-.4.4-.4 1 0 1.4s1 .4 1.4 0l2.8-2.8l2.8 2.8c.4.4 1 .4 1.4 0s.4-1 0-1.4l-2.8-2.8l2.8-2.8c.4-.4.4-1 0-1.4M21 13h-7c-.6 0-1 .4-1 1v7c0 .6.4 1 1 1h7c.6 0 1-.4 1-1v-7c0-.6-.4-1-1-1m-1 7h-5v-5h5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.6 10.9c.1.1.2.1.4.1h7c.6 0 1-.4 1-1c0-.2 0-.3-.1-.4l-3.5-7c-.3-.5-.9-.7-1.4-.4c-.1.1-.3.2-.4.4l-3.5 7c-.2.4 0 1 .5 1.3m3.9-5.7L19.4 9h-3.8zM6.5 2C4 2 2 4 2 6.5S4 11 6.5 11S11 9 11 6.5S9 2 6.5 2m0 7C5.1 9 4 7.9 4 6.5S5.1 4 6.5 4S9 5.1 9 6.5S7.9 9 6.5 9m4.2 4.3c-.4-.4-1-.4-1.4 0l-2.8 2.8l-2.8-2.8c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l2.8 2.8l-2.8 2.8c-.4.4-.4 1 0 1.4s1 .4 1.4 0l2.8-2.8l2.8 2.8c.4.4 1 .4 1.4 0s.4-1 0-1.4l-2.8-2.8l2.8-2.8c.4-.4.4-1 0-1.4M21 13h-7c-.6 0-1 .4-1 1v7c0 .6.4 1 1 1h7c.6 0 1-.4 1-1v-7c0-.6-.4-1-1-1m-1 7h-5v-5h5z"/></svg>
</template>

CSS

.icon-icons {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.6%2010.9c.1.1.2.1.4.1h7c.6%200%201-.4%201-1c0-.2%200-.3-.1-.4l-3.5-7c-.3-.5-.9-.7-1.4-.4c-.1.1-.3.2-.4.4l-3.5%207c-.2.4%200%201%20.5%201.3m3.9-5.7L19.4%209h-3.8zM6.5%202C4%202%202%204%202%206.5S4%2011%206.5%2011S11%209%2011%206.5S9%202%206.5%202m0%207C5.1%209%204%207.9%204%206.5S5.1%204%206.5%204S9%205.1%209%206.5S7.9%209%206.5%209m4.2%204.3c-.4-.4-1-.4-1.4%200l-2.8%202.8l-2.8-2.8c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l2.8%202.8l-2.8%202.8c-.4.4-.4%201%200%201.4s1%20.4%201.4%200l2.8-2.8l2.8%202.8c.4.4%201%20.4%201.4%200s.4-1%200-1.4l-2.8-2.8l2.8-2.8c.4-.4.4-1%200-1.4M21%2013h-7c-.6%200-1%20.4-1%201v7c0%20.6.4%201%201%201h7c.6%200%201-.4%201-1v-7c0-.6-.4-1-1-1m-1%207h-5v-5h5z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.6%2010.9c.1.1.2.1.4.1h7c.6%200%201-.4%201-1c0-.2%200-.3-.1-.4l-3.5-7c-.3-.5-.9-.7-1.4-.4c-.1.1-.3.2-.4.4l-3.5%207c-.2.4%200%201%20.5%201.3m3.9-5.7L19.4%209h-3.8zM6.5%202C4%202%202%204%202%206.5S4%2011%206.5%2011S11%209%2011%206.5S9%202%206.5%202m0%207C5.1%209%204%207.9%204%206.5S5.1%204%206.5%204S9%205.1%209%206.5S7.9%209%206.5%209m4.2%204.3c-.4-.4-1-.4-1.4%200l-2.8%202.8l-2.8-2.8c-.4-.4-1-.4-1.4%200s-.4%201%200%201.4l2.8%202.8l-2.8%202.8c-.4.4-.4%201%200%201.4s1%20.4%201.4%200l2.8-2.8l2.8%202.8c.4.4%201%20.4%201.4%200s.4-1%200-1.4l-2.8-2.8l2.8-2.8c.4-.4.4-1%200-1.4M21%2013h-7c-.6%200-1%20.4-1%201v7c0%20.6.4%201%201%201h7c.6%200%201-.4%201-1v-7c0-.6-.4-1-1-1m-1%207h-5v-5h5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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