cos icon
cos from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cos
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the cos icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9.5 9.5a2.5 2.5 0 0 1 5 0v5a2.5 2.5 0 0 1-5 0z"/><path stroke-linecap="round" d="M21.69 8.616C21.264 7.652 20.443 7 19.5 7H19c-1.105 0-2 1.12-2 2.5s.895 2.5 2 2.5h1c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5h-.5c-1.025 0-1.906-.771-2.292-1.875M7 8.314C6.55 7.532 5.67 7 4.659 7C3.19 7 2 8.12 2 9.5v5C2 15.88 3.19 17 4.659 17C5.67 17 6.55 16.468 7 15.686"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCos(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M9.5 9.5a2.5 2.5 0 0 1 5 0v5a2.5 2.5 0 0 1-5 0z"/><path strokeLinecap="round" d="M21.69 8.616C21.264 7.652 20.443 7 19.5 7H19c-1.105 0-2 1.12-2 2.5s.895 2.5 2 2.5h1c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5h-.5c-1.025 0-1.906-.771-2.292-1.875M7 8.314C6.55 7.532 5.67 7 4.659 7C3.19 7 2 8.12 2 9.5v5C2 15.88 3.19 17 4.659 17C5.67 17 6.55 16.468 7 15.686"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M9.5 9.5a2.5 2.5 0 0 1 5 0v5a2.5 2.5 0 0 1-5 0z"/><path stroke-linecap="round" d="M21.69 8.616C21.264 7.652 20.443 7 19.5 7H19c-1.105 0-2 1.12-2 2.5s.895 2.5 2 2.5h1c1.105 0 2 1.12 2 2.5s-.895 2.5-2 2.5h-.5c-1.025 0-1.906-.771-2.292-1.875M7 8.314C6.55 7.532 5.67 7 4.659 7C3.19 7 2 8.12 2 9.5v5C2 15.88 3.19 17 4.659 17C5.67 17 6.55 16.468 7 15.686"/></g></svg> </template>
CSS
.icon-cos {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.5%209.5a2.5%202.5%200%200%201%205%200v5a2.5%202.5%200%200%201-5%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.69%208.616C21.264%207.652%2020.443%207%2019.5%207H19c-1.105%200-2%201.12-2%202.5s.895%202.5%202%202.5h1c1.105%200%202%201.12%202%202.5s-.895%202.5-2%202.5h-.5c-1.025%200-1.906-.771-2.292-1.875M7%208.314C6.55%207.532%205.67%207%204.659%207C3.19%207%202%208.12%202%209.5v5C2%2015.88%203.19%2017%204.659%2017C5.67%2017%206.55%2016.468%207%2015.686%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.5%209.5a2.5%202.5%200%200%201%205%200v5a2.5%202.5%200%200%201-5%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.69%208.616C21.264%207.652%2020.443%207%2019.5%207H19c-1.105%200-2%201.12-2%202.5s.895%202.5%202%202.5h1c1.105%200%202%201.12%202%202.5s-.895%202.5-2%202.5h-.5c-1.025%200-1.906-.771-2.292-1.875M7%208.314C6.55%207.532%205.67%207%204.659%207C3.19%207%202%208.12%202%209.5v5C2%2015.88%203.19%2017%204.659%2017C5.67%2017%206.55%2016.468%207%2015.686%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/cos.svg?color=%231a73e8&size=48