rubber icon
rubber from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- rubber
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Use the rubber icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2.5 24 24"><path fill="currentColor" d="M12.728 12.728L8.485 8.485l-5.657 5.657l2.122 2.121a3 3 0 0 0 4.242 0zM11.284 17H14a1 1 0 0 1 0 2H3a1 1 0 0 1-.133-1.991l-1.453-1.453a2 2 0 0 1 0-2.828L12.728 1.414a2 2 0 0 1 2.828 0L19.8 5.657a2 2 0 0 1 0 2.828z"/></svg>
React
import type { SVGProps } from "react";
export function JamRubber(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2.5 24 24"><path fill="currentColor" d="M12.728 12.728L8.485 8.485l-5.657 5.657l2.122 2.121a3 3 0 0 0 4.242 0zM11.284 17H14a1 1 0 0 1 0 2H3a1 1 0 0 1-.133-1.991l-1.453-1.453a2 2 0 0 1 0-2.828L12.728 1.414a2 2 0 0 1 2.828 0L19.8 5.657a2 2 0 0 1 0 2.828z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1.5 -2.5 24 24"><path fill="currentColor" d="M12.728 12.728L8.485 8.485l-5.657 5.657l2.122 2.121a3 3 0 0 0 4.242 0zM11.284 17H14a1 1 0 0 1 0 2H3a1 1 0 0 1-.133-1.991l-1.453-1.453a2 2 0 0 1 0-2.828L12.728 1.414a2 2 0 0 1 2.828 0L19.8 5.657a2 2 0 0 1 0 2.828z"/></svg> </template>
CSS
.icon-rubber {
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%22-1.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.728%2012.728L8.485%208.485l-5.657%205.657l2.122%202.121a3%203%200%200%200%204.242%200zM11.284%2017H14a1%201%200%200%201%200%202H3a1%201%200%200%201-.133-1.991l-1.453-1.453a2%202%200%200%201%200-2.828L12.728%201.414a2%202%200%200%201%202.828%200L19.8%205.657a2%202%200%200%201%200%202.828z%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%22-1.5%20-2.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.728%2012.728L8.485%208.485l-5.657%205.657l2.122%202.121a3%203%200%200%200%204.242%200zM11.284%2017H14a1%201%200%200%201%200%202H3a1%201%200%200%201-.133-1.991l-1.453-1.453a2%202%200%200%201%200-2.828L12.728%201.414a2%202%200%200%201%202.828%200L19.8%205.657a2%202%200%200%201%200%202.828z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/rubber.svg?color=%231a73e8&size=48