ios cut icon
ios-cut from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-cut
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios cut icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M308 277.2c25.5-33 80.5-111.5 90.2-135.4 7.2-17.6 10.6-32.8 10.4-46.2-.2-17.9-6-29.3-18.3-40.6-5.2-4.8-13.5-6.9-20-6.9L255.9 201.7l-10 13.4-2.9 3.9-.1.1-14.5 19.7c-.1.1-.2.3-.3.4-.5.8-7.5 10.9-15.2 22.7-3 4.6-6.1 9.5-9 14.1-3.5 5.6-6.6 11-8.8 15.2-3.6 7.1-7.3 14.4-10.7 21.5-3.7 7.5-7.2 14.6-10.4 20.7-10.2-7.3-22-11.1-34.3-11.1-17.5 0-33.7 7.7-45.8 21.6C82.4 357.1 76 374.6 76 393.1c0 18.5 6.4 36 17.9 49.3 12.1 13.9 28.4 21.6 45.8 21.6 14.4 0 28-5.2 39.2-15 10.5-9.1 18-21.3 21.8-35.4 1-3.1 11.6-34.7 26.1-57.3 9.2-14.4 22.2-23.4 29.6-27.8l13.5-9.7c0 .1 12.7-8.7 38.1-41.6zM139.9 421.1c-13.3 0-24-12.6-24-28s10.7-28 24-28 24 12.6 24 28c0 15.5-10.8 28-24 28zm116.2-132.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" fill="currentColor"/><path d="M191.5 260.4c.7 1 1.6 1.9 2.5 2.7 1.7-2.8 3.6-5.7 5.4-8.6l46.5-65.8L140.9 48c-8.9 0-14.4.9-18.5 3.9-11.9 8.9-19.1 25.6-19.3 43.6-.2 13.5 3.3 28.6 10.4 46.2 8.6 21 42.6 70.2 78 118.7z" fill="currentColor"/><path d="M372 322.3c-12.3 0-24.1 3.8-34.3 11.1-3.2-6.1-6.7-13.2-10.4-20.7-3.4-6.9-6.9-14-10.4-20.8L306 305.8l-36.4 33.1c5.2 4.6 10.7 10.4 15.3 17.5 14.5 22.6 25 54.2 26 57.3 3.8 14.1 11.3 26.3 21.8 35.4 11.3 9.8 24.9 15 39.2 15 35.3 0 64-31.8 64-70.9s-28.6-70.9-63.9-70.9zm.1 98.8c-13.3 0-24-12.6-24-28s10.7-28 24-28 24 12.6 24 28c0 15.5-10.7 28-24 28z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosCut(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M308 277.2c25.5-33 80.5-111.5 90.2-135.4 7.2-17.6 10.6-32.8 10.4-46.2-.2-17.9-6-29.3-18.3-40.6-5.2-4.8-13.5-6.9-20-6.9L255.9 201.7l-10 13.4-2.9 3.9-.1.1-14.5 19.7c-.1.1-.2.3-.3.4-.5.8-7.5 10.9-15.2 22.7-3 4.6-6.1 9.5-9 14.1-3.5 5.6-6.6 11-8.8 15.2-3.6 7.1-7.3 14.4-10.7 21.5-3.7 7.5-7.2 14.6-10.4 20.7-10.2-7.3-22-11.1-34.3-11.1-17.5 0-33.7 7.7-45.8 21.6C82.4 357.1 76 374.6 76 393.1c0 18.5 6.4 36 17.9 49.3 12.1 13.9 28.4 21.6 45.8 21.6 14.4 0 28-5.2 39.2-15 10.5-9.1 18-21.3 21.8-35.4 1-3.1 11.6-34.7 26.1-57.3 9.2-14.4 22.2-23.4 29.6-27.8l13.5-9.7c0 .1 12.7-8.7 38.1-41.6zM139.9 421.1c-13.3 0-24-12.6-24-28s10.7-28 24-28 24 12.6 24 28c0 15.5-10.8 28-24 28zm116.2-132.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" fill="currentColor"/><path d="M191.5 260.4c.7 1 1.6 1.9 2.5 2.7 1.7-2.8 3.6-5.7 5.4-8.6l46.5-65.8L140.9 48c-8.9 0-14.4.9-18.5 3.9-11.9 8.9-19.1 25.6-19.3 43.6-.2 13.5 3.3 28.6 10.4 46.2 8.6 21 42.6 70.2 78 118.7z" fill="currentColor"/><path d="M372 322.3c-12.3 0-24.1 3.8-34.3 11.1-3.2-6.1-6.7-13.2-10.4-20.7-3.4-6.9-6.9-14-10.4-20.8L306 305.8l-36.4 33.1c5.2 4.6 10.7 10.4 15.3 17.5 14.5 22.6 25 54.2 26 57.3 3.8 14.1 11.3 26.3 21.8 35.4 11.3 9.8 24.9 15 39.2 15 35.3 0 64-31.8 64-70.9s-28.6-70.9-63.9-70.9zm.1 98.8c-13.3 0-24-12.6-24-28s10.7-28 24-28 24 12.6 24 28c0 15.5-10.7 28-24 28z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M308 277.2c25.5-33 80.5-111.5 90.2-135.4 7.2-17.6 10.6-32.8 10.4-46.2-.2-17.9-6-29.3-18.3-40.6-5.2-4.8-13.5-6.9-20-6.9L255.9 201.7l-10 13.4-2.9 3.9-.1.1-14.5 19.7c-.1.1-.2.3-.3.4-.5.8-7.5 10.9-15.2 22.7-3 4.6-6.1 9.5-9 14.1-3.5 5.6-6.6 11-8.8 15.2-3.6 7.1-7.3 14.4-10.7 21.5-3.7 7.5-7.2 14.6-10.4 20.7-10.2-7.3-22-11.1-34.3-11.1-17.5 0-33.7 7.7-45.8 21.6C82.4 357.1 76 374.6 76 393.1c0 18.5 6.4 36 17.9 49.3 12.1 13.9 28.4 21.6 45.8 21.6 14.4 0 28-5.2 39.2-15 10.5-9.1 18-21.3 21.8-35.4 1-3.1 11.6-34.7 26.1-57.3 9.2-14.4 22.2-23.4 29.6-27.8l13.5-9.7c0 .1 12.7-8.7 38.1-41.6zM139.9 421.1c-13.3 0-24-12.6-24-28s10.7-28 24-28 24 12.6 24 28c0 15.5-10.8 28-24 28zm116.2-132.9c-8.8 0-16-7.2-16-16s7.2-16 16-16 16 7.2 16 16-7.2 16-16 16z" fill="currentColor"/><path d="M191.5 260.4c.7 1 1.6 1.9 2.5 2.7 1.7-2.8 3.6-5.7 5.4-8.6l46.5-65.8L140.9 48c-8.9 0-14.4.9-18.5 3.9-11.9 8.9-19.1 25.6-19.3 43.6-.2 13.5 3.3 28.6 10.4 46.2 8.6 21 42.6 70.2 78 118.7z" fill="currentColor"/><path d="M372 322.3c-12.3 0-24.1 3.8-34.3 11.1-3.2-6.1-6.7-13.2-10.4-20.7-3.4-6.9-6.9-14-10.4-20.8L306 305.8l-36.4 33.1c5.2 4.6 10.7 10.4 15.3 17.5 14.5 22.6 25 54.2 26 57.3 3.8 14.1 11.3 26.3 21.8 35.4 11.3 9.8 24.9 15 39.2 15 35.3 0 64-31.8 64-70.9s-28.6-70.9-63.9-70.9zm.1 98.8c-13.3 0-24-12.6-24-28s10.7-28 24-28 24 12.6 24 28c0 15.5-10.7 28-24 28z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-cut {
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%20512%20512%22%3E%3Cpath%20d%3D%22M308%20277.2c25.5-33%2080.5-111.5%2090.2-135.4%207.2-17.6%2010.6-32.8%2010.4-46.2-.2-17.9-6-29.3-18.3-40.6-5.2-4.8-13.5-6.9-20-6.9L255.9%20201.7l-10%2013.4-2.9%203.9-.1.1-14.5%2019.7c-.1.1-.2.3-.3.4-.5.8-7.5%2010.9-15.2%2022.7-3%204.6-6.1%209.5-9%2014.1-3.5%205.6-6.6%2011-8.8%2015.2-3.6%207.1-7.3%2014.4-10.7%2021.5-3.7%207.5-7.2%2014.6-10.4%2020.7-10.2-7.3-22-11.1-34.3-11.1-17.5%200-33.7%207.7-45.8%2021.6C82.4%20357.1%2076%20374.6%2076%20393.1c0%2018.5%206.4%2036%2017.9%2049.3%2012.1%2013.9%2028.4%2021.6%2045.8%2021.6%2014.4%200%2028-5.2%2039.2-15%2010.5-9.1%2018-21.3%2021.8-35.4%201-3.1%2011.6-34.7%2026.1-57.3%209.2-14.4%2022.2-23.4%2029.6-27.8l13.5-9.7c0%20.1%2012.7-8.7%2038.1-41.6zM139.9%20421.1c-13.3%200-24-12.6-24-28s10.7-28%2024-28%2024%2012.6%2024%2028c0%2015.5-10.8%2028-24%2028zm116.2-132.9c-8.8%200-16-7.2-16-16s7.2-16%2016-16%2016%207.2%2016%2016-7.2%2016-16%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M191.5%20260.4c.7%201%201.6%201.9%202.5%202.7%201.7-2.8%203.6-5.7%205.4-8.6l46.5-65.8L140.9%2048c-8.9%200-14.4.9-18.5%203.9-11.9%208.9-19.1%2025.6-19.3%2043.6-.2%2013.5%203.3%2028.6%2010.4%2046.2%208.6%2021%2042.6%2070.2%2078%20118.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M372%20322.3c-12.3%200-24.1%203.8-34.3%2011.1-3.2-6.1-6.7-13.2-10.4-20.7-3.4-6.9-6.9-14-10.4-20.8L306%20305.8l-36.4%2033.1c5.2%204.6%2010.7%2010.4%2015.3%2017.5%2014.5%2022.6%2025%2054.2%2026%2057.3%203.8%2014.1%2011.3%2026.3%2021.8%2035.4%2011.3%209.8%2024.9%2015%2039.2%2015%2035.3%200%2064-31.8%2064-70.9s-28.6-70.9-63.9-70.9zm.1%2098.8c-13.3%200-24-12.6-24-28s10.7-28%2024-28%2024%2012.6%2024%2028c0%2015.5-10.7%2028-24%2028z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M308%20277.2c25.5-33%2080.5-111.5%2090.2-135.4%207.2-17.6%2010.6-32.8%2010.4-46.2-.2-17.9-6-29.3-18.3-40.6-5.2-4.8-13.5-6.9-20-6.9L255.9%20201.7l-10%2013.4-2.9%203.9-.1.1-14.5%2019.7c-.1.1-.2.3-.3.4-.5.8-7.5%2010.9-15.2%2022.7-3%204.6-6.1%209.5-9%2014.1-3.5%205.6-6.6%2011-8.8%2015.2-3.6%207.1-7.3%2014.4-10.7%2021.5-3.7%207.5-7.2%2014.6-10.4%2020.7-10.2-7.3-22-11.1-34.3-11.1-17.5%200-33.7%207.7-45.8%2021.6C82.4%20357.1%2076%20374.6%2076%20393.1c0%2018.5%206.4%2036%2017.9%2049.3%2012.1%2013.9%2028.4%2021.6%2045.8%2021.6%2014.4%200%2028-5.2%2039.2-15%2010.5-9.1%2018-21.3%2021.8-35.4%201-3.1%2011.6-34.7%2026.1-57.3%209.2-14.4%2022.2-23.4%2029.6-27.8l13.5-9.7c0%20.1%2012.7-8.7%2038.1-41.6zM139.9%20421.1c-13.3%200-24-12.6-24-28s10.7-28%2024-28%2024%2012.6%2024%2028c0%2015.5-10.8%2028-24%2028zm116.2-132.9c-8.8%200-16-7.2-16-16s7.2-16%2016-16%2016%207.2%2016%2016-7.2%2016-16%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M191.5%20260.4c.7%201%201.6%201.9%202.5%202.7%201.7-2.8%203.6-5.7%205.4-8.6l46.5-65.8L140.9%2048c-8.9%200-14.4.9-18.5%203.9-11.9%208.9-19.1%2025.6-19.3%2043.6-.2%2013.5%203.3%2028.6%2010.4%2046.2%208.6%2021%2042.6%2070.2%2078%20118.7z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M372%20322.3c-12.3%200-24.1%203.8-34.3%2011.1-3.2-6.1-6.7-13.2-10.4-20.7-3.4-6.9-6.9-14-10.4-20.8L306%20305.8l-36.4%2033.1c5.2%204.6%2010.7%2010.4%2015.3%2017.5%2014.5%2022.6%2025%2054.2%2026%2057.3%203.8%2014.1%2011.3%2026.3%2021.8%2035.4%2011.3%209.8%2024.9%2015%2039.2%2015%2035.3%200%2064-31.8%2064-70.9s-28.6-70.9-63.9-70.9zm.1%2098.8c-13.3%200-24-12.6-24-28s10.7-28%2024-28%2024%2012.6%2024%2028c0%2015.5-10.7%2028-24%2028z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-cut.svg?color=%231a73e8&size=48