control point duplicate icon

control-point-duplicate from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
control-point-duplicate
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
control-point-duplicate-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the control point duplicate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 15.308h1V12.5h2.808v-1H15.5V8.692h-1V11.5h-2.808v1H14.5zM6 19.423q-2.263-.95-3.632-2.96T1 12t1.368-4.462T6 4.576V5.7q-1.85.875-2.925 2.575T2 12t1.075 3.725T6 18.3zm5.882-.049q-1.455-.626-2.542-1.713t-1.714-2.543T7 12t.626-3.118T9.34 6.34t2.542-1.714T15 4t3.118.626t2.543 1.714t1.713 2.542T23 12t-.626 3.118t-1.714 2.542t-2.542 1.714T15 20t-3.118-.626"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightControlPointDuplicate(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="M14.5 15.308h1V12.5h2.808v-1H15.5V8.692h-1V11.5h-2.808v1H14.5zM6 19.423q-2.263-.95-3.632-2.96T1 12t1.368-4.462T6 4.576V5.7q-1.85.875-2.925 2.575T2 12t1.075 3.725T6 18.3zm5.882-.049q-1.455-.626-2.542-1.713t-1.714-2.543T7 12t.626-3.118T9.34 6.34t2.542-1.714T15 4t3.118.626t2.543 1.714t1.713 2.542T23 12t-.626 3.118t-1.714 2.542t-2.542 1.714T15 20t-3.118-.626"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 15.308h1V12.5h2.808v-1H15.5V8.692h-1V11.5h-2.808v1H14.5zM6 19.423q-2.263-.95-3.632-2.96T1 12t1.368-4.462T6 4.576V5.7q-1.85.875-2.925 2.575T2 12t1.075 3.725T6 18.3zm5.882-.049q-1.455-.626-2.542-1.713t-1.714-2.543T7 12t.626-3.118T9.34 6.34t2.542-1.714T15 4t3.118.626t2.543 1.714t1.713 2.542T23 12t-.626 3.118t-1.714 2.542t-2.542 1.714T15 20t-3.118-.626"/></svg>
</template>

CSS

.icon-control-point-duplicate {
  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%22M14.5%2015.308h1V12.5h2.808v-1H15.5V8.692h-1V11.5h-2.808v1H14.5zM6%2019.423q-2.263-.95-3.632-2.96T1%2012t1.368-4.462T6%204.576V5.7q-1.85.875-2.925%202.575T2%2012t1.075%203.725T6%2018.3zm5.882-.049q-1.455-.626-2.542-1.713t-1.714-2.543T7%2012t.626-3.118T9.34%206.34t2.542-1.714T15%204t3.118.626t2.543%201.714t1.713%202.542T23%2012t-.626%203.118t-1.714%202.542t-2.542%201.714T15%2020t-3.118-.626%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%22M14.5%2015.308h1V12.5h2.808v-1H15.5V8.692h-1V11.5h-2.808v1H14.5zM6%2019.423q-2.263-.95-3.632-2.96T1%2012t1.368-4.462T6%204.576V5.7q-1.85.875-2.925%202.575T2%2012t1.075%203.725T6%2018.3zm5.882-.049q-1.455-.626-2.542-1.713t-1.714-2.543T7%2012t.626-3.118T9.34%206.34t2.542-1.714T15%204t3.118.626t2.543%201.714t1.713%202.542T23%2012t-.626%203.118t-1.714%202.542t-2.542%201.714T15%2020t-3.118-.626%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/control-point-duplicate.svg?color=%231a73e8&size=48