control point duplicate icon

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

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

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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 16h2v-3h3v-2h-3V8h-2v3h-3v2h3zm-8 4.5q-2.725-.95-4.362-3.287T0 12t1.638-5.212T6 3.5v2.2q-1.85.875-2.925 2.575T2 12t1.075 3.725T6 18.3zm5.488-.213q-1.638-.712-2.85-1.924t-1.925-2.85T6 12t.713-3.512t1.925-2.85t2.85-1.925T15 3t3.513.713t2.85 1.924t1.925 2.85T24 12t-.712 3.513t-1.925 2.85t-2.85 1.925T15 21t-3.512-.712"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsControlPointDuplicate(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 16h2v-3h3v-2h-3V8h-2v3h-3v2h3zm-8 4.5q-2.725-.95-4.362-3.287T0 12t1.638-5.212T6 3.5v2.2q-1.85.875-2.925 2.575T2 12t1.075 3.725T6 18.3zm5.488-.213q-1.638-.712-2.85-1.924t-1.925-2.85T6 12t.713-3.512t1.925-2.85t2.85-1.925T15 3t3.513.713t2.85 1.924t1.925 2.85T24 12t-.712 3.513t-1.925 2.85t-2.85 1.925T15 21t-3.512-.712"/></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 16h2v-3h3v-2h-3V8h-2v3h-3v2h3zm-8 4.5q-2.725-.95-4.362-3.287T0 12t1.638-5.212T6 3.5v2.2q-1.85.875-2.925 2.575T2 12t1.075 3.725T6 18.3zm5.488-.213q-1.638-.712-2.85-1.924t-1.925-2.85T6 12t.713-3.512t1.925-2.85t2.85-1.925T15 3t3.513.713t2.85 1.924t1.925 2.85T24 12t-.712 3.513t-1.925 2.85t-2.85 1.925T15 21t-3.512-.712"/></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%2016h2v-3h3v-2h-3V8h-2v3h-3v2h3zm-8%204.5q-2.725-.95-4.362-3.287T0%2012t1.638-5.212T6%203.5v2.2q-1.85.875-2.925%202.575T2%2012t1.075%203.725T6%2018.3zm5.488-.213q-1.638-.712-2.85-1.924t-1.925-2.85T6%2012t.713-3.512t1.925-2.85t2.85-1.925T15%203t3.513.713t2.85%201.924t1.925%202.85T24%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T15%2021t-3.512-.712%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%2016h2v-3h3v-2h-3V8h-2v3h-3v2h3zm-8%204.5q-2.725-.95-4.362-3.287T0%2012t1.638-5.212T6%203.5v2.2q-1.85.875-2.925%202.575T2%2012t1.075%203.725T6%2018.3zm5.488-.213q-1.638-.712-2.85-1.924t-1.925-2.85T6%2012t.713-3.512t1.925-2.85t2.85-1.925T15%203t3.513.713t2.85%201.924t1.925%202.85T24%2012t-.712%203.513t-1.925%202.85t-2.85%201.925T15%2021t-3.512-.712%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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