version patch icon
version-patch from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- version-patch
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the version patch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.586 18.414L16 15.834l-2.588 2.582L12 17l4-4l4 4z"/><path fill="currentColor" d="M1.586 17.414C1.196 17.024 1 16.512 1 16s.195-1.024.586-1.414l13-13C14.976 1.196 15.488 1 16 1s1.024.195 1.414.586l13 13c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414l-13 13c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16 3L3 16l13 13l13-13z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonVersionPatch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.586 18.414L16 15.834l-2.588 2.582L12 17l4-4l4 4z"/><path fill="currentColor" d="M1.586 17.414C1.196 17.024 1 16.512 1 16s.195-1.024.586-1.414l13-13C14.976 1.196 15.488 1 16 1s1.024.195 1.414.586l13 13c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414l-13 13c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16 3L3 16l13 13l13-13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.586 18.414L16 15.834l-2.588 2.582L12 17l4-4l4 4z"/><path fill="currentColor" d="M1.586 17.414C1.196 17.024 1 16.512 1 16s.195-1.024.586-1.414l13-13C14.976 1.196 15.488 1 16 1s1.024.195 1.414.586l13 13c.39.39.586.902.586 1.414s-.195 1.024-.586 1.414l-13 13c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16 3L3 16l13 13l13-13z"/></svg> </template>
CSS
.icon-version-patch {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.586%2018.414L16%2015.834l-2.588%202.582L12%2017l4-4l4%204z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.586%2017.414C1.196%2017.024%201%2016.512%201%2016s.195-1.024.586-1.414l13-13C14.976%201.196%2015.488%201%2016%201s1.024.195%201.414.586l13%2013c.39.39.586.902.586%201.414s-.195%201.024-.586%201.414l-13%2013c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16%203L3%2016l13%2013l13-13z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.586%2018.414L16%2015.834l-2.588%202.582L12%2017l4-4l4%204z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.586%2017.414C1.196%2017.024%201%2016.512%201%2016s.195-1.024.586-1.414l13-13C14.976%201.196%2015.488%201%2016%201s1.024.195%201.414.586l13%2013c.39.39.586.902.586%201.414s-.195%201.024-.586%201.414l-13%2013c-.39.39-.902.586-1.414.586s-1.024-.195-1.414-.586zM16%203L3%2016l13%2013l13-13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/version-patch.svg?color=%231a73e8&size=48